rpms/perl-Module-Pluggable/FC-5 .cvsignore, 1.3, 1.4 perl-Module-Pluggable.spec, 1.2, 1.3 sources, 1.3, 1.4

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Fri Jan 26 16:33:50 UTC 2007


Author: steve

Update of /cvs/extras/rpms/perl-Module-Pluggable/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2613

Modified Files:
	.cvsignore perl-Module-Pluggable.spec sources 
Log Message:
Sync with FC-6 branch.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Module-Pluggable/FC-5/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	9 Jun 2006 17:04:17 -0000	1.3
+++ .cvsignore	26 Jan 2007 16:33:20 -0000	1.4
@@ -1 +1 @@
-Module-Pluggable-3.01.tar.gz
+Module-Pluggable-3.1.tar.gz


Index: perl-Module-Pluggable.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Module-Pluggable/FC-5/perl-Module-Pluggable.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-Module-Pluggable.spec	9 Jun 2006 17:04:17 -0000	1.2
+++ perl-Module-Pluggable.spec	26 Jan 2007 16:33:20 -0000	1.3
@@ -1,14 +1,17 @@
+%define module_version 3.1
+
 Name:           perl-Module-Pluggable
-Version:        3.01
-Release:        1%{?dist}
+Version:        3.10
+Release:        2%{?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 @@
 your module.
 
 %prep
-%setup -q -n Module-Pluggable-%{version}
+%setup -q -n Module-Pluggable-%{module_version}
 
 %build
 %{__perl} Build.PL installdirs=vendor
@@ -26,7 +29,7 @@
 rm -rf $RPM_BUILD_ROOT
 
 ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
-find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \;
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
 chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*
 
@@ -43,6 +46,13 @@
 %{_mandir}/man3/*
 
 %changelog
+* Sat Sep 16 2006 Steven Pritchard <steve at kspei.com> 3.10-2
+- Fix find option order.
+
+* Mon Jul 17 2006 Steven Pritchard <steve at 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 at kspei.com> 3.01-1
 - Update to 3.01.
 - Switch to Module::Build-based build.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Module-Pluggable/FC-5/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	9 Jun 2006 17:04:17 -0000	1.3
+++ sources	26 Jan 2007 16:33:20 -0000	1.4
@@ -1 +1 @@
-816df62d8518ec658ab4229e3fae08ed  Module-Pluggable-3.01.tar.gz
+4ca7144b4a0da45bed0ab986c187f328  Module-Pluggable-3.1.tar.gz




More information about the scm-commits mailing list