Preserve timestamps during install
https://fedoraproject.org/wiki/Packaging:Guidelines#Timestamps
This commit is contained in:
parent
242a7346ec
commit
3e1a59ee0b
3
eog.spec
3
eog.spec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user