Name: typst Version: 0.13.0 Release: 2 Summary: A new markup-based typesetting system that is powerful and easy to learn. License: Apache-2.0 URL: https://github.com/typst/typst Source0: %{url}/archive/refs/tags/v%{version}.tar.gz Patch0: pr5905.patch BuildRequires: rust-packaging BuildRequires: openssl BuildRequires: openssl-libs BuildRequires: perl %global debug_package %{nil} %description A new markup-based typesetting system that is powerful and easy to learn. %prep %autosetup -p1 %build cargo build -p typst-cli --release --all-features --locked %install install -d -m 0755 %{buildroot}%{_bindir} install -m 0755 target/release/typst %{buildroot}%{_bindir}/%{name} %files %license LICENSE %doc README.md %{_bindir}/%{name} %changelog * Tue Mar 03 2025 Ernesto Martínez - Patch PR 5905 which got merged but not released yet - Removed no downstream patches rule as there's an important one * Thu Feb 20 2025 Ernesto Martínez - typst 0.13.0 * Mon Oct 21 2024 Ernesto Martínez - Rollback rhel-based build support - Undefine debug_package macro * Mon Oct 21 2024 Ernesto Martínez - Added rhel-based build support * Mon Oct 21 2024 Ernesto Martínez - Removed autorelease and autochangelog due to RHEL 8,9 and OpenSUSE builds