You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
93 lines
2.5 KiB
93 lines
2.5 KiB
# Generated by rust2rpm
|
|
%bcond_without check
|
|
%global debug_package %{nil}
|
|
|
|
%global crate num-bigint
|
|
|
|
Name: rust-%{crate}
|
|
Version: 0.1.43
|
|
Release: 1%{?dist}
|
|
Summary: Big integer implementation for Rust
|
|
|
|
License: MIT or ASL 2.0
|
|
URL: https://crates.io/crates/num-bigint
|
|
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
BuildRequires: rust-packaging
|
|
# [dependencies]
|
|
BuildRequires: (crate(num-integer) >= 0.1.36 with crate(num-integer) < 0.2.0)
|
|
BuildRequires: ((crate(num-traits) >= 0.2.0 with crate(num-traits) < 0.3.0) with crate(num-traits/std))
|
|
BuildRequires: (crate(rand) >= 0.3.14 with crate(rand) < 0.5.0)
|
|
BuildRequires: (crate(rustc-serialize) >= 0.3.19 with crate(rustc-serialize) < 0.4.0)
|
|
BuildRequires: (crate(serde) >= 0.7.0 with crate(serde) < 0.9.0)
|
|
%if %{with check}
|
|
# [dev-dependencies]
|
|
BuildRequires: (crate(rand) >= 0.3.14 with crate(rand) < 0.5.0)
|
|
%endif
|
|
|
|
%description
|
|
%{summary}.
|
|
|
|
%package devel
|
|
Summary: %{summary}
|
|
BuildArch: noarch
|
|
|
|
%description devel
|
|
Big integer implementation for Rust.
|
|
|
|
This package contains library source intended for building other packages
|
|
which use %{crate} from crates.io.
|
|
|
|
%prep
|
|
%autosetup -n %{crate}-%{version} -p1
|
|
%cargo_prep
|
|
|
|
%build
|
|
%cargo_build
|
|
|
|
%install
|
|
%cargo_install
|
|
|
|
%if %{with check}
|
|
%check
|
|
%cargo_test
|
|
%endif
|
|
|
|
%files devel
|
|
%license LICENSE-MIT LICENSE-APACHE
|
|
%doc README.md RELEASES.md
|
|
%{cargo_registry}/%{crate}-%{version}/
|
|
|
|
%changelog
|
|
* Fri Feb 09 2018 Josh Stone <jistone@redhat.com> - 0.1.43-1
|
|
- Update to 0.1.43
|
|
|
|
* Thu Feb 08 2018 Josh Stone <jistone@redhat.com> - 0.1.42-1
|
|
- Update to 0.1.42
|
|
|
|
* Mon Jan 08 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.41-3
|
|
- Rebuild for rust-packaging v5
|
|
|
|
* Mon Jan 01 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.41-2
|
|
- Bump rand to 0.4
|
|
|
|
* Sat Dec 02 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.41-1
|
|
- Update to 0.1.41
|
|
|
|
* Tue Nov 07 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.40-1
|
|
- Update to 0.1.40
|
|
|
|
* Thu Jun 15 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.39-1
|
|
- Update to 0.1.39
|
|
|
|
* Wed Jun 14 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.37-2
|
|
- Port to use rust-packaging
|
|
|
|
* Wed Mar 15 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.37-1
|
|
- Update to 0.1.37
|
|
|
|
* Thu Mar 02 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.36-1
|
|
- Initial package
|