parent
b1b5cc3e2c
commit
8a60756016
@ -0,0 +1 @@
|
||||
/num-integer-0.1.35.crate
|
@ -0,0 +1,8 @@
|
||||
--- num-integer-0.1.35/Cargo.toml 2017-07-15T02:29:41+02:00
|
||||
+++ num-integer-0.1.35/Cargo.toml 2017-11-06T23:24:18.605850+01:00
|
||||
@@ -11,5 +11,4 @@
|
||||
version = "0.1.35"
|
||||
|
||||
[dependencies.num-traits]
|
||||
-path = "../traits"
|
||||
version = "0.1.32"
|
@ -0,0 +1,65 @@
|
||||
# Generated by rust2rpm
|
||||
%bcond_without check
|
||||
%global debug_package %{nil}
|
||||
|
||||
%global crate num-integer
|
||||
|
||||
Name: rust-%{crate}
|
||||
Version: 0.1.35
|
||||
Release: 1%{?dist}
|
||||
Summary: Integer traits and functions
|
||||
|
||||
License: MIT or ASL 2.0
|
||||
URL: https://crates.io/crates/num-integer
|
||||
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
|
||||
# Initial patched metadata
|
||||
# * No paths
|
||||
Patch0: num-integer-0.1.35-fix-metadata.diff
|
||||
|
||||
ExclusiveArch: %{rust_arches}
|
||||
|
||||
BuildRequires: rust-packaging
|
||||
# [dependencies]
|
||||
BuildRequires: (crate(num-traits) >= 0.1.32 with crate(num-traits) < 0.2.0)
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
|
||||
%package devel
|
||||
Summary: %{summary}
|
||||
BuildArch: noarch
|
||||
|
||||
%description devel
|
||||
Integer traits and functions.
|
||||
|
||||
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
|
||||
* Mon Nov 06 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.35-1
|
||||
- Update to 0.1.35
|
||||
|
||||
* 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