X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=libxslt%2Fmingw32-libxslt.spec;h=aae5f881d9e4f867c70dfd8af1bb7c6c8eeb251a;hb=80002848b2dccfc287235c0e68a81b57eadeb53e;hp=06f4c9e2f687fabcb00fefe9a4a98d77b4fbc2ea;hpb=aef83e83e99a6482fbc6d84bb70489f5618f35bf;p=fedora-mingw.git diff --git a/libxslt/mingw32-libxslt.spec b/libxslt/mingw32-libxslt.spec index 06f4c9e..aae5f88 100644 --- a/libxslt/mingw32-libxslt.spec +++ b/libxslt/mingw32-libxslt.spec @@ -6,7 +6,7 @@ Name: mingw32-libxslt Version: 1.1.24 -Release: 2%{?dist} +Release: 3%{?dist} Summary: MinGW Windows Library providing the Gnome XSLT engine License: MIT @@ -52,7 +52,7 @@ installed. The xsltproc command is a command line interface to the XSLT engine %build PATH=%{_mingw32_bindir}:$PATH \ %{_mingw32_configure} --without-python --enable-shared -make +make %{?_smp_mflags} gzip -9 ChangeLog @@ -61,6 +61,7 @@ rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install # Remove static libraries but DON'T remove *.dll.a files. +# Note that ./configure --disable-static doesn't work. rm $RPM_BUILD_ROOT%{_mingw32_libdir}/libexslt.a rm $RPM_BUILD_ROOT%{_mingw32_libdir}/libxslt.a @@ -92,5 +93,8 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Jan 23 2009 Richard W.M. Jones - 1.1.24-3 +- Use _smp_mflags. + * Sat Oct 25 2008 Richard W.M. Jones - 1.1.24-2 - Initial RPM release.