configure --disable-static didn't work.
[fedora-mingw.git] / libxslt / mingw32-libxslt.spec
index de8e65d..aae5f88 100644 (file)
@@ -6,7 +6,7 @@
 
 Name:           mingw32-libxslt
 Version:        1.1.24
-Release:        1%{?dist}
+Release:        3%{?dist}
 Summary:        MinGW Windows Library providing the Gnome XSLT engine
 
 License:        MIT
@@ -25,9 +25,13 @@ Patch1000:      mingw32-libxslt-1.1.24-win32-shared.patch
 BuildRequires:  mingw32-filesystem >= 30
 BuildRequires:  mingw32-gcc
 BuildRequires:  mingw32-binutils
+BuildRequires:  mingw32-libgcrypt
 BuildRequires:  mingw32-libxml2 >= 2.7.2-3
+BuildRequires:  pkgconfig
+BuildRequires:  autoconf, automake, libtool
 
 Requires:       mingw32-libxml2 >= 2.7.2-3
+Requires:       pkgconfig
 
 
 %description
@@ -46,8 +50,9 @@ 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
 
 
@@ -56,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
 
@@ -87,5 +93,8 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Sat Oct 25 2008 Richard W.M. Jones <rjones@redhat.com> - 1.1.24-1
+* Fri Jan 23 2009 Richard W.M. Jones <rjones@redhat.com> - 1.1.24-3
+- Use _smp_mflags.
+
+* Sat Oct 25 2008 Richard W.M. Jones <rjones@redhat.com> - 1.1.24-2
 - Initial RPM release.