SPECS: python-pygtk.spec - updated to 2.14.0
megabajt
megabajt at pld-linux.org
Mon Feb 16 11:31:28 CET 2009
Author: megabajt Date: Mon Feb 16 10:31:28 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 2.14.0
---- Files affected:
SPECS:
python-pygtk.spec (1.162 -> 1.163)
---- Diffs:
================================================================
Index: SPECS/python-pygtk.spec
diff -u SPECS/python-pygtk.spec:1.162 SPECS/python-pygtk.spec:1.163
--- SPECS/python-pygtk.spec:1.162 Sun Oct 5 15:49:49 2008
+++ SPECS/python-pygtk.spec Mon Feb 16 11:31:23 2009
@@ -10,28 +10,27 @@
Summary: Python bindings for GTK+ 2.x libraries
Summary(pl.UTF-8): Wiązania Pythona do bibliotek GTK+ 2.x
Name: python-%{module}
-Version: 2.12.1
-Release: 4
+Version: 2.14.0
+Release: 1
Epoch: 2
License: LGPL v2.1+
Group: Libraries/Python
-Source0: http://ftp.gnome.org/pub/GNOME/sources/pygtk/2.12/%{module}-%{version}.tar.bz2
-# Source0-md5: a816346d750d61e3fa67a200e4292694
+Source0: http://ftp.gnome.org/pub/GNOME/sources/pygtk/2.14/%{module}-%{version}.tar.bz2
+# Source0-md5: b5fec3a9493a394d0ba2b8d2b337c4c5
Source1: %{name}-python.m4
Source2: %{name}-jhflags.m4
Patch0: %{name}-pyc.patch
URL: http://www.pygtk.org/
-BuildRequires: atk-devel >= 1:1.20.0
BuildRequires: autoconf >= 2.52
BuildRequires: automake >= 1:1.7
-BuildRequires: gtk+2-devel >= 2:2.12.0
-BuildRequires: libglade2-devel >= 1:2.6.0-4
+BuildRequires: gtk+2-devel >= 2:2.14.0
+BuildRequires: libglade2-devel >= 1:2.6.2
BuildRequires: libtool
BuildRequires: pkgconfig
%{?with_numpy:BuildRequires: python-Numeric-devel}
BuildRequires: python-devel >= 1:2.3.2
BuildRequires: python-pycairo-devel >= 1.2.6
-BuildRequires: python-pygobject-devel >= 2.14.1
+BuildRequires: python-pygobject-devel >= 2.16.0
# needs /usr/share/doc/gtk-doc/html/pygobject/style.css
BuildRequires: python-pygobject-apidocs
BuildRequires: rpm-pythonprov
@@ -53,9 +52,9 @@
Requires: %{name}-glade = %{epoch}:%{version}-%{release}
Requires: %{name}-gtk = %{epoch}:%{version}-%{release}
Requires: %{name}-pango = %{epoch}:%{version}-%{release}
-Requires: gtk+2-devel >= 2:2.12.0
+Requires: gtk+2-devel >= 2:2.14.0
Requires: python-devel >= 1:2.3.2
-Requires: python-pygobject-devel >= 2.14.1
+Requires: python-pygobject-devel >= 2.16.0
Obsoletes: python-pygtk < 2:2.12.1-2
%description devel
@@ -84,7 +83,7 @@
Group: Libraries/Python
Requires: %{name}-atk = %{epoch}:%{version}-%{release}
Requires: %{name}-pango = %{epoch}:%{version}-%{release}
-Requires: gtk+2 >= 2:2.12.0
+Requires: gtk+2 >= 2:2.14.0
Requires: python-pycairo >= 1.2.3
Obsoletes: python-pygtk-glarea
Conflicts: python-pygtk < 1:1.0
@@ -99,8 +98,8 @@
Summary: Python bindings for ATK library
Summary(pl.UTF-8): Wiązania Pythona do biblioteki ATK
Group: Libraries/Python
-Requires: atk >= 1:1.20.0
-Requires: python-pygobject >= 2.14.1
+Requires: atk >= 1:1.24.0
+Requires: python-pygobject >= 2.16.0
%description atk
Python bindings for ATK library.
@@ -114,7 +113,7 @@
Group: Libraries/Python
Requires: pango >= 1:1.18.1
Requires: python-pycairo >= 1.2.2
-Requires: python-pygobject >= 2.14.1
+Requires: python-pygobject >= 2.16.0
%description pango
Python bindings for Pango library.
@@ -164,24 +163,22 @@
%{__autoheader}
%{__automake}
%configure \
- --enable-gtk-doc \
--enable-thread \
- %{!?with_numpy:--disable-numeric}
+ %{!?with_numpy:--disable-numpy}
%{__make}
%install
rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT \
TARGET_DIR='%{_gtkdocdir}/%{name}'
-install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
cp -a examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
rm -f $RPM_BUILD_ROOT%{py_sitedir}/*/{*.la,*/*.la}
rm -f $RPM_BUILD_ROOT%{py_sitedir}/{*.py,*/*.py,*/*/*.py}
-rm -f $RPM_BUILD_ROOT%{_datadir}/pygtk/2.0/codegen/*.py
rm -rf $RPM_BUILD_ROOT%{_libdir}/pygtk/2.0/{demos,pygtk-demo*}
%clean
@@ -193,8 +190,6 @@
%attr(755,root,root) %{_bindir}/pygtk-demo
%dir %{_datadir}/pygtk
%dir %{_datadir}/pygtk/2.0
-%dir %{_datadir}/pygtk/2.0/codegen
-%{_datadir}/pygtk/2.0/codegen/*.py[co]
%dir %{_datadir}/pygtk/2.0/defs
%{_datadir}/pygtk/2.0/defs/*.defs
%{_datadir}/pygtk/2.0/defs/*.override
@@ -235,6 +230,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.163 2009/02/16 10:31:23 megabajt
+- updated to 2.14.0
+
Revision 1.162 2008/10/05 13:49:49 rotom
- rel 4
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-pygtk.spec?r1=1.162&r2=1.163&f=u
More information about the pld-cvs-commit
mailing list