Compare commits

..

2 Commits

Author SHA1 Message Date
Fabio Valentini 1bfc0c220d
Merge branch 'rawhide' into epel9
2 years ago
Igor Raits a7d4d7c5c2
Rebuild
3 years ago

1
.gitignore vendored

@ -2,4 +2,3 @@
/*.src.rpm /*.src.rpm
/crunchy-0.2.2.crate /crunchy-0.2.2.crate
/crunchy-0.2.3.crate

@ -1,19 +1,26 @@
# Generated by rust2rpm 27 # Generated by rust2rpm 19
%bcond check 1 %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate crunchy %global crate crunchy
Name: rust-crunchy Name: rust-%{crate}
Version: 0.2.3 Version: 0.2.2
Release: %autorelease Release: %autorelease
Summary: Crunchy unroller: deterministically unroll constant loops Summary: Crunchy unroller: deterministically unroll constant loops
# Upstream license specification: MIT
# https://github.com/Vurich/crunchy/issues/6
License: MIT License: MIT
URL: https://crates.io/crates/crunchy URL: https://crates.io/crates/crunchy
Source: %{crates_source} Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24 ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
%global _description %{expand: %global _description %{expand:
Crunchy unroller: deterministically unroll constant loops.} Crunchy unroller: deterministically unroll constant loops.}
@ -27,12 +34,11 @@ BuildArch: noarch
%description devel %{_description} %description devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages which
use the "%{crate}" crate. use "%{crate}" crate.
%files devel %files devel
%license %{crate_instdir}/LICENSE %doc README.md
%doc %{crate_instdir}/README.md %{cargo_registry}/%{crate}-%{version_no_tilde}/
%{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -41,10 +47,10 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description} %description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages which 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 %{crate_instdir}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+limit_1024-devel %package -n %{name}+limit_1024-devel
Summary: %{summary} Summary: %{summary}
@ -53,10 +59,10 @@ BuildArch: noarch
%description -n %{name}+limit_1024-devel %{_description} %description -n %{name}+limit_1024-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages which
use the "limit_1024" feature of the "%{crate}" crate. use "the limit_1024" feature of the "%{crate}" crate.
%files -n %{name}+limit_1024-devel %files -n %{name}+limit_1024-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+limit_128-devel %package -n %{name}+limit_128-devel
Summary: %{summary} Summary: %{summary}
@ -65,10 +71,10 @@ BuildArch: noarch
%description -n %{name}+limit_128-devel %{_description} %description -n %{name}+limit_128-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages which
use the "limit_128" feature of the "%{crate}" crate. use "the limit_128" feature of the "%{crate}" crate.
%files -n %{name}+limit_128-devel %files -n %{name}+limit_128-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+limit_2048-devel %package -n %{name}+limit_2048-devel
Summary: %{summary} Summary: %{summary}
@ -77,10 +83,10 @@ BuildArch: noarch
%description -n %{name}+limit_2048-devel %{_description} %description -n %{name}+limit_2048-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages which
use the "limit_2048" feature of the "%{crate}" crate. use "the limit_2048" feature of the "%{crate}" crate.
%files -n %{name}+limit_2048-devel %files -n %{name}+limit_2048-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+limit_256-devel %package -n %{name}+limit_256-devel
Summary: %{summary} Summary: %{summary}
@ -89,10 +95,10 @@ BuildArch: noarch
%description -n %{name}+limit_256-devel %{_description} %description -n %{name}+limit_256-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages which
use the "limit_256" feature of the "%{crate}" crate. use "the limit_256" feature of the "%{crate}" crate.
%files -n %{name}+limit_256-devel %files -n %{name}+limit_256-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+limit_512-devel %package -n %{name}+limit_512-devel
Summary: %{summary} Summary: %{summary}
@ -101,10 +107,10 @@ BuildArch: noarch
%description -n %{name}+limit_512-devel %{_description} %description -n %{name}+limit_512-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages which
use the "limit_512" feature of the "%{crate}" crate. use "the limit_512" feature of the "%{crate}" crate.
%files -n %{name}+limit_512-devel %files -n %{name}+limit_512-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+limit_64-devel %package -n %{name}+limit_64-devel
Summary: %{summary} Summary: %{summary}
@ -113,10 +119,10 @@ BuildArch: noarch
%description -n %{name}+limit_64-devel %{_description} %description -n %{name}+limit_64-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages which
use the "limit_64" feature of the "%{crate}" crate. use "the limit_64" feature of the "%{crate}" crate.
%files -n %{name}+limit_64-devel %files -n %{name}+limit_64-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+std-devel %package -n %{name}+std-devel
Summary: %{summary} Summary: %{summary}
@ -125,13 +131,13 @@ BuildArch: noarch
%description -n %{name}+std-devel %{_description} %description -n %{name}+std-devel %{_description}
This package contains library source intended for building other packages which 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 %{crate_instdir}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/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,3 +0,0 @@
[package]
summary = "Crunchy unroller: deterministically unroll constant loops"

@ -1 +1 @@
SHA512 (crunchy-0.2.3.crate) = f97919ee077981da8a14d0cf4a1622b08059710918d97fbbd1f7a5aeb92d51ae5452934c2c45c1f9f79b320aeac6eca41f2a54b35d0710e077069d8841be52ca SHA512 (crunchy-0.2.2.crate) = 36dc0aebc41a3aac5f1b178a7e61b65bcd9bb5c8539b2024f79428200f7c62daa7098af55c6ab0765febd2f8969bd6c0ac8096f73cdc0958e5c4e4eb6a4f7025

Loading…
Cancel
Save