summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Pritchard <steve@fedoraproject.org>2006-06-08 23:01:09 +0000
committerSteven Pritchard <steve@fedoraproject.org>2006-06-08 23:01:09 +0000
commit261a054aa1085f0dbc8b50214ab6934c95d0b008 (patch)
tree5bb0d78b2f45a5811fef556aeaf55cbf23992aee
parentcf3a325f11cfa8b475bb10f8cc0e2c278f70dff6 (diff)
downloadperl-Module-Pluggable-261a054aa1085f0dbc8b50214ab6934c95d0b008.tar.gz
perl-Module-Pluggable-261a054aa1085f0dbc8b50214ab6934c95d0b008.tar.xz
perl-Module-Pluggable-261a054aa1085f0dbc8b50214ab6934c95d0b008.zip
Update to 3.01. Switch to Module::Build-based build.perl-Module-Pluggable-3_01-1_fc6
-rw-r--r--.cvsignore2
-rw-r--r--perl-Module-Pluggable.spec16
-rw-r--r--sources2
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 <steve@kspei.com> 3.01-1
+- Update to 3.01.
+- Switch to Module::Build-based build.
+
* Thu Mar 23 2006 Steven Pritchard <steve@kspei.com> 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