Name: cargo-cntp-bundle Version: 0.1.0^git20251118.d1dc36e1 Release: %autorelease Summary: Bundle tool from the Contemporary project SourceLicense: Apache-2.0 License: Apache-2.0 MIT LGPL URL: https://github.com/hummingbird-player/hummingbird Source: https://github.com/vicr123/contemporary-rs/archive/d1dc36e1f33fa4c47e4a20a34a50e0e212360caa.tar.gz BuildRequires: make gcc perl-core pcre-devel zlib-devel openssl-devel rust cargo Requires: zlib openssl desktop-file-utils %global _description %{expand: Bundle tool from the Contemporary project} %description %{_description} %prep %autosetup -n contemporary-rs-d1dc36e1f33fa4c47e4a20a34a50e0e212360caa -p1 cd deploy_tool/cargo_cntp_bundle cargo fetch --locked %build cd deploy_tool/cargo_cntp_bundle cargo build --release --locked %install install -Dm755 target/release/cargo-cntp-bundle %{buildroot}%{_bindir}/cargo-cntp-bundle %files %{_bindir}/cargo-cntp-bundle %changelog %autochangelog