rpms/cpanspec/FC-4 .cvsignore, 1.11, 1.12 cpanspec.spec, 1.11, 1.12 sources, 1.11, 1.12

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Tue Oct 3 18:28:08 UTC 2006


Author: steve

Update of /cvs/extras/rpms/cpanspec/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6266

Modified Files:
	.cvsignore cpanspec.spec sources 
Log Message:
Sync with devel branch.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/cpanspec/FC-4/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- .cvsignore	21 Jul 2006 01:12:23 -0000	1.11
+++ .cvsignore	3 Oct 2006 18:28:08 -0000	1.12
@@ -1 +1 @@
-cpanspec-1.68.tar.gz
+cpanspec-1.69.tar.gz


Index: cpanspec.spec
===================================================================
RCS file: /cvs/extras/rpms/cpanspec/FC-4/cpanspec.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- cpanspec.spec	21 Jul 2006 01:12:23 -0000	1.11
+++ cpanspec.spec	3 Oct 2006 18:28:08 -0000	1.12
@@ -1,5 +1,5 @@
 Name:           cpanspec
-Version:        1.68
+Version:        1.69
 Release:        1%{?dist}
 Summary:        RPM spec file generation utility
 License:        GPL or Artistic
@@ -34,9 +34,9 @@
 ./Build install destdir=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist -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/*
 
 # No tests.
 #%check
@@ -52,6 +52,13 @@
 %{_mandir}/man1/*
 
 %changelog
+* Tue Oct 03 2006 Steven Pritchard <steve at kspei.com> 1.69-1
+- Update to 1.69.
+- Use _fixperms macro instead of our own chmod incantation.
+
+* Sat Sep 16 2006 Steven Pritchard <steve at kspei.com> 1.68-2
+- Fix find option order.
+
 * Thu Jul 20 2006 Steven Pritchard <steve at kspei.com> 1.68-1
 - Update to 1.68.
 - Include Changes.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/cpanspec/FC-4/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources	21 Jul 2006 01:12:23 -0000	1.11
+++ sources	3 Oct 2006 18:28:08 -0000	1.12
@@ -1 +1 @@
-7ba1c9f361fc61d22cbd694bd17fa53d  cpanspec-1.68.tar.gz
+ff2a7805606e400016661ad8d054f9a2  cpanspec-1.69.tar.gz




More information about the scm-commits mailing list