Preserve timestamps during install

This commit is contained in:
David King 2015-04-23 10:29:39 +01:00
parent 6b9f4dfaed
commit ec95112a58
1 changed files with 3 additions and 1 deletions

View File

@ -105,8 +105,9 @@ daemon. This package is for the udisks 2.x series.
# sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
make %{?_smp_mflags}
%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}/*.a
@ -178,6 +179,7 @@ make check
* Thu Apr 23 2015 David King <amigadave@amigadave.com> - 2.1.5-3
- Call make check during check phase
- Move license to libudisks2 subpackage
- Preserve timestamps during install
* Wed Apr 22 2015 David King <amigadave@amigadave.com> - 2.1.5-2
- Use systemd scriptlet snippets (#857409)