packages: python-pygtk/python-pygtk.spec - updated BRs/Rs - cleanup - now i...

qboosh qboosh at pld-linux.org
Thu Oct 21 07:49:07 CEST 2010


Author: qboosh                       Date: Thu Oct 21 05:49:07 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated BRs/Rs
- cleanup
- now it uses modern numpy instead of old Numeric

---- Files affected:
packages/python-pygtk:
   python-pygtk.spec (1.173 -> 1.174) 

---- Diffs:

================================================================
Index: packages/python-pygtk/python-pygtk.spec
diff -u packages/python-pygtk/python-pygtk.spec:1.173 packages/python-pygtk/python-pygtk.spec:1.174
--- packages/python-pygtk/python-pygtk.spec:1.173	Tue Oct 19 15:10:08 2010
+++ packages/python-pygtk/python-pygtk.spec	Thu Oct 21 07:49:01 2010
@@ -28,7 +28,7 @@
 BuildRequires:	libglade2-devel >= 1:2.6.2
 BuildRequires:	libtool
 BuildRequires:	pkgconfig
-%{?with_numpy:BuildRequires:	python-Numeric-devel}
+%{?with_numpy:BuildRequires:	python-numpy-devel >= 1:1.0}
 BuildRequires:	python-devel >= 1:2.3.5
 BuildRequires:	python-pycairo-devel >= 1.2.6
 BuildRequires:	python-pygobject-devel >= 2.22.0
@@ -55,7 +55,7 @@
 Requires:	%{name}-pango = %{epoch}:%{version}-%{release}
 Requires:	gtk+2-devel >= 2:2.18.0
 Requires:	python-devel >= 1:2.3.5
-Requires:	python-pygobject-devel >= 2.18.0
+Requires:	python-pygobject-devel >= 2.22.0
 Obsoletes:	python-pygtk < 2:2.12.1-2
 
 %description devel
@@ -100,7 +100,7 @@
 Summary(pl.UTF-8):	Wiązania Pythona do biblioteki ATK
 Group:		Libraries/Python
 Requires:	atk >= 1:1.24.0
-Requires:	python-pygobject >= 2.18.0
+Requires:	python-pygobject >= 2.22.0
 
 %description atk
 Python bindings for ATK library.
@@ -114,7 +114,7 @@
 Group:		Libraries/Python
 Requires:	pango >= 1:1.18.1
 Requires:	python-pycairo >= 1.2.6
-Requires:	python-pygobject >= 2.18.0
+Requires:	python-pygobject >= 2.22.0
 
 %description pango
 Python bindings for Pango library.
@@ -179,9 +179,9 @@
 
 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 -rf $RPM_BUILD_ROOT%{_libdir}/pygtk/2.0/{demos,pygtk-demo*}
+%{__rm} $RPM_BUILD_ROOT%{py_sitedir}/gtk-2.0/{*.la,*/*.la}
+%{__rm} $RPM_BUILD_ROOT%{py_sitedir}/gtk-2.0/gtk/*.py
+%{__rm} -r $RPM_BUILD_ROOT%{_libdir}/pygtk/2.0/{demos,pygtk-demo*}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -232,6 +232,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.174  2010/10/21 05:49:01  qboosh
+- updated BRs/Rs
+- cleanup
+- now it uses modern numpy instead of old Numeric
+
 Revision 1.173  2010/10/19 13:10:08  lisu
 - adapterized
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python-pygtk/python-pygtk.spec?r1=1.173&r2=1.174&f=u



More information about the pld-cvs-commit mailing list