X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=gtkmm24%2Fmingw32-gtkmm24.spec;h=233e1fbcf63936bc6331035f2e1b0b08b92313f5;hb=b481be5cfa489c193f164434dce4acb96beea6c2;hp=5d3e4f948d6208d02f893528c7c41ccaacc68e53;hpb=cdc4c6f64aa11a6e62288e78e3ae00e3dbb5e674;p=fedora-mingw.git diff --git a/gtkmm24/mingw32-gtkmm24.spec b/gtkmm24/mingw32-gtkmm24.spec index 5d3e4f9..233e1fb 100644 --- a/gtkmm24/mingw32-gtkmm24.spec +++ b/gtkmm24/mingw32-gtkmm24.spec @@ -6,7 +6,7 @@ Name: mingw32-gtkmm24 Version: 2.14.1 -Release: 1%{?dist} +Release: 3%{?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 @@ -81,5 +83,11 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Jan 23 2009 Richard W.M. Jones - 2.14.1-2 +- Use _smp_mflags. + +* Tue Jan 13 2009 Richard W.M. Jones - 2.14.1-2 +- Requires pkgconfig. + * Fri Oct 24 2008 Richard W.M. Jones - 2.14.1-1 - Initial RPM release.