Preserve timestamps during install

https://fedoraproject.org/wiki/Packaging:Guidelines#Timestamps
This commit is contained in:
David King 2015-07-20 22:47:26 +01:00
parent 242a7346ec
commit 3e1a59ee0b

View File

@ -80,7 +80,7 @@ the functionality of the installed %{name} package.
make %{?_smp_mflags}
%install
make install DESTDIR=$RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
# Update the screenshot shown in the software center
#
@ -144,6 +144,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || :
%changelog
* Mon Jul 20 2015 David King <amigadave@amigadave.com> - 3.17.3-1
- Update to 3.17.3
- Preserve timestamps during install
* Mon Jun 22 2015 David King <amigadave@amigadave.com> - 3.17.2-1
- Update to 3.17.2