Added changelog message.
[fedora-mingw.git] / gtkmm24 / mingw32-gtkmm24.spec
index 5d3e4f9..230e712 100644 (file)
@@ -6,7 +6,7 @@
 
 Name:           mingw32-gtkmm24
 Version:        2.14.1
-Release:        1%{?dist}
+Release:        5%{?dist}
 Summary:        MinGW Windows C++ interface for GTK2 (a GUI library for X)
 
 License:        LGPLv2+
@@ -28,6 +28,8 @@ BuildRequires:  mingw32-gtk2 >= 2.14.0
 BuildRequires:  mingw32-cairomm >= 1.2.2
 BuildRequires:  mingw32-pangomm >= 2.14.0
 
+Requires:       pkgconfig
+
 
 %description
 gtkmm provides a C++ interface to the GTK+ GUI library. gtkmm2 wraps
@@ -43,7 +45,7 @@ freely combined to quickly create complex user interfaces.
 
 %build
 %{_mingw32_configure} --disable-static --enable-shared --disable-demos
-make
+make %{?_smp_mflags}
 
 
 %install
@@ -61,6 +63,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root)
+%doc COPYING COPYING.tools
 %{_mingw32_bindir}/libatkmm-1.6-1.dll
 %{_mingw32_bindir}/libgdkmm-2.4-1.dll
 %{_mingw32_bindir}/libgtkmm-2.4-1.dll
@@ -81,5 +84,17 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Feb 20 2009 Richard W.M. Jones <rjones@redhat.com> - 2.14.1-5
+- Rebuild for mingw32-gcc 4.4
+
+* Fri Feb  6 2009 Richard W.M. Jones <rjones@redhat.com> - 2.14.1-4
+- Include license file.
+
+* Fri Jan 23 2009 Richard W.M. Jones <rjones@redhat.com> - 2.14.1-3
+- Use _smp_mflags.
+
+* Tue Jan 13 2009 Richard W.M. Jones <rjones@redhat.com> - 2.14.1-2
+- Requires pkgconfig.
+
 * Fri Oct 24 2008 Richard W.M. Jones <rjones@redhat.com> - 2.14.1-1
 - Initial RPM release.