diff --git a/README.md b/README.md deleted file mode 100644 index 8a73246..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-is_ci - -The rust-is_ci package diff --git a/rust-is_ci.spec b/rust-is_ci.spec index d38aabc..58d2d68 100644 --- a/rust-is_ci.spec +++ b/rust-is_ci.spec @@ -1,26 +1,23 @@ -# Generated by rust2rpm 21 +# Generated by rust2rpm 24 %bcond_without check %global debug_package %{nil} %global crate is_ci -Name: rust-%{crate} +Name: rust-is_ci Version: 1.1.1 Release: %autorelease Summary: Super lightweight CI environment checker -# Upstream license specification: ISC License: ISC URL: https://crates.io/crates/is_ci Source: %{crates_source} -ExclusiveArch: %{rust_arches} - BuildRequires: rust-packaging >= 21 %global _description %{expand: -Super lightweight CI environment checker. Just tells you if you're in CI or not -without much fuss.} +Super lightweight CI environment checker. Just tells you if you're in CI +or not without much fuss.} %description %{_description}