Preserve devhelptimestamps during install
https://fedoraproject.org/wiki/Packaging:Guidelines#Timestamps
This commit is contained in:
parent
88b91cff67
commit
33edd1fe61
@ -43,7 +43,7 @@ into other applications such as IDEs.
|
|||||||
make %{?_smp_mflags} CFLAGS="$CFLAGS -fno-strict-aliasing"
|
make %{?_smp_mflags} CFLAGS="$CFLAGS -fno-strict-aliasing"
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
||||||
|
|
||||||
# Update the screenshot shown in the software center
|
# 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
|
* Wed Jun 24 2015 David King <amigadave@amigadave.com> - 1:3.17.3-1
|
||||||
- Update to 3.17.3
|
- Update to 3.17.3
|
||||||
- Add AppData validation in check
|
- 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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user