Compare commits

..

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

1
.gitignore vendored

@ -1,2 +1 @@
/sha1_smol-1.0.0.crate
/sha1_smol-1.0.1.crate

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

@ -1,23 +1,25 @@
# Generated by rust2rpm 26
# * outdated dev-dependencies: rand ^0.4
%bcond_with check
# Generated by rust2rpm 20
%bcond_without check
%global debug_package %{nil}
%global crate sha1_smol
Name: rust-sha1_smol
Version: 1.0.1
Name: rust-%{crate}
Version: 1.0.0
Release: %autorelease
Summary: Minimal dependency-free implementation of SHA1 for Rust
Summary: Minimal dependency free implementation of SHA1 for Rust
License: BSD-3-Clause
# Upstream license specification: BSD-3-Clause
License: BSD
URL: https://crates.io/crates/sha1_smol
Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
%global _description %{expand:
Minimal dependency-free implementation of SHA1 for Rust.}
Minimal dependency free implementation of SHA1 for Rust.}
%description %{_description}
@ -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
%doc %{crate_instdir}/AUTHORS
%doc %{crate_instdir}/README.md
%{crate_instdir}/
%license LICENSE
%doc README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -46,19 +47,7 @@ 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
%package -n %{name}+alloc-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+alloc-devel %{_description}
This package contains library source intended for building other packages which
use the "alloc" feature of the "%{crate}" crate.
%files -n %{name}+alloc-devel
%ghost %{crate_instdir}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+serde-devel
Summary: %{summary}
@ -70,7 +59,7 @@ This package contains library source intended for building other packages which
use the "serde" feature of the "%{crate}" crate.
%files -n %{name}+serde-devel
%ghost %{crate_instdir}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
@ -82,10 +71,10 @@ 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
%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,4 +0,0 @@
[tests]
run = ["none"]
comments = ["outdated dev-dependencies: rand ^0.4"]

@ -1 +1 @@
SHA512 (sha1_smol-1.0.1.crate) = d0a67ca75b0617a39d28fdd73ae9aae3d3bf01ba24f6cc579b26da6f06125a304be90d446d17775959ab96ab165145657a54173679e6c0f42562a61c0e932b79
SHA512 (sha1_smol-1.0.0.crate) = 75d6809a2aafd47cd5f5888f42283985895a9c82b53ead7529a23cd6f2484f32654094dda7a9e5d93e82afc9d0049938def1bdc28803502d140d06a3496adea7

Loading…
Cancel
Save