SPECS: qscintilla2.spec - removed not needed BRs - moved python API files t...
charles
charles at pld-linux.org
Mon Aug 11 19:43:16 CEST 2008
Author: charles Date: Mon Aug 11 17:43:15 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- removed not needed BRs
- moved python API files to python-qscintilla2, cleanups
- rel. 2, STBR
---- Files affected:
SPECS:
qscintilla2.spec (1.12 -> 1.13)
---- Diffs:
================================================================
Index: SPECS/qscintilla2.spec
diff -u SPECS/qscintilla2.spec:1.12 SPECS/qscintilla2.spec:1.13
--- SPECS/qscintilla2.spec:1.12 Fri Jul 4 22:34:23 2008
+++ SPECS/qscintilla2.spec Mon Aug 11 19:43:10 2008
@@ -1,13 +1,14 @@
# $Revision$, $Date$
#
# TODO:
-# - QScintilla for Qt3
+# - QScintilla2 for Qt3
#
+%define scintilla_ver 1.75
Summary: QScintilla2 - a port to Qt of the Scintilla editing component
Summary(pl.UTF-8): QScintilla2 - port komponentu edytora Scintilla dla biblioteki Qt
Name: qscintilla2
Version: 2.2
-Release: 1
+Release: 2
License: GPL v2
Group: X11/Libraries
Source0: http://www.riverbankcomputing.co.uk/static/Downloads/QScintilla2/QScintilla-gpl-%{version}.tar.gz
@@ -16,8 +17,6 @@
URL: http://www.riverbankcomputing.co.uk/software/qscintilla/
BuildRequires: QtDesigner-devel
BuildRequires: QtGui-devel
-BuildRequires: QtScript-devel
-BuildRequires: QtXml-devel
BuildRequires: python-PyQt4-devel >= 4.1.1
BuildRequires: qt4-build >= 4.3.3-3
BuildRequires: qt4-qmake >= 4.3.3-3
@@ -147,7 +146,8 @@
%lang(fr) %{_datadir}/locale/fr/LC_MESSAGES/qscintilla2.qm
%lang(pt_BR) %{_datadir}/locale/pt_BR/LC_MESSAGES/qscintilla2.qm
%lang(ru) %{_datadir}/locale/ru/LC_MESSAGES/qscintilla2.qm
-%{_datadir}/qt4/qsci
+%dir %{_datadir}/qt4/qsci
+%dir %{_datadir}/qt4/qsci/api
%files devel
%defattr(644,root,root,755)
@@ -161,6 +161,7 @@
%files -n python-%{name}
%defattr(644,root,root,755)
%attr(755,root,root) %{py_sitedir}/PyQt4/*.so*
+%{_datadir}/qt4/qsci/api/python
%files -n python-%{name}-devel
%defattr(644,root,root,755)
@@ -172,6 +173,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.13 2008/08/11 17:43:10 charles
+- removed not needed BRs
+- moved python API files to python-qscintilla2, cleanups
+- rel. 2, STBR
+
Revision 1.12 2008/07/04 20:34:23 twittner
- restore stable version on HEAD (my mistake fixed)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/qscintilla2.spec?r1=1.12&r2=1.13&f=u
More information about the pld-cvs-commit
mailing list