Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent f79a4c76e5
commit 9ed7f55a40
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.4 Version: 0.1.4
Release: 2%{?dist} Release: 3%{?dist}
Summary: Fast line oriented regex searching as a library Summary: Fast line oriented regex searching as a library
# Upstream license specification: Unlicense/MIT # Upstream license specification: Unlicense/MIT
@ -20,20 +20,6 @@ BuildArch: noarch
%endif %endif
BuildRequires: rust-packaging BuildRequires: rust-packaging
%if ! %{__cargo_skip_build}
BuildRequires: (crate(bstr/std) >= 0.1.2 with crate(bstr/std) < 0.2.0)
BuildRequires: (crate(bytecount/default) >= 0.5.0 with crate(bytecount/default) < 0.6.0)
BuildRequires: (crate(bytecount/runtime-dispatch-simd) >= 0.5.0 with crate(bytecount/runtime-dispatch-simd) < 0.6.0)
BuildRequires: (crate(encoding_rs/default) >= 0.8.14 with crate(encoding_rs/default) < 0.9.0)
BuildRequires: (crate(encoding_rs_io/default) >= 0.1.6 with crate(encoding_rs_io/default) < 0.2.0)
BuildRequires: (crate(grep-matcher/default) >= 0.1.2 with crate(grep-matcher/default) < 0.2.0)
BuildRequires: (crate(log/default) >= 0.4.5 with crate(log/default) < 0.5.0)
BuildRequires: (crate(memmap/default) >= 0.7.0 with crate(memmap/default) < 0.8.0)
%if %{with check}
BuildRequires: (crate(grep-regex/default) >= 0.1.3 with crate(grep-regex/default) < 0.2.0)
BuildRequires: (crate(regex/default) >= 1.1.0 with crate(regex/default) < 2.0.0)
%endif
%endif
%global _description %{expand: %global _description %{expand:
Fast line oriented regex searching as a library.} Fast line oriented regex searching as a library.}
@ -94,6 +80,9 @@ which use "simd-accel" 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
@ -106,6 +95,9 @@ which use "simd-accel" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Thu Jun 20 16:44:14 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.4-3
- Regenerate
* Sun Jun 09 10:15:52 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.4-2 * Sun Jun 09 10:15:52 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.4-2
- Regenerate - Regenerate

Loading…
Cancel
Save