From c747e9acb66c7b8c535ecc20ccd213178d3ddccb Mon Sep 17 00:00:00 2001 From: David King Date: Tue, 23 Jun 2015 11:00:24 +0100 Subject: [PATCH] Preserve timestamps during install https://fedoraproject.org/wiki/Packaging:Guidelines#Timestamps --- libsoup.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libsoup.spec b/libsoup.spec index ae8a13c..7bfc332 100644 --- a/libsoup.spec +++ b/libsoup.spec @@ -56,7 +56,7 @@ sed --in-place --expression 's! -shared ! -Wl,--as-needed\0!g' libtool make %{?_smp_mflags} %install -make DESTDIR=$RPM_BUILD_ROOT install +make DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" install rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la @@ -85,6 +85,7 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la - Update to 2.51.3 - Update URL - Use pkgconfig for BuildRequires +- Preserve timestamps during install * Wed Jun 17 2015 Fedora Release Engineering - 2.50.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild