From 3688df07b41b86fe2ae38de2b0f449148aa7f6a1 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sat, 28 Oct 2023 20:13:22 +0200 Subject: [PATCH] Regenerate with rust2rpm v25 --- README.md | 3 --- rust-crossbeam.spec | 8 +++----- 2 files changed, 3 insertions(+), 8 deletions(-) delete mode 100644 README.md 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