From 261a054aa1085f0dbc8b50214ab6934c95d0b008 Mon Sep 17 00:00:00 2001 From: Steven Pritchard Date: Thu, 8 Jun 2006 23:01:09 +0000 Subject: Update to 3.01. Switch to Module::Build-based build. --- .cvsignore | 2 +- perl-Module-Pluggable.spec | 16 +++++++++------- sources | 2 +- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/.cvsignore b/.cvsignore index 05a6584..0313863 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Module-Pluggable-2.97.tar.gz +Module-Pluggable-3.01.tar.gz diff --git a/perl-Module-Pluggable.spec b/perl-Module-Pluggable.spec index 3393c23..da90bd3 100644 --- a/perl-Module-Pluggable.spec +++ b/perl-Module-Pluggable.spec @@ -1,5 +1,5 @@ Name: perl-Module-Pluggable -Version: 2.97 +Version: 3.01 Release: 1%{?dist} Summary: Automatically give your module the ability to have plugins License: GPL or Artistic @@ -19,21 +19,19 @@ your module. %setup -q -n Module-Pluggable-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} +%{__perl} Build.PL installdirs=vendor +./Build %install rm -rf $RPM_BUILD_ROOT -make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT - -find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; +./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \; chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* %check -make test +./Build test %clean rm -rf $RPM_BUILD_ROOT @@ -45,6 +43,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Thu Jun 08 2006 Steven Pritchard 3.01-1 +- Update to 3.01. +- Switch to Module::Build-based build. + * Thu Mar 23 2006 Steven Pritchard 2.97-1 - Specfile autogenerated by cpanspec 1.62. - Clean up description a little. diff --git a/sources b/sources index bdc78e2..07c5315 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f118696802530ecb4fdaf91f9b904136 Module-Pluggable-2.97.tar.gz +816df62d8518ec658ab4229e3fae08ed Module-Pluggable-3.01.tar.gz -- cgit