|
|
|
@ -1,12 +1,13 @@
|
|
|
|
|
# Generated by rust2rpm
|
|
|
|
|
%bcond_without check
|
|
|
|
|
# * Tests are run in infrastructure
|
|
|
|
|
%bcond_with check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global crate pest_derive
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 1.0.8
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 2.0.1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Pest's derive macro
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: MIT/Apache-2.0
|
|
|
|
@ -17,9 +18,8 @@ Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
|
BuildRequires: (crate(pest/default) >= 1.0.0 with crate(pest/default) < 2.0.0)
|
|
|
|
|
BuildRequires: (crate(quote/default) >= 0.3.15 with crate(quote/default) < 0.4.0)
|
|
|
|
|
BuildRequires: (crate(syn/default) >= 0.11.0 with crate(syn/default) < 0.12.0)
|
|
|
|
|
BuildRequires: (crate(pest/default) >= 2.0.0 with crate(pest/default) < 3.0.0)
|
|
|
|
|
BuildRequires: (crate(pest_generator/default) >= 2.0.0 with crate(pest_generator/default) < 3.0.0)
|
|
|
|
|
|
|
|
|
|
%global _description \
|
|
|
|
|
Pest's derive macro.
|
|
|
|
@ -68,6 +68,9 @@ which use "default" feature of "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Nov 10 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.0.1-1
|
|
|
|
|
- Update to 2.0.1
|
|
|
|
|
|
|
|
|
|
* Fri Nov 09 2018 Josh Stone <jistone@redhat.com> - 1.0.8-2
|
|
|
|
|
- Adapt to new packaging
|
|
|
|
|
|
|
|
|
|