rpms/perl-CPANPLUS/devel .cvsignore, 1.4, 1.5 perl-CPANPLUS.spec, 1.4, 1.5 sources, 1.4, 1.5

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Tue Oct 17 00:07:57 UTC 2006


Author: steve

Update of /cvs/extras/rpms/perl-CPANPLUS/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10355

Modified Files:
	.cvsignore perl-CPANPLUS.spec sources 
Log Message:
Update to 0.076.
Fix find option order.
Use fixperms macro instead of our own chmod incantation.
Add #! line to cpanp-run-perl.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-CPANPLUS/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	14 Sep 2006 00:50:48 -0000	1.4
+++ .cvsignore	17 Oct 2006 00:07:26 -0000	1.5
@@ -1 +1 @@
-CPANPLUS-0.074.tar.gz
+CPANPLUS-0.076.tar.gz


Index: perl-CPANPLUS.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-CPANPLUS/devel/perl-CPANPLUS.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- perl-CPANPLUS.spec	14 Sep 2006 00:50:48 -0000	1.4
+++ perl-CPANPLUS.spec	17 Oct 2006 00:07:26 -0000	1.5
@@ -1,5 +1,5 @@
 Name:           perl-CPANPLUS
-Version:        0.074
+Version:        0.076
 Release:        1%{?dist}
 Summary:        API & CLI access to the CPAN mirrors
 License:        GPL or Artistic
@@ -37,6 +37,8 @@
 sed -e 's,@@PERL_REQ@@,%{real_perl_requires},' %{SOURCE98} > %{__perl_requires}
 chmod +x %{__perl_requires}
 
+perl -pi -e 'print "#!/usr/bin/perl\n\n" if ($. == 1)' bin/cpanp-run-perl
+
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor AUTOINSTALL=1
 make %{?_smp_mflags}
@@ -48,9 +50,9 @@
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 find $RPM_BUILD_ROOT -type f -size 0 -exec rm -f {} \;
-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/*
+%{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 %{?_with_check:make test}
@@ -67,6 +69,12 @@
 %{_mandir}/man3/*
 
 %changelog
+* Mon Oct 16 2006 Steven Pritchard <steve at kspei.com> 0.076-1
+- Update to 0.076.
+- Fix find option order.
+- Use fixperms macro instead of our own chmod incantation.
+- Add #! line to cpanp-run-perl.
+
 * Wed Sep 13 2006 Steven Pritchard <steve at kspei.com> 0.074-1
 - Update to 0.074.
 - Minor cleanup.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-CPANPLUS/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	14 Sep 2006 00:50:48 -0000	1.4
+++ sources	17 Oct 2006 00:07:26 -0000	1.5
@@ -1 +1 @@
-d98bbb9229d4ee20017101bf1b6eb704  CPANPLUS-0.074.tar.gz
+a301bb6240ded8eea9f33ce7c8f969fb  CPANPLUS-0.076.tar.gz




More information about the fedora-extras-commits mailing list