[atf] Preserve timestamps of built files

Julio Merino jmmv at fedoraproject.org
Tue Jun 19 00:02:11 UTC 2012


commit 56bb14115c1f2d41270a9e35863b22a8872eebd4
Author: Julio Merino <jmmv at julipedia.org>
Date:   Sat Jun 9 17:17:34 2012 -0400

    Preserve timestamps of built files

 atf.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/atf.spec b/atf.spec
index a37e3c8..d3665ed 100644
--- a/atf.spec
+++ b/atf.spec
@@ -43,7 +43,9 @@ that Kyua should be used instead.
 %setup -q
 
 %build
-%configure --disable-static --enable-unstable-shared
+%configure INSTALL="/usr/bin/install -p" \
+           --disable-static \
+           --enable-unstable-shared
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 make %{?_smp_mflags} cssdir=%{_egdir} egdir=%{_egdir} xsldir=%{_xsldir}
@@ -83,6 +85,7 @@ rm -rf %{buildroot}%{_testsdir}
 
 %changelog
 * Sat Jun 9 2012 Julio Merino <jmmv at julipedia.org> 0.15-2
+- Made the installation of the package preserve the build times of the files.
 - Fixed URL to the project's page.
 
 * Thu May 3 2012 Julio Merino <jmmv at julipedia.org> 0.15-1


More information about the scm-commits mailing list