Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent 30ec724b20
commit 41d9fa55ce
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.92
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Macros 1.1 implementation of #[derive(Serialize, Deserialize)]
# Upstream license specification: MIT OR Apache-2.0
@ -20,15 +20,6 @@ BuildArch: noarch
%endif
BuildRequires: rust-packaging
%if ! %{__cargo_skip_build}
BuildRequires: (crate(proc-macro2/default) >= 0.4.0 with crate(proc-macro2/default) < 0.5.0)
BuildRequires: (crate(quote/default) >= 0.6.3 with crate(quote/default) < 0.7.0)
BuildRequires: (crate(syn/default) >= 0.15.22 with crate(syn/default) < 0.16.0)
BuildRequires: (crate(syn/visit) >= 0.15.22 with crate(syn/visit) < 0.16.0)
%if %{with check}
BuildRequires: (crate(serde/default) >= 1.0.0 with crate(serde/default) < 2.0.0)
%endif
%endif
%global _description %{expand:
Macros 1.1 implementation of #[derive(Serialize, Deserialize)].}
@ -77,6 +68,9 @@ which use "deserialize_in_place" feature of "%{crate}" crate.
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build
%cargo_build
@ -89,6 +83,9 @@ which use "deserialize_in_place" feature of "%{crate}" crate.
%endif
%changelog
* Thu Jun 20 11:47:02 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.92-3
- Regenerate
* Sun Jun 09 11:18:58 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.92-2
- Regenerate

Loading…
Cancel
Save