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

@ -1,28 +1,31 @@
# Generated by rust2rpm # Generated by rust2rpm 9
%bcond_with check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate remove_dir_all %global crate remove_dir_all
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.5.1 Version: 0.5.1
Release: 5%{?dist} Release: 6%{?dist}
Summary: Safe, reliable implementation of remove_dir_all Summary: Safe, reliable implementation of remove_dir_all
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0 License: MIT or ASL 2.0
URL: https://crates.io/crates/remove_dir_all URL: https://crates.io/crates/remove_dir_all
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate Source: %{crates_source}
# Initial patched metadata # Initial patched metadata
# * No windows # * No windows
Patch0: remove_dir_all-fix-metadata.diff Patch0: remove_dir_all-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging BuildRequires: rust-packaging
%global _description \ %global _description %{expand:
A safe, reliable implementation of remove_dir_all. Safe, reliable implementation of remove_dir_all for Windows.}
%description %{_description} %description %{_description}
@ -52,7 +55,7 @@ which use "default" feature of "%{crate}" crate.
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
%build %build
@ -67,6 +70,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sun Jun 09 22:12:17 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.5.1-6
- Regenerate
* Sat Mar 09 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.5.1-5 * Sat Mar 09 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.5.1-5
- Adapt to new packaging - Adapt to new packaging

Loading…
Cancel
Save