X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=libsigc%2B%2B20%2Fmingw32-libsigc%2B%2B20.spec;h=5be04ab273ce894f9458661bbd903084d67b5d3d;hb=0d85797b249ee755df06caad05126dd946b9ece4;hp=771aa54feb7d02b5cd6b903ce5e22285d7cdb3e1;hpb=cdc4c6f64aa11a6e62288e78e3ae00e3dbb5e674;p=fedora-mingw.git diff --git a/libsigc++20/mingw32-libsigc++20.spec b/libsigc++20/mingw32-libsigc++20.spec index 771aa54..5be04ab 100644 --- a/libsigc++20/mingw32-libsigc++20.spec +++ b/libsigc++20/mingw32-libsigc++20.spec @@ -6,7 +6,7 @@ Name: mingw32-libsigc++20 Version: 2.2.2 -Release: 1%{?dist} +Release: 3%{?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 @@ -70,5 +73,11 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Jan 23 2009 Richard W.M. Jones - 2.2.2-3 +- Use _smp_mflags. + +* Tue Jan 13 2009 Richard W.M. Jones - 2.2.2-2 +- Requires pkgconfig. + * Fri Oct 24 2008 Richard W.M. Jones - 2.2.2-1 - Initial RPM release.