Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent 254bf4bedf
commit f9a974699b
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
# * RUSTC_BOOTSTRAP breaks tests # * RUSTC_BOOTSTRAP breaks tests
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
@ -7,7 +7,7 @@
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.4.30 Version: 0.4.30
Release: 2%{?dist} Release: 3%{?dist}
Summary: Stable implementation of the upcoming new `proc_macro` API Summary: Stable implementation of the upcoming new `proc_macro` API
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
@ -21,12 +21,6 @@ BuildArch: noarch
%endif %endif
BuildRequires: rust-packaging BuildRequires: rust-packaging
%if ! %{__cargo_skip_build}
BuildRequires: (crate(unicode-xid/default) >= 0.1.0 with crate(unicode-xid/default) < 0.2.0)
%if %{with check}
BuildRequires: (crate(quote/default) >= 0.6.0 with crate(quote/default) < 0.7.0)
%endif
%endif
%global _description %{expand: %global _description %{expand:
Stable implementation of the upcoming new `proc_macro` API. Comes with an Stable implementation of the upcoming new `proc_macro` API. Comes with an
@ -101,6 +95,9 @@ which use "span-locations" 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
@ -113,6 +110,9 @@ which use "span-locations" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Thu Jun 20 11:06:52 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.30-3
- Regenerate
* Sun Jun 09 10:22:46 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.30-2 * Sun Jun 09 10:22:46 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.30-2
- Regenerate - Regenerate

Loading…
Cancel
Save