Update to 1.2.0 (rhbz#2262586)

Signed-off-by: Michel Lind <salimma@fedoraproject.org>
epel10
Michel Lind 11 months ago
parent cb7cc9f2bd
commit 9b0b8ff045
No known key found for this signature in database
GPG Key ID: 8B229D2F7CCC04F2

1
.gitignore vendored

@ -1 +1,2 @@
/is_ci-1.1.1.crate
/is_ci-1.2.0.crate

@ -1,11 +1,10 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate is_ci
Name: rust-is_ci
Version: 1.1.1
Version: 1.2.0
Release: %autorelease
Summary: Super lightweight CI environment checker
@ -13,7 +12,7 @@ License: ISC
URL: https://crates.io/crates/is_ci
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Super lightweight CI environment checker. Just tells you if you're in CI
@ -21,6 +20,21 @@ or not without much fuss.}
%description %{_description}
%package -n %{crate}
Summary: %{summary}
# FIXME: paste output of %%cargo_license_summary here
License: # FIXME
# LICENSE.dependencies contains a full license breakdown
%description -n %{crate} %{_description}
%files -n %{crate}
%license LICENSE
%license LICENSE.dependencies
%doc CHANGELOG.md
%doc README.md
%{_bindir}/is_ci
%package devel
Summary: %{summary}
BuildArch: noarch
@ -49,7 +63,7 @@ use the "default" 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
@ -57,6 +71,8 @@ use the "default" feature of the "%{crate}" crate.
%build
%cargo_build
%{cargo_license_summary}
%{cargo_license} > LICENSE.dependencies
%install
%cargo_install

@ -1 +1 @@
SHA512 (is_ci-1.1.1.crate) = 89341da9fe86cf4aa5a107f8dfab21020c581e661ea551e4f2e33e39efa21dc0c2e46b2fef08fbe75d16fb1028118971561b1a4e0c351ab7de6125b7102372b6
SHA512 (is_ci-1.2.0.crate) = 0479117be842723810ae7f641e5e4b5daaa5543655de50c8e465ee600803be78901f0c0893a4953b5ff0b438216aecb479b9e40aa2c78da0655249f127edf2eb

Loading…
Cancel
Save