rpms/faad2/devel faad2.spec,1.4,1.5

Dominik Mierzejewski rathann at rpmfusion.org
Thu Mar 26 20:21:32 CET 2009


Author: rathann

Update of /cvs/free/rpms/faad2/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv17297

Modified Files:
	faad2.spec 
Log Message:
- preserve docs timestamps


Index: faad2.spec
===================================================================
RCS file: /cvs/free/rpms/faad2/devel/faad2.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- faad2.spec	14 Mar 2009 11:55:05 -0000	1.4
+++ faad2.spec	26 Mar 2009 19:21:32 -0000	1.5
@@ -71,7 +71,7 @@
 find . -name "*.c" -o -name "*.h" | xargs chmod 644
 
 for f in AUTHORS COPYING ChangeLog NEWS README* TODO ; do
-    tr -d '\r' <$f >$f.n && mv -f $f.n $f
+    tr -d '\r' <$f >$f.n && touch -r $f $f.n && mv -f $f.n $f
 done
 
 %build
@@ -134,6 +134,7 @@
 - fix build on x86_64 (non-PIC objects in libmp4ff.a)
 - fix rpaths
 - make xmms plugin depend on -libs, not the frontend
+- preserve docs timestamps
 
 * Mon Nov 10 2008 Dominik Mierzejewski <dominik [AT] greysector [DOT] net> 1:2.6.1-6
 - fix CVE-2008-4201



More information about the rpmfusion-commits mailing list