]> git.pld-linux.org Git - packages/qscintilla2.git/commitdiff
- updated to 2.9.1 (note: new sonames) auto/th/qscintilla2-2.9.1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 18 Nov 2015 21:21:02 +0000 (22:21 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Wed, 18 Nov 2015 21:21:15 +0000 (22:21 +0100)
- updated make patch
- removed obsolete mkspecs-dir patch

qscintilla2-make.patch
qscintilla2-mkspecs-dir.patch [deleted file]
qscintilla2.spec

index 245656ec139531e06f8ee557d2f788127a856408..072e572b2172717eaced14e2bac7fd180650e92c 100644 (file)
@@ -1,5 +1,14 @@
 --- QScintilla-gpl-2.8.4/Qt4Qt5/qscintilla.pro.orig    2014-11-03 21:10:56.232432440 +0100
 +++ QScintilla-gpl-2.8.4/Qt4Qt5/qscintilla.pro 2014-11-03 21:24:33.329064817 +0100
+@@ -246,7 +246,7 @@
+       ../lexers/LexBaan.cpp \
+       ../lexers/LexBash.cpp \
+       ../lexers/LexBasic.cpp \
+-      ../lexers/LexBibTex.cpp \
++      ../lexers/LexBibTeX.cpp \
+       ../lexers/LexBullant.cpp \
+       ../lexers/LexCaml.cpp \
+       ../lexers/LexCLW.cpp \
 @@ -285,7 +285,7 @@
        ../lexers/LexInno.cpp \
        ../lexers/LexKix.cpp \
diff --git a/qscintilla2-mkspecs-dir.patch b/qscintilla2-mkspecs-dir.patch
deleted file mode 100644 (file)
index 362b205..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- QScintilla-gpl-2.8.4/Qt4Qt5/qscintilla.pro.orig    2014-11-20 20:54:22.727494808 +0100
-+++ QScintilla-gpl-2.8.4/Qt4Qt5/qscintilla.pro 2014-11-20 21:01:46.424142856 +0100
-@@ -82,7 +82,7 @@
- INSTALLS += header trans qsci target
- greaterThan(QT_MAJOR_VERSION, 3) {
--    features.path = $$[QT_INSTALL_DATA]/mkspecs/features
-+    features.path = $$[QMAKE_MKSPECS]/features
-     features.files = $$PWD/features/qscintilla2.prf
-     INSTALLS += features
- }
index 41a07a92998ba54e6803fabd2e213f486991d8a2..4560d94b08cafdafb03094bb714e552e3a57a6aa 100644 (file)
 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.8.4
-Release:       7
-License:       GPL v2 or GPL v3 with Riverbank GPL Exception v1.1
+Version:       2.9.1
+Release:       1
+License:       GPL v3
 Group:         X11/Libraries
 Source0:       http://downloads.sourceforge.net/pyqt/QScintilla-gpl-%{version}.tar.gz
-# Source0-md5: 28aec903ff48ae541295a4fb9c96f8ea
+# Source0-md5: 38e6248cb970adf6d05aea7d94f1288e
 Patch0:                %{name}-internal_build.patch
 Patch1:                %{name}-multiqt.patch
 Patch2:                %{name}-make.patch
 Patch3:                %{name}-outoftree.patch
 Patch4:                %{name}-qt5.patch
-Patch5:                %{name}-mkspecs-dir.patch
-Patch6:                %{name}-link.patch
+Patch5:                %{name}-link.patch
 URL:           http://www.riverbankcomputing.co.uk/software/qscintilla/
 %if %{with python2}
 BuildRequires: python-sip-devel >= 2:%{sip_ver}
@@ -296,7 +295,6 @@ Wiązania Pythona 3 dla komponentu QScintilla2 (wersja dla PyQt5).
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
-%patch6 -p1
 
 %build
 for qt in %{?with_qt4:qt4} %{?with_qt5:qt5} ; do
@@ -360,7 +358,7 @@ for qt in %{?with_qt4:qt4} %{?with_qt5:qt5} ; do
 done
 
 # unnecessary symlink
-%{__rm} $RPM_BUILD_ROOT%{_libdir}/libqscintilla2*.so.11.3
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/libqscintilla2*.so.12.0
 
 %if %{with qt4}
 # move Qt4 translations to PLD-specific directory scheme
@@ -369,7 +367,7 @@ do
        lang=`echo $file | sed -r 's:.*/[a-zA-Z]*_(.*).qm:\1:'`
        [ "$lang" == "pt_br" ] && lang=pt_BR
        install -d $RPM_BUILD_ROOT%{_datadir}/locale/$lang/LC_MESSAGES
-       mv -f $file $RPM_BUILD_ROOT%{_datadir}/locale/$lang/LC_MESSAGES/qscintilla2.qm
+       %{__mv} $file $RPM_BUILD_ROOT%{_datadir}/locale/$lang/LC_MESSAGES/qscintilla2.qm
 done
 
 # compatibility symlinks
@@ -393,9 +391,9 @@ rm -rf $RPM_BUILD_ROOT
 %if %{with qt4}
 %files qt4
 %defattr(644,root,root,755)
-%doc GPL_EXCEPTION.TXT NEWS OPENSOURCE-NOTICE.TXT README
+%doc NEWS README
 %attr(755,root,root) %{_libdir}/libqscintilla2-qt4.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libqscintilla2-qt4.so.11
+%attr(755,root,root) %ghost %{_libdir}/libqscintilla2-qt4.so.12
 # compatibility symlink
 %attr(755,root,root) %{_libdir}/libqscintilla2.so.11
 %lang(cs) %{_datadir}/locale/cs/LC_MESSAGES/qscintilla2.qm
@@ -441,9 +439,9 @@ rm -rf $RPM_BUILD_ROOT
 %if %{with qt5}
 %files qt5
 %defattr(644,root,root,755)
-%doc GPL_EXCEPTION.TXT NEWS OPENSOURCE-NOTICE.TXT README
+%doc NEWS README
 %attr(755,root,root) %{_libdir}/libqscintilla2-qt5.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libqscintilla2-qt5.so.11
+%attr(755,root,root) %ghost %{_libdir}/libqscintilla2-qt5.so.12
 %lang(cs) %{_datadir}/qt5/translations/qscintilla_cs.qm
 %lang(de) %{_datadir}/qt5/translations/qscintilla_de.qm
 %lang(es) %{_datadir}/qt5/translations/qscintilla_es.qm
This page took 0.162832 seconds and 4 git commands to generate.