Fix all packages which were missing 'Requires: pkgconfig'.
[fedora-mingw.git] / gtkmm24 / mingw32-gtkmm24.spec
index 5d3e4f9..dd6d4c0 100644 (file)
@@ -6,7 +6,7 @@
 
 Name:           mingw32-gtkmm24
 Version:        2.14.1
-Release:        1%{?dist}
+Release:        2%{?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
@@ -81,5 +83,8 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* 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.