[PyQt4] own qsci-api dirs here for now

Rex Dieter rdieter at fedoraproject.org
Fri Mar 14 18:17:44 UTC 2014


commit 14b6883219b0e96b717b5aebaa2aef54efa1d49c
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Fri Mar 14 13:17:22 2014 -0500

    own qsci-api dirs here for now

 PyQt4.spec |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/PyQt4.spec b/PyQt4.spec
index 6054c23..873ee4c 100644
--- a/PyQt4.spec
+++ b/PyQt4.spec
@@ -124,6 +124,8 @@ Summary: Qscintilla API file support
 # when split happened, upgrade path
 Obsoletes: PyQt4-devel < 4.10.3-6
 Obsoletes: python3-PyQt4-devel < 4.10.3-6
+# avoid this dep, own %_qt4_datadir/qsci here for now
+#Requires: qscintilla-python
 %description qsci-api
 %{summary}.
 
@@ -351,6 +353,9 @@ diff -u ./sip/QtOpenGL/opengl_types.sip.orig \
 
 %if 0%{?qscintilla}
 %files qsci-api
+%dir %{_qt4_datadir}/qsci/
+%dir %{_qt4_datadir}/qsci/api/
+%dir %{_qt4_datadir}/qsci/api/python/
 %{_qt4_datadir}/qsci/api/python/PyQt4.api
 %endif
 


More information about the scm-commits mailing list