Preserve timestamps during install

This commit is contained in:
David King 2015-07-21 08:49:26 +01:00
parent 8163acf093
commit a7e3fb6e73

View File

@ -193,7 +193,8 @@ make %{?_smp_mflags}
%install
make install DESTDIR=$RPM_BUILD_ROOT \
RUN_QUERY_IMMODULES_TEST=false
RUN_QUERY_IMMODULES_TEST=false \
INSTALL="install -p"
%find_lang gtk30
%find_lang gtk30-properties
@ -353,6 +354,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog
* Tue Jul 21 2015 David King <amigadave@amigadave.com> - 3.17.5-1
- Update to 3.17.5
- Preserve timestamps during install
* Mon Jul 13 2015 Adam Williamson <awilliam@redhat.com> - 3.17.4-2
- backport upstream CSS changes to fix BGO #752247