Added changelog message.
[fedora-mingw.git] / pangomm / mingw32-pangomm.spec
index 87d7759..d97b5fe 100644 (file)
@@ -8,7 +8,7 @@
 
 Name:           mingw32-pangomm
 Version:        2.14.0
-Release:        1%{?dist}
+Release:        6%{?dist}
 Summary:        MinGW Windows C++ interface for Pango
 
 License:        LGPLv2+
@@ -27,10 +27,12 @@ BuildRequires:  mingw32-gcc-c++
 BuildRequires:  mingw32-binutils
 BuildRequires:  mingw32-glibmm24 >= 2.14.1
 BuildRequires:  mingw32-cairomm >= 1.2.2
-BuildRequires:  pango-devel >= 1.21.4
+BuildRequires:  mingw32-pango >= 1.21.4
 BuildRequires:  doxygen
 BuildRequires:  graphviz
 
+Requires:       pkgconfig
+
 
 %description
 pangomm provides a C++ interface to the Pango library. Highlights
@@ -46,7 +48,7 @@ quickly create complex user interfaces.
 
 %build
 %{_mingw32_configure} --disable-static
-make
+make %{?_smp_mflags}
 
 
 %install
@@ -66,6 +68,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root)
+%doc COPYING COPYING.tools
 %{_mingw32_bindir}/libpangomm-%{apiver}-1.dll
 %{_mingw32_libdir}/libpangomm-%{apiver}.la
 %{_mingw32_libdir}/libpangomm-%{apiver}.dll.a
@@ -74,5 +77,17 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Fri Oct 24 2008 Richard W.M. Jones <rjones@redhat.com> - 2.14.0-1
+* Fri Feb 20 2009 Richard W.M. Jones <rjones@redhat.com> - 2.14.0-6
+- Rebuild for mingw32-gcc 4.4
+
+* Fri Feb  6 2009 Richard W.M. Jones <rjones@redhat.com> - 2.14.0-5
+- Include license file.
+
+* 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.
+
+* Fri Oct 24 2008 Richard W.M. Jones <rjones@redhat.com> - 2.14.0-2
 - Initial RPM release.