packages: python3-pycairo/python3-pycairo.spec - updated to 2.10.0 - even w...

qboosh qboosh at pld-linux.org
Sun May 22 17:22:47 CEST 2011


Author: qboosh                       Date: Sun May 22 15:22:47 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 2.10.0
- even with python 3.2 build system uses pre-3.2 packaging style (.py[co] not __pycache__)

---- Files affected:
packages/python3-pycairo:
   python3-pycairo.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/python3-pycairo/python3-pycairo.spec
diff -u packages/python3-pycairo/python3-pycairo.spec:1.1 packages/python3-pycairo/python3-pycairo.spec:1.2
--- packages/python3-pycairo/python3-pycairo.spec:1.1	Fri Nov 12 19:48:39 2010
+++ packages/python3-pycairo/python3-pycairo.spec	Sun May 22 17:22:42 2011
@@ -2,26 +2,23 @@
 Summary:	Python 3.x Cairo bindings
 Summary(pl.UTF-8):	Dowiązania Pythona 3.x dla Cairo
 Name:		python3-pycairo
-Version:	1.8.10
+Version:	1.10.0
 Release:	1
 License:	LGPL v3
 Group:		Libraries
 Source0:	http://cairographics.org/releases/pycairo-%{version}.tar.bz2
-# Source0-md5:	ddc544943d791e3c22ca8f019e10e1e3
+# Source0-md5:	e6fd3f2f1e6a72e0db0868c4985669c5
 URL:		http://cairographics.org/
-BuildRequires:	autoconf >= 2.59
-BuildRequires:	automake >= 1:1.9.6
-BuildRequires:	cairo-devel >= 1.8.10
-BuildRequires:	libtool >= 2:1.4
+BuildRequires:	cairo-devel >= 1.10.0
 BuildRequires:	pkgconfig
 BuildRequires:	python3 >= 3.1
 BuildRequires:	python3-devel >= 3.1
 # for tests only
 #BuildRequires:	python-numpy
-# not release yet
+# not released yet
 #BuildRequires:	python-xpyb >= 1.3
 BuildRequires:	rpm-pythonprov
-Requires:	cairo >= 1.8.10
+Requires:	cairo >= 1.10.0
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -35,7 +32,7 @@
 Summary(pl.UTF-8):	Pliki programistyczne pycairo
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
-Requires:	cairo-devel >= 1.8.10
+Requires:	cairo-devel >= 1.10.0
 
 %description devel
 Development files for pycairo.
@@ -64,11 +61,11 @@
 CPP="%{__cpp}" \
 CFLAGS="%{rpmcflags}" \
 CXXFLAGS="%{rpmcxxflags}" \
+PYTHON="%{_bindir}/python3" \
 PYTHONDIR="%{py3_sitedir}" \
 python3 ./waf %{?_smp_mflags} configure \
 	--prefix=%{_prefix}
 
-#LIB="%{_lib}" \
 python3 ./waf build
 
 %install
@@ -85,7 +82,6 @@
 
 cp -a examples $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
-#rm $RPM_BUILD_ROOT%{py3_sitedir}/cairo/*.{la,py}
 %py3_postclean
 
 %clean
@@ -95,7 +91,7 @@
 %defattr(644,root,root,755)
 %doc AUTHORS COPYING NEWS README
 %dir %{py3_sitedir}/cairo
-%attr(755,root,root) %{py3_sitedir}/cairo/_cairo.so
+%attr(755,root,root) %{py3_sitedir}/cairo/_cairo.cpython-*.so
 %{py3_sitedir}/cairo/__init__.py[co]
 
 %files devel
@@ -113,7 +109,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2011/05/22 15:22:42  qboosh
+- updated to 2.10.0
+- even with python 3.2 build system uses pre-3.2 packaging style (.py[co] not __pycache__)
+
 Revision 1.1  2010/11/12 18:48:39  wiget
 - initial
-
-Revision 1.44  2010/10/19 12:42:20  lisu
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python3-pycairo/python3-pycairo.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list