Compare commits

..

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

3
.gitignore vendored

@ -6,6 +6,3 @@
/rend-0.3.6.crate
/rend-0.4.0.crate
/rend-0.4.1.crate
/rend-0.4.2.crate
/rend-0.5.1.crate
/rend-0.5.2.crate

@ -1,22 +1,22 @@
# Generated by rust2rpm 26
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate rend
Name: rust-rend
Version: 0.5.2
Version: 0.4.1
Release: %autorelease
Summary: Cross-platform, endian-aware primitives for Rust
Summary: Endian-aware primitives for Rust
License: MIT
URL: https://crates.io/crates/rend
Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Cross-platform, endian-aware primitives for Rust.}
Endian-aware primitives for Rust.}
%description %{_description}
@ -32,7 +32,7 @@ use the "%{crate}" crate.
%files devel
%license %{crate_instdir}/LICENSE
%doc %{crate_instdir}/README.md
%doc %{crate_instdir}/example.md
%doc %{crate_instdir}/crates-io.md
%{crate_instdir}/
%package -n %{name}+default-devel
@ -59,8 +59,44 @@ use the "bytecheck" feature of the "%{crate}" crate.
%files -n %{name}+bytecheck-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+bytemuck-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+bytemuck-devel %{_description}
This package contains library source intended for building other packages which
use the "bytemuck" feature of the "%{crate}" crate.
%files -n %{name}+bytemuck-devel
%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
%package -n %{name}+validation-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+validation-devel %{_description}
This package contains library source intended for building other packages which
use the "validation" feature of the "%{crate}" crate.
%files -n %{name}+validation-devel
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%generate_buildrequires

@ -1,6 +0,0 @@
[features]
hide = [
"bytemuck-1",
"zerocopy-0_8",
]

@ -1 +1 @@
SHA512 (rend-0.5.2.crate) = 05a67453585c061eceff700a93e14f46906ac64be3bdfeff1c5a2b37f999b4c7e50b14a3adb8e58a5d5151cb4eb50fdc68d1e57eae9e54ec7c5f0a529eb19e56
SHA512 (rend-0.4.1.crate) = 1c918770be4bbcb585b74fb62d8bafbcdd52071e71a975c591e0c3dcfc40d55c76f318b3873c86bf23f56653f9367cbe9ba5d80800a149485996844cb25b09ce

Loading…
Cancel
Save