summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Pritchard <steve@fedoraproject.org>2006-07-17 23:26:22 +0000
committerSteven Pritchard <steve@fedoraproject.org>2006-07-17 23:26:22 +0000
commita04c45fdc030926901035c2abff124cf5022600c (patch)
tree216250d10ce7031cb641e68b4a474d76d296a494
parent261a054aa1085f0dbc8b50214ab6934c95d0b008 (diff)
downloadperl-Module-Pluggable-a04c45fdc030926901035c2abff124cf5022600c.tar.gz
perl-Module-Pluggable-a04c45fdc030926901035c2abff124cf5022600c.tar.xz
perl-Module-Pluggable-a04c45fdc030926901035c2abff124cf5022600c.zip
Update to 3.1 (using 3.10 for the package since 3.01 == 3.1 to rpm). BRperl-Module-Pluggable-3_10-1_fc6
Class::Inspector.
-rw-r--r--.cvsignore2
-rw-r--r--perl-Module-Pluggable.spec13
-rw-r--r--sources2
3 files changed, 12 insertions, 5 deletions
diff --git a/.cvsignore b/.cvsignore
index 0313863..58eda38 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-Module-Pluggable-3.01.tar.gz
+Module-Pluggable-3.1.tar.gz
diff --git a/perl-Module-Pluggable.spec b/perl-Module-Pluggable.spec
index da90bd3..ce5a0f0 100644
--- a/perl-Module-Pluggable.spec
+++ b/perl-Module-Pluggable.spec
@@ -1,14 +1,17 @@
+%define module_version 3.1
+
Name: perl-Module-Pluggable
-Version: 3.01
+Version: 3.10
Release: 1%{?dist}
Summary: Automatically give your module the ability to have plugins
License: GPL or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Module-Pluggable/
-Source0: http://www.cpan.org/authors/id/S/SI/SIMONW/Module-Pluggable-%{version}.tar.gz
+Source0: http://www.cpan.org/authors/id/S/SI/SIMONW/Module-Pluggable-%{module_version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl(Module::Build)
+BuildRequires: perl(Class::Inspector)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
@@ -16,7 +19,7 @@ Provides a simple but, hopefully, extensible way of having 'plugins' for
your module.
%prep
-%setup -q -n Module-Pluggable-%{version}
+%setup -q -n Module-Pluggable-%{module_version}
%build
%{__perl} Build.PL installdirs=vendor
@@ -43,6 +46,10 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
+* Mon Jul 17 2006 Steven Pritchard <steve@kspei.com> 3.10-1
+- Update to 3.1 (using 3.10 for the package since 3.01 == 3.1 to rpm).
+- BR Class::Inspector.
+
* Thu Jun 08 2006 Steven Pritchard <steve@kspei.com> 3.01-1
- Update to 3.01.
- Switch to Module::Build-based build.
diff --git a/sources b/sources
index 07c5315..5df03bf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-816df62d8518ec658ab4229e3fae08ed Module-Pluggable-3.01.tar.gz
+4ca7144b4a0da45bed0ab986c187f328 Module-Pluggable-3.1.tar.gz