15
0
Todd R
2013-01-03 18:10:49 +00:00
committed by Git OBS Bridge
parent 51546a56c8
commit 71201626d1

View File

@@ -44,7 +44,7 @@ CFLAGS="%{optflags}" python setup.py build
%install
python setup.py install --root=%{buildroot} --prefix=%{_prefix}
%ifarch x86_64 ppc64 && 0%{?suse_version} && 0%{?suse_version} > 1110
%ifarch x86_64 ppc64 && 0%{?suse_version} > 1110
install -d %{buildroot}%{python_sitearch}
mv %{buildroot}%{python_sitelib}/* %{buildroot}%{python_sitearch}
%endif