diff --git a/freexl.spec b/freexl.spec index f461f3b..631e3c5 100644 --- a/freexl.spec +++ b/freexl.spec @@ -34,7 +34,7 @@ developing applications that use freexl. %prep -%setup -q +%autosetup # We want to install a “clean” version of the examples mkdir -p clean @@ -45,8 +45,8 @@ rm -vf clean/examples/Makefile.* %build -%configure --enable-gcov=no --disable-static -make %{?_smp_mflags} +%configure --disable-static +%make_build # Mailed the author on Dec 5th 2011 # Preserve date of header file @@ -57,12 +57,11 @@ doxygen %check -make check +%make_build check %install -make install DESTDIR=%{buildroot} - +%make_install # Delete undesired libtool archives find '%{buildroot}' -type f -name '*.la' -print -delete