Compare commits

..

No commits in common. 'epel10' and 'epel9' have entirely different histories.

2
.gitignore vendored

@ -5,5 +5,3 @@
/bytecheck_derive-0.6.9.crate /bytecheck_derive-0.6.9.crate
/bytecheck_derive-0.6.10.crate /bytecheck_derive-0.6.10.crate
/bytecheck_derive-0.6.11.crate /bytecheck_derive-0.6.11.crate
/bytecheck_derive-0.6.12.crate
/bytecheck_derive-0.8.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 26 # Generated by rust2rpm 24
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate bytecheck_derive %global crate bytecheck_derive
Name: rust-bytecheck_derive Name: rust-bytecheck_derive
Version: 0.8.0 Version: 0.6.11
Release: %autorelease Release: %autorelease
Summary: Derive macro for bytecheck Summary: Derive macro for bytecheck
@ -13,7 +13,7 @@ License: MIT
URL: https://crates.io/crates/bytecheck_derive URL: https://crates.io/crates/bytecheck_derive
Source: %{crates_source} Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Derive macro for bytecheck.} Derive macro for bytecheck.}
@ -31,7 +31,6 @@ use the "%{crate}" crate.
%files devel %files devel
%license %{crate_instdir}/LICENSE %license %{crate_instdir}/LICENSE
%doc %{crate_instdir}/README.md
%{crate_instdir}/ %{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
@ -46,8 +45,20 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+std-devel %{_description}
This package contains library source intended for building other packages which
use the "std" feature of the "%{crate}" crate.
%files -n %{name}+std-devel
%ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -1 +1 @@
SHA512 (bytecheck_derive-0.8.0.crate) = dfce27e40b0276a88f6b1c00172f9f9d7ae279e217b0b33a46150a8f51f6753351cd4d81dc0f5e49e0f18a623d165d0939ebdfb568366ada098587ad8e0813cc SHA512 (bytecheck_derive-0.6.11.crate) = c6535f5cc2bb9c9ca05d34c03dcad36af5e495233bbb83402a91032b069408f1d42e35738e8f73d17f5a4dbe4bb182ffdc7135da7da21a5917fe94c9f2660f41

Loading…
Cancel
Save