rpms/cfv/F-7 cfv.spec,1.2,1.3

Manuel Wolfshant (wolfy) fedora-extras-commits at redhat.com
Thu Jul 19 15:38:51 UTC 2007


Author: wolfy

Update of /cvs/pkgs/rpms/cfv/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29459

Modified Files:
	cfv.spec 
Log Message:
* Thu Jul 19 2007 Manuel Wolfshant <wolfy at nobugconsulting.ro> - 1.18.1-3
- Preserve timestamps



Index: cfv.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cfv/F-7/cfv.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cfv.spec	31 Aug 2006 22:55:02 -0000	1.2
+++ cfv.spec	19 Jul 2007 15:38:19 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           cfv
 Version:        1.18.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A utility to test and create data verification files
 
 Group:          Applications/Archiving
@@ -30,10 +30,10 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 #%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
+install -d -p $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
 
-install cfv	$RPM_BUILD_ROOT%{_bindir}
-install cfv.1	$RPM_BUILD_ROOT%{_mandir}/man1
+install -p cfv	$RPM_BUILD_ROOT%{_bindir}
+install -p cfv.1	$RPM_BUILD_ROOT%{_mandir}/man1
 
  
 %clean
@@ -48,6 +48,9 @@
 
 
 %changelog
+* Thu Jul 19 2007 Manuel Wolfshant <wolfy at nobugconsulting.ro> - 1.18.1-3
+- Preserve timestamps
+
 * Thu Aug 31 2006 Aaron Kurz <a.kurtz at hardsun.net> - 1.18.1-2
 - Rebuild for Fedora Core 6
 




More information about the fedora-extras-commits mailing list