Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent 9548bbc947
commit 724c60d938
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 grep-matcher %global crate grep-matcher
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.1.2 Version: 0.1.2
Release: 1%{?dist} Release: 2%{?dist}
Summary: Trait for regular expressions, with a focus on line oriented search Summary: Trait for regular expressions, with a focus on line oriented search
# Upstream license specification: Unlicense/MIT # Upstream license specification: Unlicense/MIT
@ -16,15 +15,20 @@ URL: https://crates.io/crates/grep-matcher
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(memchr/default) >= 2.1.0 with crate(memchr/default) < 3.0.0) BuildRequires: (crate(memchr/default) >= 2.1.0 with crate(memchr/default) < 3.0.0)
%if %{with check} %if %{with check}
BuildRequires: (crate(regex/default) >= 1.1.0 with crate(regex/default) < 2.0.0) BuildRequires: (crate(regex/default) >= 1.1.0 with crate(regex/default) < 2.0.0)
%endif %endif
%endif
%global _description \ %global _description %{expand:
A trait for regular expressions, with a focus on line oriented search. Trait for regular expressions, with a focus on line oriented search.}
%description %{_description} %description %{_description}
@ -70,6 +74,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sun Jun 09 10:08:48 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.2-2
- Regenerate
* Tue Apr 16 2019 Josh Stone <jistone@redhat.com> - 0.1.2-1 * Tue Apr 16 2019 Josh Stone <jistone@redhat.com> - 0.1.2-1
- Update to 0.1.2 - Update to 0.1.2

Loading…
Cancel
Save