From 649246a606c554f47b9fe0c458e76ae392032911 Mon Sep 17 00:00:00 2001 From: David King Date: Wed, 11 Feb 2015 12:01:47 +0000 Subject: [PATCH] Preserve timestamps during install --- gnome-devel-docs.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnome-devel-docs.spec b/gnome-devel-docs.spec index 64ca13d..a800d30 100644 --- a/gnome-devel-docs.spec +++ b/gnome-devel-docs.spec @@ -28,7 +28,7 @@ and the Platform Overview. make %{?_smp_mflags} %install -make install DESTDIR=$RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" %find_lang %{name} --all-name --with-gnome @@ -39,6 +39,7 @@ make install DESTDIR=$RPM_BUILD_ROOT %changelog * Wed Feb 11 2015 David King - 3.15.4-1 - Update to 3.15.4 +- Preserve timestamps during install * Sun Jan 25 2015 David King - 3.14.4-1 - Update to 3.14.4