Don't build qt-win for now.
[fedora-mingw.git] / portablexdr / mingw32-portablexdr.spec
index fa52cc0..d851a7d 100644 (file)
@@ -5,8 +5,8 @@
 %define __find_provides %{_mingw32_findprovides}
 
 Name:           mingw32-portablexdr
-Version:        4.0.10
-Release:        5%{?dist}
+Version:        4.0.11
+Release:        2%{?dist}
 Summary:        MinGW Windows PortableXDR XDR / RPC library
 
 License:        LGPLv2+
@@ -31,8 +31,8 @@ MinGW Windows PortableXDR XDR / RPC library.
 
 
 %build
-%{_mingw32_configure}
-make
+%{_mingw32_configure} --disable-static
+make %{?_smp_flags}
 
 
 %install
@@ -40,9 +40,6 @@ rm -rf $RPM_BUILD_ROOT
 
 make DESTDIR=$RPM_BUILD_ROOT install
 
-# Remove static library.
-rm $RPM_BUILD_ROOT%{_mingw32_libdir}/libportablexdr.a
-
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -57,6 +54,13 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Jan 23 2009 Richard W.M. Jones <rjones@redhat.com> - 4.0.11-2
+- Disable static libraries.
+- Use _smp_flags.
+
+* Wed Oct 15 2008 Richard W.M. Jones <rjones@redhat.com> - 4.0.11-1
+- New upstream version 4.0.11.
+
 * Wed Sep 24 2008 Richard W.M. Jones <rjones@redhat.com> - 4.0.10-5
 - Rename mingw -> mingw32.