Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent bb199f8c1e
commit caff625d87
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 %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
@ -6,7 +6,7 @@
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.3.6 Version: 0.3.6
Release: 5%{?dist} Release: 6%{?dist}
Summary: Per-object thread-local storage Summary: Per-object thread-local storage
# Upstream license specification: Apache-2.0/MIT # Upstream license specification: Apache-2.0/MIT
@ -20,9 +20,6 @@ BuildArch: noarch
%endif %endif
BuildRequires: rust-packaging BuildRequires: rust-packaging
%if ! %{__cargo_skip_build}
BuildRequires: (crate(lazy_static/default) >= 1.0.0 with crate(lazy_static/default) < 2.0.0)
%endif
%global _description %{expand: %global _description %{expand:
Per-object thread-local storage.} Per-object thread-local storage.}
@ -59,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
@ -71,6 +71,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Thu Jun 20 11:12:52 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.6-6
- Regenerate
* Sun Jun 09 11:02:42 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.6-5 * Sun Jun 09 11:02:42 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.6-5
- Regenerate - Regenerate

Loading…
Cancel
Save