From 6d6343a855cae4e6e8570f03665cf7d7dcbcc50e Mon Sep 17 00:00:00 2001 From: David King Date: Tue, 28 Jul 2015 10:01:16 +0100 Subject: [PATCH] Preserve timestamps during install https://fedoraproject.org/wiki/Packaging:Guidelines#Timestamps --- orca.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/orca.spec b/orca.spec index 0e7e14a..56c31bf 100644 --- a/orca.spec +++ b/orca.spec @@ -53,7 +53,7 @@ make %{?_smp_mflags} %install -make install DESTDIR=%{buildroot} +make install DESTDIR=%{buildroot} INSTALL="install -p" %find_lang %{name} --with-gnome @@ -99,6 +99,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : - Update man page glob in files section - Use pkgconfig for BuildRequires - Validate desktop files in check phase +- Preserve timestamps during install * Tue Jun 30 2015 Kalev Lember - 3.17.3-1 - Update to 3.17.3