From 3160b90a91cad85d47cad0417d83061f0b69f6df Mon Sep 17 00:00:00 2001 From: Dominik Mierzejewski Date: Thu, 26 Mar 2009 19:21:32 +0000 Subject: [PATCH] - preserve docs timestamps --- faad2.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/faad2.spec b/faad2.spec index 719ed2b..f4c66a9 100644 --- a/faad2.spec +++ b/faad2.spec @@ -71,7 +71,7 @@ This package contains an input plugin for xmms. 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 @@ install -dm755 %{buildroot}%{_mandir}/man1 - 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 1:2.6.1-6 - fix CVE-2008-4201