Adapt to pkgconf-1.9.4
This commit is contained in:
parent
6d2e303d2a
commit
e31f7b483e
1107
PkgConfig-LibPkgConf-0.11-adapt_to_pkgconf_1.9.4.patch
Normal file
1107
PkgConfig-LibPkgConf-0.11-adapt_to_pkgconf_1.9.4.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -7,11 +7,14 @@
|
|||||||
|
|
||||||
Name: perl-PkgConfig-LibPkgConf
|
Name: perl-PkgConfig-LibPkgConf
|
||||||
Version: 0.11
|
Version: 0.11
|
||||||
Release: 11%{?dist}
|
Release: 12%{?dist}
|
||||||
Summary: Interface to pkg-config files via libpkgconf
|
Summary: Interface to pkg-config files via libpkgconf
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
URL: https://metacpan.org/release/PkgConfig-LibPkgConf
|
URL: https://metacpan.org/release/PkgConfig-LibPkgConf
|
||||||
Source0: https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/PkgConfig-LibPkgConf-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/PkgConfig-LibPkgConf-%{version}.tar.gz
|
||||||
|
# Adapt to pkgconf-1.9.4, proposed to an upstream, bug #2172714,
|
||||||
|
# <https://github.com/PerlAlien/PkgConfig-LibPkgConf/issues/15>
|
||||||
|
Patch0: PkgConfig-LibPkgConf-0.11-adapt_to_pkgconf_1.9.4.patch
|
||||||
BuildRequires: findutils
|
BuildRequires: findutils
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
@ -78,7 +81,7 @@ Tests from %{name}. Execute them
|
|||||||
with "%{_libexecdir}/%{name}/test".
|
with "%{_libexecdir}/%{name}/test".
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n PkgConfig-LibPkgConf-%{version}
|
%autosetup -p1 -n PkgConfig-LibPkgConf-%{version}
|
||||||
# Help generators to recognize Perl scripts
|
# Help generators to recognize Perl scripts
|
||||||
for F in t/*.t; do
|
for F in t/*.t; do
|
||||||
perl -i -MConfig -ple 'print $Config{startperl} if $. == 1' "$F"
|
perl -i -MConfig -ple 'print $Config{startperl} if $. == 1' "$F"
|
||||||
@ -126,6 +129,9 @@ make test
|
|||||||
%{_libexecdir}/%{name}
|
%{_libexecdir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 03 2023 Petr Pisar <ppisar@redhat.com> - 0.11-12
|
||||||
|
- Adapt to pkgconf-1.9.4 (bug #2172714)
|
||||||
|
|
||||||
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.11-11
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.11-11
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user