|
|
|
@ -1,11 +1,11 @@
|
|
|
|
|
# Generated by rust2rpm 25
|
|
|
|
|
# Generated by rust2rpm 26
|
|
|
|
|
%bcond_without check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global crate pcre2-sys
|
|
|
|
|
|
|
|
|
|
Name: rust-pcre2-sys
|
|
|
|
|
Version: 0.2.8
|
|
|
|
|
Version: 0.2.9
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: Low level bindings to PCRE2
|
|
|
|
|
|
|
|
|
@ -17,6 +17,7 @@ Source: %{crates_source}
|
|
|
|
|
Patch: pcre2-sys-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
BuildRequires: cargo-rpm-macros >= 24
|
|
|
|
|
BuildRequires: pkgconfig(libpcre2-8)
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
|
Low level bindings to PCRE2.}
|
|
|
|
@ -60,7 +61,6 @@ rm -rv upstream/
|
|
|
|
|
|
|
|
|
|
%generate_buildrequires
|
|
|
|
|
%cargo_generate_buildrequires
|
|
|
|
|
echo 'pkgconfig(libpcre2-8)'
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%cargo_build
|
|
|
|
|