Compare commits

..

6 Commits

Author SHA1 Message Date
Fabio Valentini b1c316429e
Disable tests to avoid pulling in outdated dev-dependencies
5 months ago
Fabio Valentini b6da181530
Update to version 1.0.1; Fixes RHBZ#2299287
6 months ago
Fedora Release Engineering 5595b2ea41 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
6 months ago
Fedora Release Engineering c3834bc845 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
12 months ago
Fedora Release Engineering cfdf157ff6 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago
Fabio Valentini 0c490951ec
Regenerate with rust2rpm v24
2 years ago

1
.gitignore vendored

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

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

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

@ -0,0 +1,4 @@
[tests]
run = ["none"]
comments = ["outdated dev-dependencies: rand ^0.4"]

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

Loading…
Cancel
Save