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

@ -1,24 +1,28 @@
# Generated by rust2rpm # Generated by rust2rpm 10
%bcond_with check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate take_mut %global crate take_mut
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.2.2 Version: 0.2.2
Release: 4%{?dist} Release: 5%{?dist}
Summary: Take a T from a &mut T temporarily Summary: Take a T from a &mut T temporarily
# Upstream license specification: MIT
License: MIT License: MIT
URL: https://crates.io/crates/take_mut URL: https://crates.io/crates/take_mut
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging BuildRequires: rust-packaging
%global _description \ %global _description %{expand:
Take a T from a &mut T temporarily. Take a T from a &mut T temporarily.}
%description %{_description} %description %{_description}
@ -52,6 +56,9 @@ which use "default" feature of "%{crate}" crate.
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build %build
%cargo_build %cargo_build
@ -64,6 +71,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sat Jun 22 10:16:46 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.2-5
- Regenerate
* Sat Mar 09 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.2-4 * Sat Mar 09 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.2-4
- Adapt to new packaging - Adapt to new packaging

Loading…
Cancel
Save