From 56bb14115c1f2d41270a9e35863b22a8872eebd4 Mon Sep 17 00:00:00 2001 From: Julio Merino Date: Jun 09 2012 21:17:34 +0000 Subject: Preserve timestamps of built files --- 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 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 0.15-1