[qscintilla] qt5 fix, comments

Rex Dieter rdieter at fedoraproject.org
Tue Jun 10 16:59:46 UTC 2014


commit 1fdad1e2d683a0a6bc998651910d19102b84c4f9
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Tue Jun 10 11:59:38 2014 -0500

    qt5 fix, comments

 qscintilla.spec |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/qscintilla.spec b/qscintilla.spec
index e32a1ae..061a993 100644
--- a/qscintilla.spec
+++ b/qscintilla.spec
@@ -6,7 +6,8 @@
 # undef python macros if you'd like to build qscintilla sans -python subpkg (which requires PyQt4)
 %global python 1
 %global python3 1
-## experimental qt5 support
+## experimental qt5 support, currently not packageable.  Blockers include:
+# * libqscintilla soname conflicts with qt4 version, not parallel-installable
 #global qt5 1
 
 Summary: A Scintilla port to Qt
@@ -248,7 +249,7 @@ test -x %{buildroot}%{python2_sitearch}/PyQt4/Qsci.so
 %{_qt5_plugindir}/designer/libqscintillaplugin.so
 %{_qt5_translationdir}/*
 
-%files devel
+%files qt5-devel
 %doc doc/html-Qt4Qt5 doc/Scintilla example-Qt4Qt5
 %{_qt5_headerdir}/Qsci/
 %{_qt5_libdir}/libqscintilla2.so


More information about the scm-commits mailing list