From a04c45fdc030926901035c2abff124cf5022600c Mon Sep 17 00:00:00 2001 From: Steven Pritchard Date: Mon, 17 Jul 2006 23:26:22 +0000 Subject: Update to 3.1 (using 3.10 for the package since 3.01 == 3.1 to rpm). BR Class::Inspector. --- perl-Module-Pluggable.spec | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'perl-Module-Pluggable.spec') 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 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 3.01-1 - Update to 3.01. - Switch to Module::Build-based build. -- cgit