Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent 724c60d938
commit 13a92b7d56
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 %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
@ -6,7 +6,7 @@
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.1.2 Version: 0.1.2
Release: 2%{?dist} Release: 3%{?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
@ -20,12 +20,6 @@ BuildArch: noarch
%endif %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)
%if %{with check}
BuildRequires: (crate(regex/default) >= 1.1.0 with crate(regex/default) < 2.0.0)
%endif
%endif
%global _description %{expand: %global _description %{expand:
Trait for regular expressions, with a focus on line oriented search.} Trait for regular expressions, with a focus on line oriented search.}
@ -62,6 +56,9 @@ which use "default" feature of "%{crate}" crate.
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build %build
%cargo_build %cargo_build
@ -74,6 +71,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Thu Jun 20 16:53:16 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.2-3
- Regenerate
* Sun Jun 09 10:08:48 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.2-2 * Sun Jun 09 10:08:48 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.2-2
- Regenerate - Regenerate

Loading…
Cancel
Save