rpms/ren/devel ren.spec,1.1,1.2

Manuel Wolfshant (wolfy) fedora-extras-commits at redhat.com
Sat Jun 30 21:27:30 UTC 2007


Author: wolfy

Update of /cvs/pkgs/rpms/ren/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10012

Modified Files:
	ren.spec 
Log Message:
fix timestamp of man page



Index: ren.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ren/devel/ren.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ren.spec	24 Oct 2006 13:14:02 -0000	1.1
+++ ren.spec	30 Jun 2007 21:26:54 -0000	1.2
@@ -1,7 +1,7 @@
 Summary: Rename multiple files
 Name: ren
 Version: 1.0
-Release: 11%{?dist}
+Release: 12%{?dist}
 License: Public Domain
 Group: Applications/File
 Source: ftp://sunsite.unc.edu/pub/Linux/utils/file/ren-1.0.tar.gz
@@ -28,7 +28,7 @@
 rm -rf %{buildroot}
 mkdir -p %{buildroot}/%{_bindir} %{buildroot}/%{_mandir}/man1/
 install -m 755 ren %{buildroot}/%{_bindir}
-install -m 644 ren.1 %{buildroot}/%{_mandir}/man1/
+install -m 644 -p ren.1 %{buildroot}/%{_mandir}/man1/
 
 
 %clean
@@ -42,6 +42,9 @@
 
 %changelog
 
+* Sat Jun 30 2007 lonely wolf <wolfy at fedoraproject.org> - 1.0-12
+- fix preserving of man timestamp. Thanks Patrice Dumas for reporting it.
+
 * Fri Sep 22 2006 lonely wolf <wolfy at pcnet.ro> - 1.0-11
 - "freshly" included source did not have correct timestamps. Fixed.
 




More information about the fedora-extras-commits mailing list