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

Loading…
Cancel
Save