# Generated by rust2rpm 24 %bcond_with check %global crate rust-script Name: rust-rust-script Version: 0.34.0 Release: 1%{?dist} Summary: Command-line tool to run Rust "scripts" which can make use of crates # Upstream license specification: MIT/Apache-2.0 License: MIT OR Apache-2.0 URL: https://crates.io/crates/rust-script Source: %{crates_source} # Automatically generated patch to strip foreign dependencies Patch: rust-script-fix-metadata-auto.diff BuildRequires: rust-packaging >= 23 %global _description %{expand: Command-line tool to run Rust "scripts" which can make use of crates.} %description %{_description} %package -n %{crate} Summary: %{summary} # (MIT OR Apache-2.0) AND Unicode-DFS-2016 # Apache-2.0 OR MIT # Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT # MIT # MIT OR Apache-2.0 # MPL-2.0 # Unlicense OR MIT License: (MIT OR Apache-2.0) AND Unicode-DFS-2016 AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND MIT AND MPL-2.0 AND (Unlicense OR MIT) # LICENSE.dependencies contains a full license breakdown # Runtime deps to compile scripts Requires: cargo Requires: rust %description -n %{crate} %{_description} %files -n %{crate} %license LICENSE-APACHE %license LICENSE-MIT %license LICENSE.dependencies %doc CHANGELOG.md %doc README.md %{_bindir}/rust-script %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep %generate_buildrequires %cargo_generate_buildrequires %build %cargo_build %{cargo_license_summary} %{cargo_license} > LICENSE.dependencies %install %cargo_install %if %{with check} %check %cargo_test %endif %changelog * Tue Sep 26 2023 Aleksei Bavshin - 0.34.0-1 - Update to 0.34.0 * Sun Aug 06 2023 Aleksei Bavshin - 0.31.0-1 - Update to 0.31.0 * Mon Jun 19 2023 Aleksei Bavshin - 0.29.0-1 - Update to 0.29.0 * Wed Jun 14 2023 Aleksei Bavshin - 0.28.0-1 - Update to 0.28.0 * Sun Apr 16 2023 Aleksei Bavshin - 0.26.0-1 - Update to 0.26.0 * Tue Apr 11 2023 Aleksei Bavshin - 0.25.0-1 - Update to 0.25.0 * Fri Apr 07 2023 Aleksei Bavshin - 0.24.0-1 - Update to 0.24.0 * Sat Mar 25 2023 Aleksei Bavshin - 0.23.0-1 - Update to 0.23.0 * Sat Dec 10 2022 Aleksei Bavshin - 0.22.0-1 - Update to 0.22.0 * Mon Apr 25 2022 Aleksei Bavshin - 0.21.0-1 - Update to 0.21.1 * Sat Feb 12 2022 Aleksei Bavshin - 0.20.0-1 - Update to 0.20.0 * Thu Dec 16 2021 Aleksei Bavshin - 0.19.0-1 - Update to 0.19.0 * Tue Nov 09 2021 Aleksei Bavshin - 0.18.0-1 - Update to 0.18.0 * Fri Jul 23 2021 Aleksei Bavshin - 0.16.0-1 - Update to 0.16.0 * Sun Jul 11 2021 Aleksei Bavshin - 0.15.0-1 - Update to 0.15.0 - Add Requires: cargo rust * Wed Jun 02 2021 Aleksei Bavshin - 0.14.0-1 - Initial package