SPECS: python-pygtk.spec - updated to 2.10.4
megabajt
megabajt at pld-linux.org
Wed Feb 7 11:20:35 CET 2007
Author: megabajt Date: Wed Feb 7 10:20:35 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 2.10.4
---- Files affected:
SPECS:
python-pygtk.spec (1.146 -> 1.147)
---- Diffs:
================================================================
Index: SPECS/python-pygtk.spec
diff -u SPECS/python-pygtk.spec:1.146 SPECS/python-pygtk.spec:1.147
--- SPECS/python-pygtk.spec:1.146 Wed Oct 4 21:33:02 2006
+++ SPECS/python-pygtk.spec Wed Feb 7 11:20:30 2007
@@ -10,13 +10,13 @@
Summary: Python bindings for GTK+ 2.x libraries
Summary(pl): Wiązania Pythona do bibliotek GTK+ 2.x
Name: python-%{module}
-Version: 2.10.3
+Version: 2.10.4
Release: 1
Epoch: 2
License: LGPL
Group: Libraries/Python
Source0: http://ftp.gnome.org/pub/gnome/sources/pygtk/2.10/%{module}-%{version}.tar.bz2
-# Source0-md5: 57cd2b7e6e383b58ce145199d03e40b7
+# Source0-md5: 89afe242275a3fce57b4ffb5fadc5888
Source1: %{name}-python.m4
Source2: %{name}-jhflags.m4
Patch0: %{name}-pyc.patch
@@ -24,16 +24,17 @@
BuildRequires: atk-devel >= 1:1.12.3
BuildRequires: autoconf >= 2.52
BuildRequires: automake >= 1:1.7
-BuildRequires: gtk+2-devel >= 2:2.10.6
+BuildRequires: gtk+2-devel >= 2:2.10.9
BuildRequires: libglade2-devel >= 1:2.6.0
BuildRequires: libtool
-BuildRequires: pango-devel >= 1:1.14.5
-BuildRequires: python-devel >= 1:2.3.2
+BuildRequires: pango-devel >= 1:1.14.10
%{?with_numpy:BuildRequires: python-Numeric-devel}
-BuildRequires: python-pycairo-devel >= 1.2.2
-BuildRequires: python-pygobject-devel >= 2.12.2
+BuildRequires: python-devel >= 1:2.3.2
+BuildRequires: python-pycairo-devel >= 1.2.6
+BuildRequires: python-pygobject-devel >= 2.12.3
# needs /usr/share/doc/gtk-doc/html/pygobject/style.css
BuildRequires: python-pygobject-apidocs
+BuildRequires: rpm-pythonprov
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -52,9 +53,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.10.6
+Requires: gtk+2-devel >= 2:2.10.9
Requires: python-devel >= 1:2.3.2
-Requires: python-pygobject-devel >= 2.12.2
+Requires: python-pygobject-devel >= 2.12.3
Obsoletes: python-pygtk < 1:1.0
%description devel
@@ -84,10 +85,10 @@
Group: Libraries/Python
Requires: %{name}-atk = %{epoch}:%{version}-%{release}
Requires: %{name}-pango = %{epoch}:%{version}-%{release}
-Requires: gtk+2 >= 2:2.10.6
-Requires: python-pycairo >= 1.2.2
-Conflicts: python-pygtk < 1:1.0
+Requires: gtk+2 >= 2:2.10.9
+Requires: python-pycairo >= 1.2.3
Obsoletes: python-pygtk-glarea
+Conflicts: python-pygtk < 1:1.0
%description gtk
Python bindings for GTK+ library.
@@ -99,8 +100,8 @@
Summary: Python bindings for ATK library
Summary(pl): Wiązania Pythona do biblioteki ATK
Group: Libraries/Python
-Requires: python-pygobject >= 2.12.2
Requires: atk >= 1:1.12.3
+Requires: python-pygobject >= 2.12.3
%description atk
Python bindings for ATK library.
@@ -112,9 +113,9 @@
Summary: Python bindings for Pango library
Summary(pl): Wiązania Pythona do biblioteki Pango
Group: Libraries/Python
-Requires: pango >= 1:1.14.5
+Requires: pango >= 1:1.14.10
Requires: python-pycairo >= 1.2.2
-Requires: python-pygobject >= 2.12.2
+Requires: python-pygobject >= 2.12.3
%description pango
Python bindings for Pango library.
@@ -164,6 +165,7 @@
%{__autoheader}
%{__automake}
%configure \
+ --enable-gtk-doc \
--enable-thread \
%{!?with_numpy:--disable-numeric}
%{__make}
@@ -173,7 +175,7 @@
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT \
- HTMLdir='%{_gtkdocdir}/%{name}'
+ TARGET_DIR='%{_gtkdocdir}/%{name}'
install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
cp -a examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
@@ -188,14 +190,15 @@
%files devel
%defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_bindir}/pygtk-codegen-2.0
+%attr(755,root,root) %{_bindir}/pygtk-demo
%dir %{_datadir}/%{module}
%dir %{_datadir}/%{module}/2.0
%dir %{_datadir}/%{module}/2.0/codegen
%{_datadir}/%{module}/2.0/codegen/*.py[co]
%{_datadir}/%{module}/2.0/defs
%{_includedir}/pygtk-2.0
-%{_pkgconfigdir}/*.pc
+%{_pkgconfigdir}/pygtk-2.0.pc
%files examples
%defattr(644,root,root,755)
@@ -204,21 +207,22 @@
%files gtk
%defattr(644,root,root,755)
%dir %{py_sitedir}/gtk-2.0/gtk
-%attr(755,root,root) %{py_sitedir}/gtk-2.0/gtk/_gtk*.so
+%attr(755,root,root) %{py_sitedir}/gtk-2.0/gtk/_gtk.so
%attr(755,root,root) %{py_sitedir}/gtk-2.0/gtkunixprint.so
%{py_sitedir}/gtk-2.0/gtk/*.py[co]
%files atk
%defattr(644,root,root,755)
-%attr(755,root,root) %{py_sitedir}/gtk-2.0/atk*.so
+%attr(755,root,root) %{py_sitedir}/gtk-2.0/atk.so
%files pango
%defattr(644,root,root,755)
-%attr(755,root,root) %{py_sitedir}/gtk-2.0/pango*.so
+%attr(755,root,root) %{py_sitedir}/gtk-2.0/pango.so
+%attr(755,root,root) %{py_sitedir}/gtk-2.0/pangocairo.so
%files glade
%defattr(644,root,root,755)
-%attr(755,root,root) %{py_sitedir}/gtk-2.0/gtk/glade*.so
+%attr(755,root,root) %{py_sitedir}/gtk-2.0/gtk/glade.so
%files apidocs
%defattr(644,root,root,755)
@@ -230,6 +234,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.147 2007/02/07 10:20:30 megabajt
+- updated to 2.10.4
+
Revision 1.146 2006/10/04 19:33:02 grzegol
- 2.10.3
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/python-pygtk.spec?r1=1.146&r2=1.147&f=u
More information about the pld-cvs-commit
mailing list