From edab305cfd40898b1dc4a779431290790784e3a6 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 17:04:16 +0100 Subject: [PATCH] x86_64: install python module in %python_sitearch [release 2.8.4-2mamba;Sun Nov 02 2014] --- qscintilla.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/qscintilla.spec b/qscintilla.spec index e4a0c37..e2c814f 100644 --- a/qscintilla.spec +++ b/qscintilla.spec @@ -1,7 +1,7 @@ %define pythonsip_ver %(sip -V) Name: qscintilla Version: 2.8.4 -Release: 1mamba +Release: 2mamba Summary: A port to Qt of Neil Hodgson's Scintilla C++ editor control Group: Development/Tools Vendor: openmamba @@ -129,10 +129,12 @@ cd .. cd Python %{__python} configure.py \ -c \ + -d %{python_sitearch}/PyQt4 \ --qsci-incdir=../Qt4Qt5 \ --qsci-libdir=../Qt4Qt5 \ --qmake /usr/bin/qmake-qt4 + %make CXX="c++ -I../Qt4Qt5" cd .. @@ -185,7 +187,7 @@ cd .. %files -n python-%{name} %defattr(-,root,root) -%{python_sitelib}/PyQt4/Qsci.so +%{python_sitearch}/PyQt4/Qsci.so %files -n python-%{name}-devel %defattr(-,root,root) @@ -194,6 +196,9 @@ cd .. #%{_datadir}/qt4/api/python/QScintilla2.api %changelog +* Sun Nov 02 2014 Silvan Calarco 2.8.4-2mamba +- x86_64: install python module in %python_sitearch + * Fri Sep 26 2014 Silvan Calarco 2.8.4-1mamba - update to 2.8.4