Compare commits

..

2 Commits

Author SHA1 Message Date
Fabio Valentini 77783e055f
Merge branch 'rawhide' into epel9
2 years ago
Igor Raits e168b1f77f
Rebuild
3 years ago

1
.gitignore vendored

@ -5,4 +5,3 @@
/version_check-0.9.2.crate
/version_check-0.9.3.crate
/version_check-0.9.4.crate
/version_check-0.9.5.crate

@ -0,0 +1,3 @@
# rust-version_check
The rust-version_check package

@ -1,20 +1,22 @@
# Generated by rust2rpm 26
# Generated by rust2rpm 20
%bcond_without check
%global debug_package %{nil}
%global crate version_check
Name: rust-version_check
Version: 0.9.5
Name: rust-%{crate}
Version: 0.9.4
Release: %autorelease
Summary: Tiny crate to check the version of the installed/running rustc
# Upstream license specification: MIT/Apache-2.0
License: MIT OR Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/version_check
Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
%global _description %{expand:
Tiny crate to check the version of the installed/running rustc.}
@ -31,10 +33,9 @@ This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/README.md
%{crate_instdir}/
%license LICENSE-APACHE LICENSE-MIT
%doc README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -46,10 +47,10 @@ This package contains library source intended for building other packages which
use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%generate_buildrequires

@ -1 +1 @@
SHA512 (version_check-0.9.5.crate) = d11d5a2240ab0c67ea69db56561ce202201edeef9a8e5eda3d9ae7ab7bb5752d8f343fe7f6536d8383de8d55f9024efa84f66a0c21e69563b7a38c4a628014db
SHA512 (version_check-0.9.4.crate) = b172dc9a3759a4a683ffc39b9a40b03b9974b626a088217de87090466cef695226557c226cf3e469b2b25ee7297b7eb0d7719878cab42457f80146a81943c0c8

Loading…
Cancel
Save