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)
|
%define pythonsip_ver %(sip -V)
|
||||||
Name: qscintilla
|
Name: qscintilla
|
||||||
Version: 2.8.4
|
Version: 2.8.4
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A port to Qt of Neil Hodgson's Scintilla C++ editor control
|
Summary: A port to Qt of Neil Hodgson's Scintilla C++ editor control
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -129,10 +129,12 @@ cd ..
|
|||||||
cd Python
|
cd Python
|
||||||
%{__python} configure.py \
|
%{__python} configure.py \
|
||||||
-c \
|
-c \
|
||||||
|
-d %{python_sitearch}/PyQt4 \
|
||||||
--qsci-incdir=../Qt4Qt5 \
|
--qsci-incdir=../Qt4Qt5 \
|
||||||
--qsci-libdir=../Qt4Qt5 \
|
--qsci-libdir=../Qt4Qt5 \
|
||||||
--qmake /usr/bin/qmake-qt4
|
--qmake /usr/bin/qmake-qt4
|
||||||
|
|
||||||
|
|
||||||
%make CXX="c++ -I../Qt4Qt5"
|
%make CXX="c++ -I../Qt4Qt5"
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
@ -185,7 +187,7 @@ cd ..
|
|||||||
|
|
||||||
%files -n python-%{name}
|
%files -n python-%{name}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{python_sitelib}/PyQt4/Qsci.so
|
%{python_sitearch}/PyQt4/Qsci.so
|
||||||
|
|
||||||
%files -n python-%{name}-devel
|
%files -n python-%{name}-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -194,6 +196,9 @@ cd ..
|
|||||||
#%{_datadir}/qt4/api/python/QScintilla2.api
|
#%{_datadir}/qt4/api/python/QScintilla2.api
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Sep 26 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 2.8.4-1mamba
|
||||||
- update to 2.8.4
|
- update to 2.8.4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user