SPECS: python-PyQwt.spec - up to 5.1.0

rotom rotom at pld-linux.org
Wed Aug 6 12:22:54 CEST 2008


Author: rotom                        Date: Wed Aug  6 10:22:54 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- up to 5.1.0

---- Files affected:
SPECS:
   python-PyQwt.spec (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SPECS/python-PyQwt.spec
diff -u SPECS/python-PyQwt.spec:1.5 SPECS/python-PyQwt.spec:1.6
--- SPECS/python-PyQwt.spec:1.5	Tue Feb 13 09:06:42 2007
+++ SPECS/python-PyQwt.spec	Wed Aug  6 12:22:49 2008
@@ -8,22 +8,26 @@
 Summary:	Python bindings for the Qwt library
 Summary(pl.UTF-8):	Wiązania Pythona do biblioteki Qwt
 Name:		python-%{module}
-Version:	4.2
+Version:	5.1.0
 Release:	0.1
 License:	GPL v2+
 Group:		Libraries/Python
 Source0:	http://dl.sourceforge.net/pyqwt/%{module}-%{version}.tar.gz
-# Source0-md5:	70cf89765cc51c3e9e2e5d1eef9522f1
+# Source0-md5:	c9d662a0d4fc95cec75d3c526e4e748a
 URL:		http://pyqwt.sourceforge.net/
-BuildRequires:	python-PyQt-devel
-BuildRequires:	python-devel >= 1:2.3
+BuildRequires:	QtCore-devel
+BuildRequires:	QtGui-devel
+BuildRequires:	QtSvg-devel
 %{?with_numeric:BuildRequires:	python-Numeric-devel}
-%{?with_numarray:BuildRequires:	python-numarray-devel}
+BuildRequires:	python-PyQt4-devel
+BuildRequires:	python-devel >= 1:2.3
+%{?with_numarray:BuildRequires:	python-numpy-numarray-devel}
+BuildRequires:	python-sip-devel
 BuildRequires:	qwt-devel >= 4.2.0-3
 BuildRequires:	rpm-pythonprov
 BuildRequires:	rpmbuild(macros) >= 1.219
-Requires:	python-PyQt
 %{?with_numeric:Requires:	python-Numeric}
+Requires:	python-PyQt4
 %{?with_numarray:Requires:	python-numarray}
 %pyrequires_eq	python-libs
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -76,11 +80,7 @@
 export QTDIR=%{_prefix}
 cd configure
 python configure.py \
-	-c -j 3 \
-	-d %{py_sitedir} \
-	-i %{_includedir}/qwt \
-	-l %{_libdir} \
-	-v %{_sipfilesdir}
+	-Q ../qwt-5.1
 
 %{__make}
 
@@ -99,24 +99,21 @@
 %py_postclean
 
 rm -f examples/{iqt,qwt}
-cp -R examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+cp -R qt4examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS Doc/html/pyqwt
-%dir %{py_sitedir}/iqt
-%dir %{py_sitedir}/qwt
-%attr(755,root,root) %{py_sitedir}/iqt/*.so
-%attr(755,root,root) %{py_sitedir}/qwt/*.so
-%{py_sitedir}/iqt/*.py[co]
-%{py_sitedir}/qwt/*.py[co]
+%doc Doc/html/pyqwt
+%dir %{py_sitedir}/PyQt4/Qwt5
+%attr(755,root,root) %{py_sitedir}/PyQt4/Qwt5/*.so
+%{py_sitedir}/PyQt4/Qwt5/*.py[co]
 
 %files devel
 %defattr(644,root,root,755)
-%{_sipfilesdir}/qwt
+%{_sipfilesdir}/PyQt4/Qwt5
 
 %files examples
 %defattr(644,root,root,755)
@@ -128,6 +125,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2008/08/06 10:22:49  rotom
+- up to 5.1.0
+
 Revision 1.5  2007/02/13 08:06:42  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-PyQwt.spec?r1=1.5&r2=1.6&f=u



More information about the pld-cvs-commit mailing list