Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent a6d76d4e19
commit 7f4d02bec6
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: 1.0.4
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Simple crate for determining whether two file paths point to the same file
# Upstream license specification: Unlicense/MIT
@ -23,11 +23,6 @@ BuildArch: noarch
%endif
BuildRequires: rust-packaging
%if ! %{__cargo_skip_build}
%if %{with check}
BuildRequires: (crate(rand/default) >= 0.4.0 with crate(rand/default) < 0.5.0)
%endif
%endif
%global _description %{expand:
Simple crate for determining whether two file paths point to the same file.}
@ -64,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
@ -76,6 +74,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Wed Jun 19 23:34:16 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.4-4
- Regenerate
* Sun Jun 09 11:00:40 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.4-3
- Regenerate

@ -1,5 +1,5 @@
--- same-file-1.0.4/Cargo.toml 1969-12-31T16:00:00-08:00
+++ same-file-1.0.4/Cargo.toml 2018-11-09T18:22:30.499920-08:00
--- same-file-1.0.4/Cargo.toml 1970-01-01T00:00:00+00:00
+++ same-file-1.0.4/Cargo.toml 2019-06-19T21:34:16.029352+00:00
@@ -24,5 +24,3 @@
repository = "https://github.com/BurntSushi/same-file"
[dev-dependencies.rand]

Loading…
Cancel
Save