rpms/perl-Module-Load/EL-5 .cvsignore, 1.2, 1.3 perl-Module-Load.spec, 1.2, 1.3 sources, 1.2, 1.3

Ian Burrell iburrell at fedoraproject.org
Mon Sep 22 00:38:40 UTC 2008


Author: iburrell

Update of /cvs/extras/rpms/perl-Module-Load/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28667

Modified Files:
	.cvsignore perl-Module-Load.spec sources 
Log Message:
copy from F-8


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Module-Load/EL-5/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	13 Apr 2006 17:36:56 -0000	1.2
+++ .cvsignore	22 Sep 2008 00:38:09 -0000	1.3
@@ -1 +1 @@
-Module-Load-0.10.tar.gz
+Module-Load-0.12.tar.gz


Index: perl-Module-Load.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Module-Load/EL-5/perl-Module-Load.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-Module-Load.spec	17 Sep 2006 20:52:33 -0000	1.2
+++ perl-Module-Load.spec	22 Sep 2008 00:38:09 -0000	1.3
@@ -1,13 +1,15 @@
 Name:           perl-Module-Load
-Version:        0.10
-Release:        2%{?dist}
+Version:        0.12
+Release:        1%{?dist}
 Summary:        Runtime require of both modules and files
-License:        GPL or Artistic
+License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Module-Load/
 Source0:        http://www.cpan.org/authors/id/K/KA/KANE/Module-Load-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Test::More)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -29,7 +31,7 @@
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
-chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*
+%{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 make test
@@ -39,11 +41,21 @@
 
 %files
 %defattr(-,root,root,-)
-%doc README
+%doc CHANGES README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Mon Oct 15 2007 Steven Pritchard <steve at kspei.com> 0.12-1
+- Update to 0.12.
+- Update License tag.
+- Include CHANGES doc.
+- BR Test::More.
+
+* Wed Apr 18 2007 Steven Pritchard <steve at kspei.com> 0.10-3
+- Use fixperms macro instead of our own chmod incantation.
+- BR ExtUtils::MakeMaker.
+
 * Sat Sep 16 2006 Steven Pritchard <steve at kspei.com> 0.10-2
 - Fix find option order.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Module-Load/EL-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	13 Apr 2006 17:36:56 -0000	1.2
+++ sources	22 Sep 2008 00:38:09 -0000	1.3
@@ -1 +1 @@
-ee40eb2fa3059381e43d1f14d414fe67  Module-Load-0.10.tar.gz
+be2f196d1f364887eb94d08bb1e24c1d  Module-Load-0.12.tar.gz




More information about the fedora-extras-commits mailing list