Author: qboosh Date: Wed Apr 20 16:45:18 2011 GMT Module: packages Tag: HEAD ---- Log message: - updated to 2.24.4 - BRs cleanup after gdk-pixbuf2 split
---- Files affected: packages/crossmingw32-gtk+2: crossmingw32-gtk+2.spec (1.44 -> 1.45) ---- Diffs: ================================================================ Index: packages/crossmingw32-gtk+2/crossmingw32-gtk+2.spec diff -u packages/crossmingw32-gtk+2/crossmingw32-gtk+2.spec:1.44 packages/crossmingw32-gtk+2/crossmingw32-gtk+2.spec:1.45 --- packages/crossmingw32-gtk+2/crossmingw32-gtk+2.spec:1.44 Tue Mar 15 17:51:36 2011 +++ packages/crossmingw32-gtk+2/crossmingw32-gtk+2.spec Wed Apr 20 18:45:13 2011 @@ -2,29 +2,27 @@ Summary: The GIMP Toolkit - MinGW32 cross version Summary(pl.UTF-8): GIMP Toolkit - wersja skrośna dla MinGW32 Name: crossmingw32-gtk+2 -Version: 2.24.3 +Version: 2.24.4 Release: 1 License: LGPL v2+ Group: Development/Libraries Source0: http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.24/gtk+-%{version}.tar.bz2 -# Source0-md5: 2094fadbd72ccb62b43a5e0c027d3142 +# Source0-md5: e05a700ba79c8813d56e83e80636ee21 URL: http://www.gtk.org/ BuildRequires: autoconf >= 2.62 BuildRequires: automake >= 1:1.7 BuildRequires: crossmingw32-atk >= 1.30.0 BuildRequires: crossmingw32-gcc BuildRequires: crossmingw32-gdk-pixbuf2 >= 2.22.0 -BuildRequires: crossmingw32-glib2 >= 2.26.0 -BuildRequires: crossmingw32-jasper -BuildRequires: crossmingw32-libpng -BuildRequires: crossmingw32-pango >= 1.26.0 +BuildRequires: crossmingw32-glib2 >= 2.28.0 +BuildRequires: crossmingw32-pango >= 1.28.0 BuildRequires: gtk-doc >= 1.17 BuildRequires: libtool BuildRequires: pkgconfig >= 1:0.15 Requires: crossmingw32-atk >= 1.30.0 Requires: crossmingw32-gdk-pixbuf2 >= 2.22.0 -Requires: crossmingw32-glib2 >= 2.26.0 -Requires: crossmingw32-pango >= 1.26.0 +Requires: crossmingw32-glib2 >= 2.28.0 +Requires: crossmingw32-pango >= 1.28.0 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define abivers 2.10.0 @@ -80,8 +78,8 @@ Group: Applications/Emulators Requires: crossmingw32-atk-dll >= 1.30.0 Requires: crossmingw32-gdk-dll >= 2.22.0 -Requires: crossmingw32-glib2-dll >= 2.26.0 -Requires: crossmingw32-pango-dll >= 1.26.0 +Requires: crossmingw32-glib2-dll >= 2.28.0 +Requires: crossmingw32-pango-dll >= 1.28.0 Requires: wine %description dll @@ -109,7 +107,6 @@ --disable-man \ --disable-xkb \ --with-gdktarget=win32 \ - --with-libjasper \ --without-x \ --without-xinput @@ -118,7 +115,8 @@ %install rm -rf $RPM_BUILD_ROOT -%{__make} install \ +# .def installation is not parallel-compliant +%{__make} -j1 install \ DESTDIR=$RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_dlldir} @@ -130,10 +128,10 @@ %endif # remove unsupported locale scheme -rm -rf $RPM_BUILD_ROOT%{_datadir}/{aclocal,gtk-2.0,gtk-doc,locale,man,themes} +%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/{aclocal,gtk-2.0,gtk-doc,locale,man,themes} # shut up check-files (static modules and *.la for modules) -rm -rf $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/modules/*.{a,la} -rm -rf $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/2.*/*/*.{a,la} +%{__rm} -r $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/modules/*.{a,la} +%{__rm} -r $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/2.*/*/*.{a,la} %clean rm -rf $RPM_BUILD_ROOT @@ -181,6 +179,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.45 2011/04/20 16:45:13 qboosh +- updated to 2.24.4 +- BRs cleanup after gdk-pixbuf2 split + Revision 1.44 2011/03/15 16:51:36 qboosh - updated to 2.24.3 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/crossmingw32-gtk+2/crossmingw32-gtk+2.spec?r1=1.44&r2=1.45&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
