# Detect the distribution in use %global __despace head -n 1 | tr -d '[:space:]' | sed -e 's/[(].*[)]//g' %global __lower4 cut -c 1-4 | tr '[:upper:]' '[:lower:]' %global __distfile %([ -f /etc/SuSE-release ] && echo /etc/SuSE-release || echo /etc/redhat-release) %global __distinit %(sed -e 's/ release .*//' -e 's/\\([A-Za-z]\\)[^ ]*/\\1/g' %{__distfile} | %{__despace} | %{__lower4}) %global __distvers %(sed -e 's/.* release \\([^. ]*\\).*/\\1/' %{__distfile} | %{__despace}) # Identify Alma, CentOS, CentOS Stream and Rocky Linux as rhel %if "%{__distinit}" == "a" || "%{__distinit}" == "c" || "%{__distinit}" == "cl" || "%{__distinit}" == "cs" || "%{__distinit}" == "rl" %global __distinit rhel %endif # Dist tag for Fedora is still "fc" %if "%{__distinit}" == "f" %global __distinit fc %endif Name: perl-ExtUtils-PkgConfig Version: 1.16 Release: 21.%{__distinit}%{__distvers} Summary: Simplistic interface to pkg-config License: LGPL-2.0-or-later URL: https://metacpan.org/release/ExtUtils-PkgConfig Source0: https://cpan.metacpan.org/modules/by-module/ExtUtils/ExtUtils-PkgConfig-%{version}.tar.gz BuildArch: noarch # Module Build BuildRequires: coreutils BuildRequires: findutils BuildRequires: make BuildRequires: perl-generators BuildRequires: perl-interpreter BuildRequires: perl(Cwd) BuildRequires: perl(ExtUtils::MakeMaker) # Module Runtime BuildRequires: perl(Carp) BuildRequires: perl(English) BuildRequires: perl(strict) BuildRequires: perl(vars) BuildRequires: pkgconfig # Test Suite BuildRequires: perl(Test::More) BuildRequires: perl(warnings) # Runtime %if 0%{?fedora} < 38 && 0%{?rhel} < 10 Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) %endif Requires: pkgconfig %description The pkg-config program retrieves information about installed libraries, usually for the purposes of compiling against and linking to them. ExtUtils::PkgConfig is a very simplistic interface to this utility, intended for use in the Makefile.PL of perl extensions that bind libraries that pkg-config knows. It is really just boilerplate code that you would've written yourself. %prep %setup -q -n ExtUtils-PkgConfig-%{version} %build perl Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install make pure_install DESTDIR=%{buildroot} find %{buildroot} -type f -name .packlist -delete %{_fixperms} -c %{buildroot} %check make test %files %doc Changes README %{perl_vendorlib}/ExtUtils/ %{_mandir}/man3/ExtUtils::PkgConfig.3* %changelog * Wed Apr 12 2023 Paul Howarth - 1.16-21 - Use SPDX-format license tag * Fri May 31 2019 Paul Howarth - 1.16-8 - Switch upstream from search.cpan.org to metacpan.org - BR: perl-generators unconditionally - BR: perl-interpreter rather than perl * Fri Apr 21 2017 Paul Howarth - 1.16-1 - Update to 1.16 - Add exists() method, and update README (CPAN RT#77880) - Handle removal of '.' from @INC for Perl 5.26 (CPAN RT#120819) - Drop support for EOL distributions prior to F-13 - Drop BuildRoot: and Group: tags - Drop explicit buildroot cleaning in %%install section - Drop explicit %%clean section * Mon Aug 22 2016 Paul Howarth - 1.15-6 - BR: perl-generators where available - Simplify find command using -delete * Mon Oct 20 2014 Paul Howarth - 1.15-3 - Import from Fedora * Wed Aug 27 2014 Jitka Plesnikova - 1.15-2 - Perl 5.20 rebuild * Thu Jun 26 2014 Tom Callaway - 1.15-1 - Update to 1.15 * Sat Jun 07 2014 Fedora Release Engineering - 1.14-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Fri Aug 16 2013 Tom Callaway - 1.14-1 - Update to 1.14 * Sat Aug 03 2013 Fedora Release Engineering - 1.12-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Mon Jul 22 2013 Petr Pisar - 1.12-16 - Allow empty cflags (CPAN RT#84026) * Wed Jul 17 2013 Petr Pisar - 1.12-15 - Perl 5.18 rebuild * Thu Feb 14 2013 Fedora Release Engineering - 1.12-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Fri Jul 20 2012 Fedora Release Engineering - 1.12-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Fri Jun 08 2012 Petr Pisar - 1.12-12 - Perl 5.16 rebuild * Fri Jan 13 2012 Fedora Release Engineering - 1.12-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Fri Jun 17 2011 Marcela Mašláňová - 1.12-10 - Perl mass rebuild * Thu Jun 09 2011 Marcela Mašláňová - 1.12-9 - Perl 5.14 mass rebuild * Tue Feb 08 2011 Fedora Release Engineering - 1.12-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Thu Dec 16 2010 Marcela Maslanova - 1.12-7 - Rebuild to fix problems with vendorarch/lib (#661697) * Sat May 01 2010 Marcela Maslanova - 1.12-6 - Mass rebuild with perl-5.12.0 * Fri Apr 30 2010 Marcela Maslanova - 1.12-5 - Mass rebuild with perl-5.12.0 * Mon Dec 7 2009 Stepan Kasal - 1.12-4 - Rebuild against perl 5.10.1 * Sat Jul 25 2009 Fedora Release Engineering - 1.12-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Thu Feb 26 2009 Fedora Release Engineering - 1.12-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Mon Jan 19 2009 Ralf Corsépius - 1.12-1 - Upstream update * Wed Jul 09 2008 Ralf Corsépius - 1.11-1 - Upstream update - Reflect Source0-URL having changed * Sat Feb 2 2008 Tom "spot" Callaway - 1.08-2 - Rebuild for new perl * Fri Nov 30 2007 Tom "spot" Callaway - 1.08-1 - 1.08 * Tue Oct 16 2007 Tom "spot" Callaway - 1.07-5.2 - Add BR: perl(Test::More) * Mon Oct 15 2007 Tom "spot" Callaway - 1.07-5.1 - Correct license tag - Add BR: perl(ExtUtils::MakeMaker) * Sat Sep 9 2006 Jose Pedro Oliveira - 1.07-5 - Rebuild for FC6 * Fri Feb 17 2006 Jose Pedro Oliveira - 1.07-4 - Rebuild for FC5 (perl 5.8.8) * Thu Dec 29 2005 Jose Pedro Oliveira - 1.07-3 - Dist tag * Wed Apr 6 2005 Michael Schwendt - 1.07-2 - Rebuilt * Tue Feb 15 2005 Jose Pedro Oliveira - 1.07-1 - Update to 1.07 * Sun Oct 3 2004 Jose Pedro Oliveira - 1.06-0.fdr.1 - Update to 1.06 * Sun Jul 18 2004 Jose Pedro Oliveira - 1.05-0.fdr.1 - First build