Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent 89c6f7bdf3
commit 69c2af7209
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

@ -1,4 +1,4 @@
# Generated by rust2rpm 9
# Generated by rust2rpm 10
%bcond_without check
%global debug_package %{nil}
@ -6,7 +6,7 @@
Name: rust-%{crate}
Version: 2.2.8
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Recursively walk a directory
# Upstream license specification: Unlicense/MIT
@ -23,17 +23,6 @@ BuildArch: noarch
%endif
BuildRequires: rust-packaging
%if ! %{__cargo_skip_build}
BuildRequires: (crate(same-file/default) >= 1.0.1 with crate(same-file/default) < 2.0.0)
%if %{with check}
BuildRequires: (crate(doc-comment/default) >= 0.3.0 with crate(doc-comment/default) < 0.4.0)
BuildRequires: (crate(docopt/default) >= 1.0.1 with crate(docopt/default) < 2.0.0)
BuildRequires: (crate(quickcheck) >= 0.8.0 with crate(quickcheck) < 0.9.0)
BuildRequires: (crate(rand/default) >= 0.6.0 with crate(rand/default) < 0.7.0)
BuildRequires: (crate(serde/default) >= 1.0.0 with crate(serde/default) < 2.0.0)
BuildRequires: (crate(serde_derive/default) >= 1.0.0 with crate(serde_derive/default) < 2.0.0)
%endif
%endif
%global _description %{expand:
Recursively walk a directory.}
@ -70,6 +59,9 @@ which use "default" feature of "%{crate}" crate.
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build
%cargo_build
@ -82,6 +74,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Thu Jun 20 11:27:39 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.2.8-2
- Regenerate
* Sun Jun 09 17:19:08 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.2.8-1
- Update to 2.2.8

@ -1,5 +1,5 @@
--- walkdir-2.2.8/Cargo.toml 1970-01-01T00:00:00+00:00
+++ walkdir-2.2.8/Cargo.toml 2019-06-09T15:19:08.080975+00:00
+++ walkdir-2.2.8/Cargo.toml 2019-06-20T09:27:39.445642+00:00
@@ -43,12 +43,6 @@
[dev-dependencies.serde_derive]

Loading…
Cancel
Save