Bump all spec releases for mass rebuild to mingw32-gcc 4.4
[fedora-mingw.git] / libsigc++20 / mingw32-libsigc++20.spec
index 771aa54..b2dddd4 100644 (file)
@@ -6,7 +6,7 @@
 
 Name:           mingw32-libsigc++20
 Version:        2.2.2
-Release:        1%{?dist}
+Release:        5%{?dist}
 Summary:        MinGW Windows port of the typesafe signal framework for C++
 
 License:        LGPLv2+
@@ -24,15 +24,18 @@ BuildRequires:  mingw32-binutils
 
 BuildRequires:  m4
 
+Requires:       pkgconfig
+
 
 %description
-This library implements a full callback system for use in widget libraries,
-abstract interfaces, and general programming. Originally part of the Gtk--
-widget set, %name is now a separate library to provide for more general
-use. It is the most complete library of its kind with the ability to connect
-an abstract callback to a class method, function, or function object. It
-contains adaptor classes for connection of dissimilar callbacks and has an
-ease of use unmatched by other C++ callback libraries.
+This library implements a full callback system for use in widget
+libraries, abstract interfaces, and general programming. Originally
+part of the Gtk-- widget set, %name is now a separate library to
+provide for more general use. It is the most complete library of its
+kind with the ability to connect an abstract callback to a class
+method, function, or function object. It contains adaptor classes for
+connection of dissimilar callbacks and has an ease of use unmatched by
+other C++ callback libraries.
 
 Package GTK-- (gtkmm), which is a C++ binding to the GTK+ library,
 starting with version 1.1.2, uses %name.
@@ -44,7 +47,7 @@ starting with version 1.1.2, uses %name.
 
 %build
 %{_mingw32_configure} --disable-static
-make
+make %{?_smp_mflags}
 
 
 %install
@@ -60,6 +63,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root)
+%doc COPYING
 %{_mingw32_bindir}/libsigc-2.0-0.dll
 %{_mingw32_libdir}/libsigc-2.0.dll.a
 %{_mingw32_libdir}/libsigc-2.0.la
@@ -70,5 +74,17 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Feb 20 2009 Richard W.M. Jones <rjones@redhat.com> - 2.2.2-5
+- Rebuild for mingw32-gcc 4.4
+
+* Fri Feb  6 2009 Richard W.M. Jones <rjones@redhat.com> - 2.2.2-4
+- Include license file.
+
+* 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.
+
 * Fri Oct 24 2008 Richard W.M. Jones <rjones@redhat.com> - 2.2.2-1
 - Initial RPM release.