rpms/cpio/devel cpio.spec,1.49,1.50

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Feb 9 10:06:16 UTC 2007


Author: pvrabec

Update of /cvs/dist/rpms/cpio/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv27741

Modified Files:
	cpio.spec 
Log Message:
Preserve timestamps when installing files



Index: cpio.spec
===================================================================
RCS file: /cvs/dist/rpms/cpio/devel/cpio.spec,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- cpio.spec	8 Feb 2007 15:36:47 -0000	1.49
+++ cpio.spec	9 Feb 2007 10:06:13 -0000	1.50
@@ -1,9 +1,9 @@
-%define _bindir         /bin
+%define _bindir /bin
 
 Summary: A GNU archiving program
 Name: cpio
 Version: 2.6
-Release: 25%{?dist}
+Release: 26%{?dist}
 License: GPL
 Group: Applications/Archiving
 URL: http://www.gnu.org/software/cpio/
@@ -65,8 +65,7 @@
 %install
 rm -rf ${RPM_BUILD_ROOT}
 
-make DESTDIR=$RPM_BUILD_ROOT install
-install -c -p -m 0644 %{SOURCE1} ${RPM_BUILD_ROOT}%{_mandir}/man1
+make DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" install
 
 
 rm $RPM_BUILD_ROOT/%{_mandir}/man1/mt.1*
@@ -94,6 +93,9 @@
 %{_infodir}/*.info*
 
 %changelog
+* Thu Feb 08 2007 Ruben Kerkhof <ruben at rubenkerkhof.com> 2.6.26
+- Preserve timestamps when installing files
+
 * Thu Feb 08 2007 Peter Vrabec <pvrabec at redhat.com> 2.6-25
 - set cpio bindir properly
 




More information about the fedora-cvs-commits mailing list