Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent 7c76a2d822
commit 00ee671a5d
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.2.2 Version: 0.2.2
Release: 1%{?dist} Release: 2%{?dist}
Summary: Low level bindings to PCRE2 Summary: Low level bindings to PCRE2
# 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(cc/default) >= 1.0.0 with crate(cc/default) < 2.0.0)
BuildRequires: (crate(libc/default) >= 0.2.0 with crate(libc/default) < 0.3.0)
BuildRequires: (crate(pkg-config/default) >= 0.3.13 with crate(pkg-config/default) < 0.4.0)
BuildRequires: pkgconfig(libpcre2-8)
%endif
%global _description %{expand: %global _description %{expand:
Low level bindings to PCRE2.} Low level bindings to PCRE2.}
@ -64,6 +58,10 @@ which use "default" feature of "%{crate}" crate.
rm -vrf pcre2 rm -vrf pcre2
%cargo_prep %cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
echo 'pkgconfig(libpcre2-8)'
%build %build
%cargo_build %cargo_build
@ -76,6 +74,9 @@ rm -vrf pcre2
%endif %endif
%changelog %changelog
* Thu Jun 27 08:55:35 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.2-2
- Regenerate
* Sun Jun 09 15:19:59 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.2-1 * Sun Jun 09 15:19:59 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.2-1
- Update to 0.2.2 - Update to 0.2.2

Loading…
Cancel
Save