File tectonic.spec of Package failed_tectonic
#
# spec file for package tectonic
#
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: tectonic
Version: 0.15.0
Release: 0
Summary: Modernized self-contained TeX and LaTeX engine
License: MIT
Group: Productivity/Publishing/TeX/Utilities
URL: https://tectonic-typesetting.github.io
Source0: https://github.com/tectonic-typesetting/tectonic/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source1: vendor.tar.zst
BuildRequires: c++_compiler
BuildRequires: c_compiler
BuildRequires: cargo-packaging
BuildRequires: pkg-config
BuildRequires: pkgconfig(fontconfig)
BuildRequires: pkgconfig(freetype2)
BuildRequires: pkgconfig(harfbuzz)
BuildRequires: pkgconfig(icu-uc)
BuildRequires: pkgconfig(libpng)
BuildRequires: pkgconfig(openssl)
BuildRequires: pkgconfig(zlib)
BuildRequires: rust
BuildRequires: zstd
BuildRequires: openssl-devel
ExclusiveArch: %{rust_arches}
%description
Tectonic is a complete self-contained TeX/LaTeX engine powered by
XeTeX and TeXLive.
%prep
%autosetup -a1 -n %{name}-%{version}
%build
%install
%{cargo_install} --features external-harfbuzz
%files
%{_bindir}/tectonic
%license LICENSE
%doc README.md
%changelog