public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Parse-CPAN-Packages] epel10.3: Update to 2.27. Switch from building with Build.PL to Makefile.PL.
@ 2026-08-25 14:42 Steven Pritchard
  0 siblings, 0 replies; only message in thread
From: Steven Pritchard @ 2026-08-25 14:42 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/perl-Parse-CPAN-Packages
Branch : epel10.3
Commit : fe078310f9526af068e24fb0584fb3a5a161aa90
Author : Steven Pritchard <steve@fedoraproject.org>
Date   : 2008-01-12T23:29:21+00:00
Stats  : +17/-11 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/perl-Parse-CPAN-Packages/c/fe078310f9526af068e24fb0584fb3a5a161aa90?branch=epel10.3

Log:
Update to 2.27. Switch from building with Build.PL to Makefile.PL.

---
diff --git a/.cvsignore b/.cvsignore
index e7b9d82..1570101 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-Parse-CPAN-Packages-2.26.tar.gz
+Parse-CPAN-Packages-2.27.tar.gz

diff --git a/perl-Parse-CPAN-Packages.spec b/perl-Parse-CPAN-Packages.spec
index 6443c4f..fe34cf1 100644
--- a/perl-Parse-CPAN-Packages.spec
+++ b/perl-Parse-CPAN-Packages.spec
@@ -1,6 +1,6 @@
 Name:           perl-Parse-CPAN-Packages
-Version:        2.26
-Release:        5%{?dist}
+Version:        2.27
+Release:        1%{?dist}
 Summary:        Parse 02packages.details.txt.gz
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -8,13 +8,13 @@ URL:            http://search.cpan.org/dist/Parse-CPAN-Packages/
 Source0:        http://www.cpan.org/authors/id/L/LB/LBROCARD/Parse-CPAN-Packages-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
-BuildRequires:  perl(CPAN::DistnameInfo)
 BuildRequires:  perl(Class::Accessor::Fast)
+BuildRequires:  perl(CPAN::DistnameInfo)
+BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(IO::Zlib)
-BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Sort::Versions)
-BuildRequires:  perl(version)
 BuildRequires:  perl(Test::More)
+BuildRequires:  perl(version)
 Requires:       perl(Class::Accessor::Fast)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
@@ -29,19 +29,21 @@ interface to the data contained within.
 %setup -q -n Parse-CPAN-Packages-%{version}
 
 %build
-%{__perl} Build.PL installdirs=vendor
-./Build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
+make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
-./Build test
+make test
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -53,6 +55,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Sat Jan 12 2008 Steven Pritchard <steve@kspei.com> 2.27-1
+- Update to 2.27.
+- Switch from building with Build.PL to Makefile.PL.
+
 * Sat Dec 29 2007 Ralf Corsépius <rc040203@freenet.de> - 2.26-5
 - Adjust License-tag.
 - Add BR: perl(Test::More) (BZ 419631).

diff --git a/sources b/sources
index 499094b..292359c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3cda70dcc5aa24a736fb67c0d63ad4ca  Parse-CPAN-Packages-2.26.tar.gz
+da948fe1675c26d8f2f45b67535bb6ed  Parse-CPAN-Packages-2.27.tar.gz

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-25 14:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-25 14:42 [rpms/perl-Parse-CPAN-Packages] epel10.3: Update to 2.27. Switch from building with Build.PL to Makefile.PL Steven Pritchard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox