Preserve timestamps during install
https://fedoraproject.org/wiki/Packaging:Guidelines#Timestamps
This commit is contained in:
parent
cda97178b6
commit
bc6ba09b0d
3
gcr.spec
3
gcr.spec
@ -61,7 +61,7 @@ make %{?_smp_mflags}
|
|||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
||||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||||
rm -f $RPM_BUILD_ROOT%{_libdir}/libmock-test-module.*
|
rm -f $RPM_BUILD_ROOT%{_libdir}/libmock-test-module.*
|
||||||
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/gcr-viewer.desktop
|
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/gcr-viewer.desktop
|
||||||
@ -142,6 +142,7 @@ fi
|
|||||||
- Update URL
|
- Update URL
|
||||||
- Add more documentation and use license macro for COPYING
|
- Add more documentation and use license macro for COPYING
|
||||||
- Use pkgconfig for BuildRequires
|
- Use pkgconfig for BuildRequires
|
||||||
|
- Preserve timestamps during install
|
||||||
|
|
||||||
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 3.14.0-3
|
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 3.14.0-3
|
||||||
- Rebuilt for Fedora 23 Change
|
- Rebuilt for Fedora 23 Change
|
||||||
|
Loading…
Reference in New Issue
Block a user