New patches from Fedora.
[fedora-mingw.git] / glibmm24 / mingw32-glibmm24.spec
index 80e8236..b71fbce 100644 (file)
@@ -6,7 +6,7 @@
 
 Name:           mingw32-glibmm24
 Version:        2.18.1
-Release:        1%{?dist}
+Release:        5%{?dist}
 Summary:        MinGW Windows C++ interface for GTK2 (a GUI library for X)
 
 License:        LGPLv2+
@@ -23,6 +23,7 @@ BuildRequires:  mingw32-gcc-c++
 BuildRequires:  mingw32-binutils
 BuildRequires:  mingw32-libsigc++20 >= 2.0.0
 BuildRequires:  mingw32-glib2 >= 2.17.3
+BuildRequires:  pkgconfig
 
 Requires:       pkgconfig
 
@@ -40,7 +41,7 @@ freely combined to quickly create complex user interfaces.
 
 %build
 %{_mingw32_configure} --disable-static
-make
+make %{?_smp_mflags}
 
 
 %install
@@ -58,6 +59,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root)
+%doc COPYING COPYING.tools
 %{_mingw32_bindir}/libgiomm-2.4-1.dll
 %{_mingw32_bindir}/libglibmm_generate_extra_defs-2.4-1.dll
 %{_mingw32_bindir}/libglibmm-2.4-1.dll
@@ -77,5 +79,14 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Fri Oct 24 2008 Richard W.M. Jones <rjones@redhat.com> - 2.18.1
+* Fri Feb 20 2009 Richard W.M. Jones <rjones@redhat.com> - 2.18.1-5
+- Rebuild for mingw32-gcc 4.4
+
+* Fri Feb  6 2009 Richard W.M. Jones <rjones@redhat.com> - 2.18.1-4
+- Include license.
+
+* 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.