parent
b569746eae
commit
d0ab6cf9c0
@ -1,9 +0,0 @@
|
||||
/crc-any-2.3.0.crate
|
||||
/crc-any-2.3.1.crate
|
||||
/crc-any-2.3.4.crate
|
||||
/crc-any-2.3.5.crate
|
||||
/crc-any-2.3.9.crate
|
||||
/crc-any-2.3.12.crate
|
||||
/crc-any-2.4.0.crate
|
||||
/crc-any-2.4.1.crate
|
||||
/crc-any-2.4.2.crate
|
@ -1,3 +0,0 @@
|
||||
[DEFAULT]
|
||||
unwanted-features =
|
||||
heapless
|
@ -1,31 +0,0 @@
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.12-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Fri Jun 18 2021 Fabio Valentini <decathorpe@gmail.com> - 2.3.12-1
|
||||
- Update to version 2.3.12.
|
||||
- Fixes RHBZ#1967027
|
||||
|
||||
* Wed Apr 21 2021 Fabio Valentini <decathorpe@gmail.com> - 2.3.9-1
|
||||
- Update to version 2.3.9.
|
||||
- Fixes RHBZ#1952035
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.5-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Wed Nov 25 2020 Fabio Valentini <decathorpe@gmail.com> - 2.3.5-3
|
||||
- Remove features with broken dependencies.
|
||||
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.5-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Wed Jul 22 2020 Josh Stone <jistone@redhat.com> - 2.3.5-1
|
||||
- Update to 2.3.5
|
||||
|
||||
* Mon Jul 20 08:32:57 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 2.3.4-1
|
||||
- Update to 2.3.4
|
||||
|
||||
* Fri Jun 19 2020 Josh Stone <jistone@redhat.com> - 2.3.1-1
|
||||
- Update to 2.3.1
|
||||
|
||||
* Thu May 14 08:18:37 CEST 2020 Igor Raits <i.gnatenko.brain@gmail.com> - 2.3.0-1
|
||||
- Initial package
|
@ -0,0 +1 @@
|
||||
no longer needed
|
@ -1,120 +0,0 @@
|
||||
# Generated by rust2rpm 21
|
||||
%bcond_without check
|
||||
%global debug_package %{nil}
|
||||
|
||||
%global crate crc-any
|
||||
|
||||
Name: rust-%{crate}
|
||||
Version: 2.4.2
|
||||
Release: %autorelease
|
||||
Summary: Compute CRC values
|
||||
|
||||
# Upstream license specification: MIT
|
||||
License: MIT
|
||||
URL: https://crates.io/crates/crc-any
|
||||
Source: %{crates_source}
|
||||
|
||||
ExclusiveArch: %{rust_arches}
|
||||
|
||||
BuildRequires: rust-packaging >= 21
|
||||
|
||||
%global _description %{expand:
|
||||
To compute CRC values by providing the length of bits, expression, reflection,
|
||||
an initial value and a final xor value. It has many built-in CRC functions.}
|
||||
|
||||
%description %{_description}
|
||||
|
||||
%package devel
|
||||
Summary: %{summary}
|
||||
BuildArch: noarch
|
||||
|
||||
%description devel %{_description}
|
||||
|
||||
This package contains library source intended for building other packages which
|
||||
use the "%{crate}" crate.
|
||||
|
||||
%files devel
|
||||
%license %{crate_instdir}/LICENSE
|
||||
%doc %{crate_instdir}/README.md
|
||||
%{crate_instdir}/
|
||||
|
||||
%package -n %{name}+default-devel
|
||||
Summary: %{summary}
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n %{name}+default-devel %{_description}
|
||||
|
||||
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
|
||||
|
||||
%package -n %{name}+debug-helper-devel
|
||||
Summary: %{summary}
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n %{name}+debug-helper-devel %{_description}
|
||||
|
||||
This package contains library source intended for building other packages which
|
||||
use the "debug-helper" feature of the "%{crate}" crate.
|
||||
|
||||
%files -n %{name}+debug-helper-devel
|
||||
%ghost %{crate_instdir}/Cargo.toml
|
||||
|
||||
%package -n %{name}+development-devel
|
||||
Summary: %{summary}
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n %{name}+development-devel %{_description}
|
||||
|
||||
This package contains library source intended for building other packages which
|
||||
use the "development" feature of the "%{crate}" crate.
|
||||
|
||||
%files -n %{name}+development-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
|
||||
|
||||
%prep
|
||||
%autosetup -n %{crate}-%{version_no_tilde} -p1
|
||||
%cargo_prep
|
||||
|
||||
%generate_buildrequires
|
||||
%cargo_generate_buildrequires
|
||||
|
||||
%build
|
||||
%cargo_build
|
||||
|
||||
%install
|
||||
%cargo_install
|
||||
|
||||
%if %{with check}
|
||||
%check
|
||||
%cargo_test
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
%autochangelog
|
Loading…
Reference in new issue