[packages/perl-ExtUtils-Config] - updated to 0.010

qboosh qboosh at pld-linux.org
Sun Sep 14 11:22:45 CEST 2025


commit 59f866327e2a64cc8404de01c67e638ab6b9914b
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Sep 14 11:25:36 2025 +0200

    - updated to 0.010

 perl-ExtUtils-Config.spec | 20 +++++++++++++-------
 1 file changed, 13 insertions(+), 7 deletions(-)
---
diff --git a/perl-ExtUtils-Config.spec b/perl-ExtUtils-Config.spec
index 1e39966..da3ca7e 100644
--- a/perl-ExtUtils-Config.spec
+++ b/perl-ExtUtils-Config.spec
@@ -1,31 +1,34 @@
 #
 # Conditional build:
-%bcond_without	tests		# do not perform "make test"
+%bcond_without	tests	# unit tests
 #
 %define		pdir	ExtUtils
 %define		pnam	Config
 Summary:	ExtUtils::Config - A wrapper for Perl's configuration
 Summary(pl.UTF-8):	Extutils::Cofnig - obudowanie konfiguracji Perla
 Name:		perl-ExtUtils-Config
-Version:	0.008
+Version:	0.010
 Release:	1
 # same as perl 5
 License:	GPL v1+ or Artistic
 Group:		Development/Languages/Perl
-Source0:	http://www.cpan.org/modules/by-module/ExtUtils/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5:	565a7b09c7cac5907a25bbe2c959a717
-URL:		https://metacpan.org/release/ExtUtils-Config
+Source0:	https://www.cpan.org/modules/by-module/ExtUtils/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5:	f455b5743db7b73c80e88133effa3551
+URL:		https://metacpan.org/dist/ExtUtils-Config
 BuildRequires:	perl-devel >= 1:5.8.0
+%if %{with tests}
+BuildRequires:	perl-Test-Simple >= 0.88
+%endif
 BuildRequires:	rpm-perlprov >= 4.1-13
 BuildRequires:	rpmbuild(macros) >= 1.745
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-ExtUtils::Config is an abstraction around the %Config hash.
+ExtUtils::Config is an abstraction around the %%Config hash.
 
 %description -l pl.UTF-8
-ExtUtils::Config to abstrakcja wokół tablicy asocjacyjnej %Config.
+ExtUtils::Config to abstrakcja wokół tablicy asocjacyjnej %%Config.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
@@ -33,6 +36,7 @@ ExtUtils::Config to abstrakcja wokół tablicy asocjacyjnej %Config.
 %build
 %{__perl} Makefile.PL \
 	INSTALLDIRS=vendor
+
 %{__make}
 
 %{?with_tests:%{__make} test}
@@ -50,4 +54,6 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc Changes README
 %{perl_vendorlib}/ExtUtils/Config.pm
+%{perl_vendorlib}/ExtUtils/Config
 %{_mandir}/man3/ExtUtils::Config.3pm*
+%{_mandir}/man3/ExtUtils::Config::MakeMaker.3pm*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/perl-ExtUtils-Config.git/commitdiff/59f866327e2a64cc8404de01c67e638ab6b9914b



More information about the pld-cvs-commit mailing list