Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent d7143811b8
commit 9e230f5677
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

@ -1,6 +1,5 @@
# 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 pcre2 %global crate pcre2
@ -16,15 +15,20 @@ URL: https://crates.io/crates/pcre2
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(libc/default) >= 0.2.46 with crate(libc/default) < 0.3.0) BuildRequires: (crate(libc/default) >= 0.2.46 with crate(libc/default) < 0.3.0)
BuildRequires: (crate(log/default) >= 0.4.5 with crate(log/default) < 0.5.0) BuildRequires: (crate(log/default) >= 0.4.5 with crate(log/default) < 0.5.0)
BuildRequires: (crate(pcre2-sys/default) >= 0.2.0 with crate(pcre2-sys/default) < 0.3.0) BuildRequires: (crate(pcre2-sys/default) >= 0.2.0 with crate(pcre2-sys/default) < 0.3.0)
BuildRequires: (crate(thread_local/default) >= 0.3.6 with crate(thread_local/default) < 0.4.0) BuildRequires: (crate(thread_local/default) >= 0.3.6 with crate(thread_local/default) < 0.4.0)
%endif
%global _description \ %global _description %{expand:
High level wrapper library for PCRE2. High level wrapper library for PCRE2.}
%description %{_description} %description %{_description}
@ -70,6 +74,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sun Jun 09 11:33:54 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.0-2
- Regenerate
* Tue Apr 16 2019 Josh Stone <jistone@redhat.com> - 0.2.0-1 * Tue Apr 16 2019 Josh Stone <jistone@redhat.com> - 0.2.0-1
- Update to 0.2.0 - Update to 0.2.0

Loading…
Cancel
Save