Name: mingw32-boost
Version: 1.34.1
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: MinGW Windows port of Boost C++ Libraries
License: Boost
rm user-config.jam
echo "using gcc : : %{_mingw32_cc} : ;" > user-config.jam
-make all
+make %{?_smp_mflags} all
%install
%changelog
+* Fri Jan 23 2009 Richard W.M. Jones <rjones@redhat.com> - 1.34.1-3
+- Use _smp_mflags.
+
* Sat Oct 24 2008 Richard W.M. Jones <rjones@redhat.com> - 1.34.1-2
- Initial RPM release.
Name: mingw32-cairomm
Version: 1.6.2
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: MinGW Windows C++ API for the cairo graphics library
License: LGPLv2+
%build
%{_mingw32_configure} --enable-static=no --enable-docs=no
-make
+make %{?_smp_mflags}
%install
%changelog
+* Fri Jan 23 2009 Richard W.M. Jones <rjones@redhat.com> - 1.6.2-3
+- Use _smp_mflags.
+
* Fri Oct 24 2008 Richard W.M. Jones <rjones@redhat.com> - 1.6.2-2
- Initial RPM release.
Name: mingw32-fontconfig
Version: 2.6.0
-Release: 5%{?dist}
+Release: 6%{?dist}
Summary: MinGW Windows Fontconfig library
License: MIT
%build
PATH="%{_mingw32_bindir}:$PATH" \
%{_mingw32_configure} --with-arch=i686
-make
+make %{?_smp_mflags}
%install
%{_mingw32_datadir}/doc/fontconfig
%changelog
+* Fri Jan 23 2009 Richard W.M. Jones <rjones@redhat.com> - 2.6.0-6
+- Use _smp_mflags.
+
* Wed Sep 24 2008 Richard W.M. Jones <rjones@redhat.com> - 2.6.0-5
- Rename mingw -> mingw32.
Name: mingw32-gc
Version: 7.1
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: MinGW Windows port of GC garbage collector for C and C++
License: BSD
--enable-large-config \
--enable-parallel-mark \
--enable-threads=win32
-make
+make %{?_smp_mflags}
%install
%changelog
+* Fri Jan 23 2009 Richard W.M. Jones <rjones@redhat.com> - 7.1-2
+- Use _smp_mflags.
+
* Fri Oct 24 2008 Richard W.M. Jones <rjones@redhat.com> - 7.1-1
- Initial RPM release.
Name: mingw32-glibmm24
Version: 2.18.1
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: MinGW Windows C++ interface for GTK2 (a GUI library for X)
License: LGPLv2+
%build
%{_mingw32_configure} --disable-static
-make
+make %{?_smp_mflags}
%install
%changelog
+* Fri Jan 23 2009 Richard W.M. Jones <rjones@redhat.com> - 2.18.1-3
+- Use _smp_mflags.
+
* Fri Oct 24 2008 Richard W.M. Jones <rjones@redhat.com> - 2.18.1-2
- Initial RPM release.
Name: mingw32-gsl
Version: 1.11
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: MinGW Windows port of the GNU Scientific Library
License: LGPLv2+
# configure ... CFLAGS="$CFLAGS -fgnu89-inline"
# but that destroys the original CFLAGS setting.
%{_mingw32_configure}
-make
+make %{?_smp_mflags}
# These ltshwrapper files contain DOS line endings for
# unknown reason. Bash chokes on them, so we have to convert
%changelog
+* Fri Jan 23 2009 Richard W.M. Jones <rjones@redhat.com> - 1.11-2
+- Use _smp_mflags.
+
* Fri Oct 24 2008 Richard W.M. Jones <rjones@redhat.com> - 1.11-1
- Initial RPM release.
Name: mingw32-gtk-vnc
Version: 0.3.8
-Release: 0.2.20081030hg%{?dist}
+Release: 0.3.20081030hg%{?dist}
Summary: MinGW Windows port of VNC client GTK widget
License: LGPLv2+
%build
-%{_mingw32_configure} --without-python --with-examples
-make
+%{_mingw32_configure} --without-python --with-examples --disable-static
+make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install
-# Remove static libraries but DON'T remove *.dll.a files.
-rm $RPM_BUILD_ROOT%{_mingw32_libdir}/libgtk-vnc-1.0.a
-
# automake gives gvncviewer a strange name ...
mv $RPM_BUILD_ROOT%{_mingw32_bindir}/i686-pc-mingw32-gvncviewer.exe \
$RPM_BUILD_ROOT%{_mingw32_bindir}/gvncviewer.exe \
%changelog
+* Fri Jan 23 2008 Richard W.M. Jones <rjones@redhat.com> - 0.3.8-0.3.20081030hg
+- Use _smp_mflags.
+- Disable static library.
+
* Thu Oct 30 2008 Richard W.M. Jones <rjones@redhat.com> - 0.3.8-0.2.20081030hg
- Add Dan's fd/socket fix for Windows.
Name: mingw32-gtkmm24
Version: 2.14.1
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: MinGW Windows C++ interface for GTK2 (a GUI library for X)
License: LGPLv2+
%build
%{_mingw32_configure} --disable-static --enable-shared --disable-demos
-make
+make %{?_smp_mflags}
%install
%changelog
+* Fri Jan 23 2009 Richard W.M. Jones <rjones@redhat.com> - 2.14.1-2
+- Use _smp_mflags.
+
* Tue Jan 13 2009 Richard W.M. Jones <rjones@redhat.com> - 2.14.1-2
- Requires pkgconfig.
Name: mingw32-jasper
Version: 1.900.1
-Release: 5%{?dist}
+Release: 6%{?dist}
Summary: MinGW Windows Jasper library
License: JasPer
%build
autoreconf
-%{_mingw32_configure} --disable-opengl --enable-libjpeg
+%{_mingw32_configure} --disable-opengl --enable-libjpeg --disable-static
make
make DESTDIR=$RPM_BUILD_ROOT install mandir=%{_mingw32_mandir}
-rm $RPM_BUILD_ROOT%{_mingw32_libdir}/libjasper.a
-
%clean
rm -rf $RPM_BUILD_ROOT
%changelog
+* Fri Jan 23 2009 Richard W.M. Jones <rjones@redhat.com> - 1.900.1-6
+- Use _smp_mflags.
+- Disable static libraries.
+
* Wed Sep 24 2008 Richard W.M. Jones <rjones@redhat.com> - 1.900.1-5
- Rename mingw -> mingw32.
Name: mingw32-libgcrypt
Version: 1.4.3
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: MinGW Windows gcrypt encryption library
License: LGPLv2+
%build
PATH="%{_mingw32_bindir}:$PATH" \
-%{_mingw32_configure}
-make
+%{_mingw32_configure} --disable-static
+make %{?_smp_mflags}
%install
make DESTDIR=$RPM_BUILD_ROOT install
-# Remove the static library.
-rm $RPM_BUILD_ROOT%{_mingw32_libdir}/libgcrypt.a
-
# Remove info pages which duplicate what is in Fedora natively.
rm -rf $RPM_BUILD_ROOT%{_mingw32_infodir}
%changelog
+* Fri Jan 23 2009 Richard W.M. Jones <rjones@redhat.com> - 1.4.3-3
+- Use _smp_mflags.
+- Disable static libraries.
+
* Wed Sep 24 2008 Richard W.M. Jones <rjones@redhat.com> - 1.4.3-2
- Rename mingw -> mingw32.
Name: mingw32-libglade2
Version: 2.6.3
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: MinGW Windows Libglade2 library
License: LGPLv2+
%build
%{_mingw32_configure} --disable-gtk-doc
-make
+make %{?_smp_mflags}
%install
%changelog
+* Fri Jan 23 2009 Richard W.M. Jones <rjones@redhat.com> - 2.6.3-3
+- Use _smp_mflags.
+
* Tue Jan 13 2009 Richard W.M. Jones <rjones@redhat.com> - 2.6.3-2
- Requires pkgconfig.
Name: mingw32-libjpeg
Version: 6b
-Release: 6%{?dist}
+Release: 7%{?dist}
Summary: MinGW Windows Libjpeg library
License: IJG
autoconf
%build
-%{_mingw32_configure} --enable-shared --enable-static
-make
+%{_mingw32_configure} --enable-shared --disable-static
+make %{?_smp_mflags}
%install
%{_mingw32_makeinstall}
-# Remove static library.
-rm $RPM_BUILD_ROOT%{_mingw32_libdir}/libjpeg.a
-
# Remove manual pages which duplicate Fedora native.
rm -rf $RPM_BUILD_ROOT%{_mingw32_mandir}
%changelog
+* Fri Jan 23 2008 Richard W.M. Jones <rjones@redhat.com> - 6b-7
+- Disable static libraries.
+- Use _smp_mflags.
+
* Thu Nov 20 2008 Richard W.M. Jones <rjones@redhat.com> - 6b-6
- Don't set libdir in the make step.
- Fix path to mandir.
Name: mingw32-libsigc++20
Version: 2.2.2
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: MinGW Windows port of the typesafe signal framework for C++
License: LGPLv2+
%build
%{_mingw32_configure} --disable-static
-make
+make %{?_smp_mflags}
%install
%changelog
+* Fri Jan 23 2009 Richard W.M. Jones <rjones@redhat.com> - 2.2.2-3
+- Use _smp_mflags.
+
* Tue Jan 13 2009 Richard W.M. Jones <rjones@redhat.com> - 2.2.2-2
- Requires pkgconfig.
Name: mingw32-libxml2
Version: 2.7.2
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: MinGW Windows libxml2 XML processing library
License: MIT
%build
-LDFLAGS="-no-undefined" %{_mingw32_configure} --without-python --with-modules
-make
+LDFLAGS="-no-undefined" \
+%{_mingw32_configure} --without-python --with-modules --disable-static
+make %{?_smp_mflags}
%install
make DESTDIR=$RPM_BUILD_ROOT install
-rm $RPM_BUILD_ROOT%{_mingw32_libdir}/libxml2.a
-
# Remove manpages which duplicate Fedora native.
rm -rf $RPM_BUILD_ROOT%{_mingw32_mandir}
%changelog
+* Fri Jan 23 2009 Richard W.M. Jones <rjones@redhat.com> - 2.7.2-5
+- Use _smp_mflags.
+- Disable static libraries.
+
* Tue Jan 13 2009 Richard W.M. Jones <rjones@redhat.com> - 2.7.2-4
- Requires pkgconfig.
Name: mingw32-libxslt
Version: 1.1.24
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: MinGW Windows Library providing the Gnome XSLT engine
License: MIT
%build
PATH=%{_mingw32_bindir}:$PATH \
-%{_mingw32_configure} --without-python --enable-shared
-make
+%{_mingw32_configure} --without-python --enable-shared --disable-static
+make %{?_smp_mflags}
gzip -9 ChangeLog
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install
-# Remove static libraries but DON'T remove *.dll.a files.
-rm $RPM_BUILD_ROOT%{_mingw32_libdir}/libexslt.a
-rm $RPM_BUILD_ROOT%{_mingw32_libdir}/libxslt.a
-
# Remove doc and man which duplicate stuff already in Fedora native package.
rm -r $RPM_BUILD_ROOT%{_mingw32_docdir}
rm -r $RPM_BUILD_ROOT%{_mingw32_mandir}
%changelog
+* Fri Jan 23 2009 Richard W.M. Jones <rjones@redhat.com> - 1.1.24-3
+- Disable static libraries.
+- Use _smp_mflags.
+
* Sat Oct 25 2008 Richard W.M. Jones <rjones@redhat.com> - 1.1.24-2
- Initial RPM release.
Name: mingw32-pango
Version: 1.22.1
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: MinGW Windows Pango library
License: LGPLv2+
%build
# Need to run the correct version of glib-mkenums.
PATH=%{_mingw32_bindir}:$PATH \
-%{_mingw32_configure}
-make
+%{_mingw32_configure} --disable-static
+make %{?_smp_mflags}
%install
%changelog
+* Fri Jan 23 2009 Richard W.M. Jones <rjones@redhat.com> - 1.22.1-2
+- Disable static libraries.
+- Use _smp_mflags.
+
* Fri Oct 24 2008 Richard W.M. Jones <rjones@redhat.com> - 1.22.1-1
- New upstream version 1.22.1.
- BR cairo >= 1.8.0 because of important fixes.
Name: mingw32-pangomm
Version: 2.14.0
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: MinGW Windows C++ interface for Pango
License: LGPLv2+
%build
%{_mingw32_configure} --disable-static
-make
+make %{?_smp_mflags}
%install
%changelog
+* Fri Jan 23 2009 Richard W.M. Jones <rjones@redhat.com> - 2.14.0-4
+- Use _smp_mflags.
+
* Tue Jan 13 2009 Richard W.M. Jones <rjones@redhat.com> - 2.14.0-3
- Requires pkgconfig.
Name: mingw32-portablexdr
Version: 4.0.11
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: MinGW Windows PortableXDR XDR / RPC library
License: LGPLv2+
%build
-%{_mingw32_configure}
-make
+%{_mingw32_configure} --disable-static
+make %{?_smp_flags}
%install
make DESTDIR=$RPM_BUILD_ROOT install
-# Remove static library.
-rm $RPM_BUILD_ROOT%{_mingw32_libdir}/libportablexdr.a
-
%clean
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.