Update to 3.1 (using 3.10 for the package since 3.01 == 3.1 to rpm). BR
Class::Inspector.
This commit is contained in:
parent
261a054aa1
commit
a04c45fdc0
@ -1 +1 @@
|
||||
Module-Pluggable-3.01.tar.gz
|
||||
Module-Pluggable-3.1.tar.gz
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user