Name: perl-PkgConfig-LibPkgConf Version: 0.08 Release: 3%{?dist} Summary: Interface to pkg-config files via libpkgconf License: GPL+ or Artistic URL: http://search.cpan.org/dist/PkgConfig-LibPkgConf/ Source0: http://www.cpan.org/authors/id/P/PL/PLICEASE/PkgConfig-LibPkgConf-%{version}.tar.gz BuildRequires: findutils BuildRequires: gcc BuildRequires: make BuildRequires: perl-devel BuildRequires: perl-generators 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: pkgconfig(libpkgconf) >= 1.4.0 BuildRequires: perl(Config) BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 # Run-time: BuildRequires: perl(base) BuildRequires: perl(Carp) BuildRequires: perl(Exporter) BuildRequires: perl(overload) BuildRequires: perl(Scalar::Util) BuildRequires: perl(strict) BuildRequires: perl(warnings) BuildRequires: perl(XSLoader) # Tests: BuildRequires: perl(Cwd) BuildRequires: perl(File::Basename) BuildRequires: perl(File::Path) BuildRequires: perl(File::Temp) BuildRequires: perl(Test::More) >= 0.94 # Optional tests: BuildRequires: perl(YAML) Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Requires: perl(Carp) %description Many libraries in compiled languages such as C or C++ provide *.pc files to specify the flags required for compiling and linking against those libraries. Traditionally, the command line program pkg-config is used to query these files. This package provides a Perl-level API using libpkgconf to these files. %prep %setup -q -n PkgConfig-LibPkgConf-%{version} %build unset FFI_PLATYPUS_DEBUG perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" NO_PACKLIST=1 make %{?_smp_mflags} %install make pure_install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -delete %{_fixperms} $RPM_BUILD_ROOT/* %check make test %files %license LICENSE %doc Changes README %{perl_vendorarch}/auto/* %{perl_vendorarch}/PkgConfig* %{_mandir}/man3/* %changelog * Fri Feb 09 2018 Fedora Release Engineering - 0.08-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Fri Jan 05 2018 Neal Gompa - 0.08-2 - Rebuild for pkgconf 1.4.0 * Tue Jan 02 2018 Petr Pisar - 0.08-1 - 0.08 bump * Thu Aug 03 2017 Fedora Release Engineering - 0.07-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering - 0.07-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Mon Jun 05 2017 Jitka Plesnikova - 0.07-2 - Perl 5.26 rebuild * Thu Mar 16 2017 Petr Pisar - 0.07-1 - 0.07 bump * Thu Mar 09 2017 Petr Pisar 0.06-1 - Specfile autogenerated by cpanspec 1.78.