parent
4746f8b12a
commit
9bd5aafe83
@ -0,0 +1 @@
|
||||
/num-iter-0.1.34.crate
|
@ -0,0 +1,13 @@
|
||||
--- num-iter-0.1.34/Cargo.toml 2017-07-15T02:37:27+02:00
|
||||
+++ num-iter-0.1.34/Cargo.toml 2017-11-07T23:52:28.553051+01:00
|
||||
@@ -14,10 +14,8 @@
|
||||
|
||||
[dependencies.num-integer]
|
||||
optional = false
|
||||
-path = "../integer"
|
||||
version = "0.1.32"
|
||||
|
||||
[dependencies.num-traits]
|
||||
optional = false
|
||||
-path = "../traits"
|
||||
version = "0.1.32"
|
@ -0,0 +1,66 @@
|
||||
# Generated by rust2rpm
|
||||
%bcond_without check
|
||||
%global debug_package %{nil}
|
||||
|
||||
%global crate num-iter
|
||||
|
||||
Name: rust-%{crate}
|
||||
Version: 0.1.34
|
||||
Release: 1%{?dist}
|
||||
Summary: External iterators for generic mathematics
|
||||
|
||||
License: MIT or ASL 2.0
|
||||
URL: https://crates.io/crates/num-iter
|
||||
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
|
||||
# Initial patched metadata
|
||||
# * No paths
|
||||
Patch0: num-iter-0.1.34-fix-metadata.diff
|
||||
|
||||
ExclusiveArch: %{rust_arches}
|
||||
|
||||
BuildRequires: rust-packaging
|
||||
# [dependencies]
|
||||
BuildRequires: (crate(num-integer) >= 0.1.32 with crate(num-integer) < 0.2.0)
|
||||
BuildRequires: (crate(num-traits) >= 0.1.32 with crate(num-traits) < 0.2.0)
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
|
||||
%package devel
|
||||
Summary: %{summary}
|
||||
BuildArch: noarch
|
||||
|
||||
%description devel
|
||||
External iterators for generic mathematics.
|
||||
|
||||
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
|
||||
%{cargo_registry}/%{crate}-%{version}/
|
||||
|
||||
%changelog
|
||||
* Tue Nov 07 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.34-1
|
||||
- Update to 0.1.34
|
||||
|
||||
* Wed Jun 14 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.33-2
|
||||
- Port to use rust-packaging
|
||||
|
||||
* Thu Mar 02 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.33-1
|
||||
- Initial package
|
Loading…
Reference in new issue