Author: charles Date: Sun Feb 20 18:27:45 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 1.5
---- Files affected: SPECS: qscintilla.spec (1.14 -> 1.15) ---- Diffs: ================================================================ Index: SPECS/qscintilla.spec diff -u SPECS/qscintilla.spec:1.14 SPECS/qscintilla.spec:1.15 --- SPECS/qscintilla.spec:1.14 Sat Nov 20 16:28:19 2004 +++ SPECS/qscintilla.spec Sun Feb 20 19:27:40 2005 @@ -2,14 +2,14 @@ Summary: QScintilla - a port of Neil Hodgson's Scintilla C++ editor class to Qt Summary(pl): QScintilla - port do Qt klas C++ edytora Scintilla autorstwa Neila Hodgsona Name: qscintilla -Version: 1.4 -%define scintilla_ver 1.61 +Version: 1.5 +%define scintilla_ver 1.62 Release: 1 Epoch: 1 -License: GPL +License: GPL v2 Group: X11/Libraries Source0: http://www.river-bank.demon.co.uk/download/QScintilla/%{name}-%{scintilla_ver}-gpl-%{version}.tar.gz -# Source0-md5: b12350ab2609b3a5e230330a0d9718aa +# Source0-md5: 9aa4cb6b0bff1a320162d7a1f99f9d61 URL: http://www.riverbankcomputing.co.uk/qscintilla/index.php BuildRequires: qt-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -52,7 +52,7 @@ install -d $RPM_BUILD_ROOT%{_includedir}/qt \ $RPM_BUILD_ROOT%{_examplesdir}/qt/%{name} \ $RPM_BUILD_ROOT%{_libdir}/qt \ - $RPM_BUILD_ROOT%{_datadir}/locale/de/LC_MESSAGES + $RPM_BUILD_ROOT%{_datadir}/locale/{de,fr,ru}/LC_MESSAGES cp -df qt/tmp/libqscintilla.so* $RPM_BUILD_ROOT%{_libdir} install qt/qextscintilla*.h $RPM_BUILD_ROOT%{_includedir}/qt @@ -60,6 +60,8 @@ # where should it be placed to be used? # README says $QTDIR/translations, but it doesn't exist install qt/qscintilla_de.qm $RPM_BUILD_ROOT%{_datadir}/locale/de/LC_MESSAGES/qscintilla.qm +install qt/qscintilla_fr.qm $RPM_BUILD_ROOT%{_datadir}/locale/fr/LC_MESSAGES/qscintilla.qm +install qt/qscintilla_ru.qm $RPM_BUILD_ROOT%{_datadir}/locale/ru/LC_MESSAGES/qscintilla.qm %clean rm -rf $RPM_BUILD_ROOT @@ -72,6 +74,8 @@ %doc ChangeLog NEWS README %attr(755,root,root) %{_libdir}/libqscintilla.so.*.*.* %lang(de) %{_datadir}/locale/de/LC_MESSAGES/qscintilla.qm +%lang(fr) %{_datadir}/locale/fr/LC_MESSAGES/qscintilla.qm +%lang(ru) %{_datadir}/locale/ru/LC_MESSAGES/qscintilla.qm %files devel %defattr(644,root,root,755) @@ -85,6 +89,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.15 2005/02/20 18:27:40 charles +- updated to 1.5 + Revision 1.14 2004/11/20 15:28:19 qboosh - standard BuildRoot, dropped Source0-size ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/qscintilla.spec?r1=1.14&r2=1.15&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
