Author: charles Date: Mon Aug 11 17:47:46 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - updated BRs, %description and %build - new subpackage qscintilla2-PyQt4-api (PyQt4 API file for QScintilla)
---- Files affected: SPECS: python-PyQt4.spec (1.25 -> 1.26) ---- Diffs: ================================================================ Index: SPECS/python-PyQt4.spec diff -u SPECS/python-PyQt4.spec:1.25 SPECS/python-PyQt4.spec:1.26 --- SPECS/python-PyQt4.spec:1.25 Sat Aug 9 10:37:30 2008 +++ SPECS/python-PyQt4.spec Mon Aug 11 19:47:40 2008 @@ -15,17 +15,23 @@ # Source0-md5: 89e84c36a8520bf8b3a8a2b20e765154 URL: http://www.riverbankcomputing.com/software/pyqt/ BuildRequires: QtAssistant-devel +BuildRequires: QtDesigner-devel BuildRequires: QtGui-devel +BuildRequires: QtHelp-devel BuildRequires: QtNetwork-devel BuildRequires: QtOpenGL-devel BuildRequires: QtScript-devel BuildRequires: QtSql-devel BuildRequires: QtSvg-devel BuildRequires: QtTest-devel +BuildRequires: QtWebKit-devel BuildRequires: QtXml-devel +BuildRequires: QtXmlPatterns-devel +BuildRequires: pkgconfig BuildRequires: python-dbus-devel >= 0.80 BuildRequires: python-sip-devel >= %{sipver} BuildRequires: qt4-build >= 4.3.3-3 +BuildRequires: qt4-phonon-devel BuildRequires: qt4-qmake >= 4.3.3-3 BuildRequires: rpm-pythonprov BuildRequires: rpmbuild(macros) >= 1.219 @@ -40,12 +46,17 @@ %description PyQt4 is a set of Python bindings for the Qt4 toolkit. The bindings are implemented as a set of Python modules: QtAssistant, QtCore, -QtGui, QtNetwork, QtOpenGL, QtSql, QtSvg and QtXml. +QtDesigner, QtGui, QtHelp, QtNetwork, QtOpenGL, QtScript, QtSql, +QtSvg, QtTest, QtWebKit, QtXmlPatterns and QtXml. + +QtCore QtGui QtNetwork QtOpenGL QtScript +QtSql QtSvg QtTest QtXml QtXmlPatterns QtAssistant %description -l pl.UTF-8 PyQt4 to zbiór dowiązań do Qt4 dla Pythona. Dowiązania zostały -zaimplementowane jako moduły Pythona: QtAssistant, QtCore, QtGui, -QtNetwork, QtOpenGL, QtSql, QtSvg i QtXml. +zaimplementowane jako moduły Pythona: QtAssistant, QtCore, QtDesigner, +QtGui, QtHelp, QtNetwork, QtOpenGL, QtScript, QtSql, QtSvg, QtTest, +QtWebKit, QtXmlPatterns i QtXml. %package devel Summary: Files needed to build other bindings based on Qt4 @@ -74,6 +85,16 @@ %description examples -l pl.UTF-8 Przykładowy kod demonstrujący jak używać PyQt4. +%package -n qscintilla2-%{module}-api +Summary: PyQt4 API file for QScintilla +Group: Libraries/Python +Requires: python-qscintilla2 >= 2.2-2 + +%description -n qscintilla2-%{module}-api +PyQt4 API file can be used by the QScintilla editor component to +enable the use of auto-completion and call tips when editing PyQt4 +code. + %prep %setup -q -n PyQt-x11-gpl-%{version} %{__sed} -i 's,pyuic.py,pyuic.pyc,' configure.py @@ -81,6 +102,7 @@ %build echo 'yes' | python configure.py \ -c -j 3 \ + -a \ -b %{_bindir} \ -d %{py_sitedir} \ -q "%{_bindir}/qmake-qt4" \ @@ -117,7 +139,6 @@ %attr(755,root,root) %{_libdir}/qt4/plugins/designer/libpythonplugin.so %{py_sitedir}/PyQt4/*.py[co] %{py_sitedir}/PyQt4/uic -%{_datadir}/qt4/qsci/api/python/PyQt4.api %files devel %defattr(644,root,root,755) @@ -127,12 +148,20 @@ %defattr(644,root,root,755) %{_examplesdir}/%{name}-%{version} +%files -n qscintilla2-%{module}-api +%defattr(644,root,root,755) +%{_datadir}/qt4/qsci/api/python/PyQt4.api + %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog * %{date} PLD Team <[EMAIL PROTECTED]> All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.26 2008/08/11 17:47:40 charles +- updated BRs, %description and %build +- new subpackage qscintilla2-PyQt4-api (PyQt4 API file for QScintilla) + Revision 1.25 2008/08/09 08:37:30 rotom - up to 4.4.3 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-PyQt4.spec?r1=1.25&r2=1.26&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
