SPECS (DEVEL): python-pygtk.spec - updated to 2.7.4 - removed pang...
paladine
paladine at pld-linux.org
Thu Aug 25 11:14:03 CEST 2005
Author: paladine Date: Thu Aug 25 09:14:03 2005 GMT
Module: SPECS Tag: DEVEL
---- Log message:
- updated to 2.7.4
- removed pangocairo.defs (already in sources)
- fixed/updated BRs/Rs
- sorted %%files
---- Files affected:
SPECS:
python-pygtk.spec (1.113.2.6 -> 1.113.2.7)
---- Diffs:
================================================================
Index: SPECS/python-pygtk.spec
diff -u SPECS/python-pygtk.spec:1.113.2.6 SPECS/python-pygtk.spec:1.113.2.7
--- SPECS/python-pygtk.spec:1.113.2.6 Thu Aug 18 23:44:43 2005
+++ SPECS/python-pygtk.spec Thu Aug 25 11:13:58 2005
@@ -10,16 +10,15 @@
Summary: Python bindings for GTK+ 2.x libraries
Summary(pl): Wiązania Pythona do bibliotek GTK+ 2.x
Name: python-%{module}
-Version: 2.7.3
-Release: 2
+Version: 2.7.4
+Release: 1
Epoch: 2
License: LGPL
Group: Libraries/Python
Source0: http://ftp.gnome.org/pub/gnome/sources/pygtk/2.7/%{module}-%{version}.tar.bz2
-# Source0-md5: 17986ed00ce4b3fb3e699c7f3735942c
+# Source0-md5: 103670cb22c6cb65375dbd68aa727315
Source1: %{name}-python.m4
Source2: %{name}-jhflags.m4
-Source3: %{name}-pangocairo.defs
Patch0: %{name}-pyc.patch
URL: http://www.pygtk.org/
BuildRequires: atk-devel >= 1:1.8.1
@@ -29,10 +28,10 @@
BuildRequires: gtk+2-devel >= 2:2.8.0
BuildRequires: libglade2-devel >= 1:2.5.1
BuildRequires: libtool
-BuildRequires: pango-devel >= 1:1.9.0
+BuildRequires: pango-devel >= 1:1.10.0
BuildRequires: python-devel >= 1:2.3.2
%{?with_numpy:BuildRequires: python-numpy-devel}
-BuildRequires: python-pycairo-devel
+BuildRequires: python-pycairo-devel >= 0.5.0
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -81,7 +80,7 @@
Summary(pl): Wiązania Pythona do biblioteki GObject
Group: Libraries/Python
%pyrequires_eq python-modules
-Requires: glib2 >= 1:2.7.4
+Requires: glib2 >= 1:2.8.0
Conflicts: python-pygtk < 1:1.0
Obsoletes: python-pygtk-glarea
@@ -97,8 +96,8 @@
Group: Libraries/Python
Requires: %{name}-atk = %{epoch}:%{version}-%{release}
Requires: %{name}-pango = %{epoch}:%{version}-%{release}
-Requires: gtk+2 >= 2:2.7.4
-Requires: python-pycairo
+Requires: gtk+2 >= 2:2.8.0
+Requires: python-pycairo >= 0.5.0
Conflicts: python-pygtk < 1:1.0
Obsoletes: python-pygtk-glarea
@@ -113,7 +112,7 @@
Summary(pl): Wiązania Pythona do biblioteki ATK
Group: Libraries/Python
Requires: %{name}-gobject = %{epoch}:%{version}-%{release}
-Requires: atk >= 1.8.0
+Requires: atk >= 1:1.8.0
%description atk
Python bindings for ATK library.
@@ -126,7 +125,7 @@
Summary(pl): Wiązania Pythona do biblioteki Pango
Group: Libraries/Python
Requires: %{name}-gobject = %{epoch}:%{version}-%{release}
-Requires: pango > 1.9.0
+Requires: pango >= 1:1.10.0
Requires: python-pycairo
%description pango
@@ -156,7 +155,6 @@
mkdir m4
cp %{SOURCE1} m4/python.m4
cp %{SOURCE2} m4/jhflags.m4
-cp %{SOURCE3} pangocairo.defs
%build
%{__libtoolize}
@@ -189,15 +187,12 @@
%files devel
%defattr(644,root,root,755)
%attr(755,root,root) %{_bindir}/*
-%{_includedir}/pygtk-2.0
-
%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
%files examples
@@ -237,6 +232,12 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.113.2.7 2005/08/25 09:13:58 paladine
+- updated to 2.7.4
+- removed pangocairo.defs (already in sources)
+- fixed/updated BRs/Rs
+- sorted %%files
+
Revision 1.113.2.6 2005/08/18 21:44:43 aflinta
- rebuild with cairo, rel. 2
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/python-pygtk.spec?r1=1.113.2.6&r2=1.113.2.7&f=u
More information about the pld-cvs-commit
mailing list