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