From c2ec8e40066984a485166593fff62e421260a687 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sun, 6 Aug 2023 16:39:42 +0200 Subject: [PATCH] Regenerate with rust2rpm v24 --- README.md | 3 --- rust-foreign-types-shared.spec | 10 ++++------ 2 files changed, 4 insertions(+), 9 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index f54b675..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-foreign-types-shared - -The rust-foreign-types-shared package \ No newline at end of file diff --git a/rust-foreign-types-shared.spec b/rust-foreign-types-shared.spec index bcdf72e..a2cfa8f 100644 --- a/rust-foreign-types-shared.spec +++ b/rust-foreign-types-shared.spec @@ -1,25 +1,23 @@ -# Generated by rust2rpm 21 +# Generated by rust2rpm 24 %bcond_without check %global debug_package %{nil} %global crate foreign-types-shared -Name: rust-%{crate} +Name: rust-foreign-types-shared Version: 0.3.1 Release: %autorelease Summary: Internal crate used by foreign-types # Upstream license specification: MIT/Apache-2.0 -License: MIT or ASL 2.0 +License: MIT OR Apache-2.0 URL: https://crates.io/crates/foreign-types-shared Source: %{crates_source} -ExclusiveArch: %{rust_arches} - BuildRequires: rust-packaging >= 21 %global _description %{expand: -Internal crate used by foreign-types.} +An internal crate used by foreign-types.} %description %{_description}