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

@ -1,13 +1,12 @@
# Generated by rust2rpm
# * Tests are run in infrastructure
%bcond_with check
# Generated by rust2rpm 9
%bcond_without check
%global debug_package %{nil}
%global crate regex-syntax
Name: rust-%{crate}
Version: 0.6.6
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Regular expression parser
# Upstream license specification: MIT/Apache-2.0
@ -16,12 +15,17 @@ URL: https://crates.io/crates/regex-syntax
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
%if ! %{__cargo_skip_build}
BuildRequires: (crate(ucd-util/default) >= 0.1.0 with crate(ucd-util/default) < 0.2.0)
%endif
%global _description \
A regular expression parser.
%global _description %{expand:
Regular expression parser.}
%description %{_description}
@ -66,6 +70,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Sun Jun 09 11:20:40 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.6.6-2
- Regenerate
* Tue Apr 02 2019 Josh Stone <jistone@redhat.com> - 0.6.6-1
- Update to 0.6.6

Loading…
Cancel
Save