diff --git a/README.md b/README.md deleted file mode 100644 index 3aa3f23..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-crossbeam - -The rust-crossbeam package \ No newline at end of file diff --git a/rust-crossbeam.spec b/rust-crossbeam.spec index 44a77b2..afc817b 100644 --- a/rust-crossbeam.spec +++ b/rust-crossbeam.spec @@ -1,4 +1,4 @@ -# Generated by rust2rpm 22 +# Generated by rust2rpm 25 %bcond_without check %global debug_package %{nil} @@ -13,9 +13,7 @@ License: MIT OR Apache-2.0 URL: https://crates.io/crates/crossbeam Source: %{crates_source} -ExclusiveArch: %{rust_arches} - -BuildRequires: rust-packaging >= 21 +BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: Tools for concurrent programming.} @@ -135,7 +133,7 @@ use the "std" feature of the "%{crate}" crate. %ghost %{crate_instdir}/Cargo.toml %prep -%autosetup -n %{crate}-%{version_no_tilde} -p1 +%autosetup -n %{crate}-%{version} -p1 %cargo_prep %generate_buildrequires