Preserve devhelptimestamps during install

https://fedoraproject.org/wiki/Packaging:Guidelines#Timestamps
This commit is contained in:
David King 2015-06-24 15:22:08 +01:00
parent 88b91cff67
commit 33edd1fe61

View File

@ -43,7 +43,7 @@ into other applications such as IDEs.
make %{?_smp_mflags} CFLAGS="$CFLAGS -fno-strict-aliasing"
%install
make install DESTDIR=$RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
# Update the screenshot shown in the software center
#
@ -118,6 +118,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
* Wed Jun 24 2015 David King <amigadave@amigadave.com> - 1:3.17.3-1
- Update to 3.17.3
- Add AppData validation in check
- Preserve timestamps during install
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.16.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild