packages (DEVEL): gtk+3/gtk+3.spec - updated to 3.3.12

megabajt megabajt at pld-linux.org
Wed Feb 1 12:59:41 CET 2012


Author: megabajt                     Date: Wed Feb  1 11:59:41 2012 GMT
Module: packages                      Tag: DEVEL
---- Log message:
- updated to 3.3.12

---- Files affected:
packages/gtk+3:
   gtk+3.spec (1.49 -> 1.49.2.1) 

---- Diffs:

================================================================
Index: packages/gtk+3/gtk+3.spec
diff -u packages/gtk+3/gtk+3.spec:1.49 packages/gtk+3/gtk+3.spec:1.49.2.1
--- packages/gtk+3/gtk+3.spec:1.49	Fri Dec 23 21:56:27 2011
+++ packages/gtk+3/gtk+3.spec	Wed Feb  1 12:59:35 2012
@@ -15,12 +15,12 @@
 Summary(pl.UTF-8):	GIMP Toolkit
 Summary(tr.UTF-8):	GIMP ToolKit arayüz kitaplığı
 Name:		gtk+3
-Version:	3.2.3
+Version:	3.3.12
 Release:	1
 License:	LGPL v2+
 Group:		X11/Libraries
-Source0:	http://ftp.gnome.org/pub/GNOME/sources/gtk+/3.2/gtk+-%{version}.tar.xz
-# Source0-md5:	b4edcc69e39159dd7be17828249afb46
+Source0:	http://ftp.gnome.org/pub/GNOME/sources/gtk+/3.3/gtk+-%{version}.tar.xz
+# Source0-md5:	8291bbee90f79f77816cd423506cdb16
 Patch0:		%{name}-papi.patch
 URL:		http://www.gtk.org/
 BuildRequires:	atk-devel >= 1:2.1.5
@@ -35,10 +35,11 @@
 BuildRequires:	docbook-style-xsl
 BuildRequires:	gdk-pixbuf2-devel >= 2.23.5
 BuildRequires:	gettext-devel
-BuildRequires:	glib2-devel >= 1:2.29.18
+BuildRequires:	glib2-devel >= 1:2.31.13
 BuildRequires:	gobject-introspection-devel >= 0.10.1
 %{?with_apidocs:BuildRequires:	gtk-doc >= 1.11}
 BuildRequires:	gtk-doc-automake >= 1.11
+BuildRequires:	libstdc++-devel
 BuildRequires:	libtool >= 2:2.2.6
 BuildRequires:	libxml2-progs >= 1:2.6.31
 BuildRequires:	libxslt-progs >= 1.1.20
@@ -48,6 +49,8 @@
 BuildRequires:	pkgconfig
 BuildRequires:	rpm-pythonprov
 BuildRequires:	rpmbuild(macros) >= 1.592
+BuildRequires:	sqlite3-devel
+BuildRequires:	tar >= 1:1.22
 BuildRequires:	xorg-lib-libX11-devel
 BuildRequires:	xorg-lib-libXcomposite-devel
 BuildRequires:	xorg-lib-libXcursor-devel
@@ -59,15 +62,12 @@
 BuildRequires:	xorg-lib-libXinerama-devel
 BuildRequires:	xorg-lib-libXrandr-devel >= 1.3.0
 BuildRequires:	xorg-lib-libXrender-devel
-BuildRequires:	libstdc++-devel
-BuildRequires:	sqlite3-devel
-BuildRequires:	tar >= 1:1.22
 BuildRequires:	xz
-Requires(post,postun):	glib2 >= 1:2.29.14
+Requires(post,postun):	glib2 >= 1:2.31.13
 Requires:	atk >= 1:2.1.5
 Requires:	cairo-gobject >= 1.10.0
 Requires:	gdk-pixbuf2 >= 2.23.5
-Requires:	glib2 >= 1:2.29.18
+Requires:	glib2 >= 1:2.31.13
 Requires:	pango >= 1:1.29.0
 Requires:	xorg-lib-libXi >= 1.3.0
 Requires:	xorg-lib-libXrandr >= 1.3.0
@@ -159,7 +159,7 @@
 Requires:	atk-devel >= 1:2.1.5
 Requires:	cairo-gobject-devel >= 1.10.0
 Requires:	gdk-pixbuf2-devel >= 2.23.5
-Requires:	glib2-devel >= 1:2.29.18
+Requires:	glib2-devel >= 1:2.31.13
 Requires:	pango-devel >= 1:1.29.0
 Requires:	shared-mime-info
 Requires:	xorg-lib-libX11-devel
@@ -208,6 +208,7 @@
 Summary:	GTK+ - example programs
 Summary(pl.UTF-8):	GTK+ - programy przykładowe
 Group:		X11/Development/Libraries
+Requires(post,postun):	glib2 >= 1:2.26.0
 Requires:	%{name}-devel = %{version}-%{release}
 
 %description examples
@@ -329,6 +330,12 @@
 fi
 exit 0
 
+%post examples
+%glib_compile_schemas
+
+%postun examples
+%glib_compile_schemas
+
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS NEWS README
@@ -398,6 +405,7 @@
 %{_pkgconfigdir}/gtk+-3.0.pc
 %{_pkgconfigdir}/gtk+-unix-print-3.0.pc
 %{_pkgconfigdir}/gtk+-x11-3.0.pc
+%{_datadir}/gtk-3.0
 %{_datadir}/gir-1.0/Gdk-3.0.gir
 %{_datadir}/gir-1.0/GdkX11-3.0.gir
 %{_datadir}/gir-1.0/Gtk-3.0.gir
@@ -421,6 +429,8 @@
 %files examples
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/gtk3-demo
+%attr(755,root,root) %{_bindir}/gtk3-demo-application
+%{_datadir}/glib-2.0/schemas/org.gtk.Demo.gschema.xml
 %{_examplesdir}/%{name}-%{version}
 
 %if %{with cups}
@@ -441,6 +451,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.49.2.1  2012/02/01 11:59:35  megabajt
+- updated to 3.3.12
+
 Revision 1.49  2011/12/23 20:56:27  qboosh
 - added papi patch, build papi backend (with bcond)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gtk+3/gtk+3.spec?r1=1.49&r2=1.49.2.1&f=u



More information about the pld-cvs-commit mailing list