rpms/cfv/FC-4 cfv.spec,1.1,1.2

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


Author: wolfy

Update of /cvs/pkgs/rpms/cfv/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29992

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/FC-4/cfv.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cfv.spec	21 Feb 2006 03:14:44 -0000	1.1
+++ cfv.spec	19 Jul 2007 15:43:27 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           cfv
 Version:        1.18.1
-Release:        1%{?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,5 +48,11 @@
 
 
 %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
+
 * Sun Feb 19 2006 Aaron Kurtz <a.kurtz at hardsun.net> - 1.18.1-1
 - Initial Fedora Extras release




More information about the scm-commits mailing list