- d'oh, it's sitearch here
This commit is contained in:
parent
a7a362b4e4
commit
aa0a0048db
1 changed files with 7 additions and 5 deletions
|
|
@ -1,11 +1,10 @@
|
|||
# sitelib not sitearch, see build section
|
||||
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||
|
||||
%define buildflags WXPORT=gtk2 UNICODE=1
|
||||
|
||||
Name: wxPythonGTK2
|
||||
Version: 2.4.2.4
|
||||
Release: 6
|
||||
Release: 7
|
||||
Summary: GUI toolkit for the Python programming language
|
||||
Group: Development/Languages
|
||||
License: LGPL
|
||||
|
|
@ -55,10 +54,13 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%defattr(-,root,root,-)
|
||||
%doc wxPython/docs wxPython/demo wxPython/licence/ wxPython/samples
|
||||
%{_bindir}/*
|
||||
%{python_sitelib}/wxPython/
|
||||
%{python_sitelib}/wx/
|
||||
%{python_sitearch}/wxPython/
|
||||
%{python_sitearch}/wx/
|
||||
|
||||
%changelog
|
||||
* Wed May 11 2005 Michael Schwendt <mschwendt[AT]users.sf.net> 2.4.2.4-7
|
||||
- d'oh, it's sitearch here
|
||||
|
||||
* Wed May 11 2005 Michael Schwendt <mschwendt[AT]users.sf.net> 2.4.2.4-6
|
||||
- rebuilt
|
||||
- use %%python_sitelib macro
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue