Rebuild for pkgconf 1.4.0

This commit is contained in:
Neal Gompa 2018-01-05 14:11:05 -05:00
parent 1b554de9ff
commit 1addd7ba3d
1 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Name: perl-PkgConfig-LibPkgConf
Version: 0.08
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Interface to pkg-config files via libpkgconf
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/PkgConfig-LibPkgConf/
@ -14,7 +14,7 @@ BuildRequires: perl-interpreter
BuildRequires: perl(:VERSION) >= 5.8.1
# Use Alien::pkgconf instead of some complicated guess
# script/cc_wrapper.pl and script/ld_wrapper.pl not used with Alien::pkgconf
BuildRequires: perl(Alien::pkgconf) >= 0.11
BuildRequires: perl(Alien::pkgconf) >= 0.11-2
BuildRequires: perl(Config)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
# Run-time:
@ -67,6 +67,9 @@ make test
%{_mandir}/man3/*
%changelog
* Fri Jan 05 2018 Neal Gompa <ngompa13@gmail.com> - 0.08-2
- Rebuild for pkgconf 1.4.0
* Tue Jan 02 2018 Petr Pisar <ppisar@redhat.com> - 0.08-1
- 0.08 bump