x86_64: install python module in %python_sitearch [release 2.8.4-2mamba;Sun Nov 02 2014]
This commit is contained in:
parent
c370745aab
commit
edab305cfd
@ -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 <silvan.calarco@mambasoft.it> 2.8.4-2mamba
|
||||
- x86_64: install python module in %python_sitearch
|
||||
|
||||
* Fri Sep 26 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 2.8.4-1mamba
|
||||
- update to 2.8.4
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user