Preserve timestamps during install
https://fedoraproject.org/wiki/Packaging:Guidelines#Timestamps
This commit is contained in:
parent
a09bce0041
commit
67ddffdeae
@ -38,7 +38,7 @@ them in the po files.
|
||||
make
|
||||
|
||||
%install
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
||||
|
||||
%check
|
||||
make check
|
||||
@ -55,6 +55,7 @@ make check
|
||||
* Mon Mar 09 2015 David King <amigadave@amigadave.com> - 0.51.0-1
|
||||
- Update to 0.51.0
|
||||
- Use license macro for COPYING
|
||||
- Preserve timestamps during install
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.50.2-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user