try again
This commit is contained in:
parent
b1f77b6496
commit
14ed38197f
12
orca.spec
12
orca.spec
@ -1,4 +1,4 @@
|
||||
%{!?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 python_version 2.5
|
||||
@ -91,11 +91,11 @@ fi
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS COPYING NEWS README
|
||||
%{_bindir}/orca
|
||||
%dir %{python_sitelib}/orca
|
||||
%{python_sitelib}/orca/*.py*
|
||||
%{python_sitelib}/orca/brlmodule.so
|
||||
%dir %{python_sitelib}/orca/scripts
|
||||
%{python_sitelib}/orca/scripts/*.py*
|
||||
%dir %{python_sitearch}/orca
|
||||
%{python_sitearch}/orca/*.py*
|
||||
%{python_sitearch}/orca/brlmodule.so
|
||||
%dir %{python_sitearch}/orca/scripts
|
||||
%{python_sitearch}/orca/scripts/*.py*
|
||||
%{_datadir}/icons/hicolor/*/apps/orca.png
|
||||
%{_datadir}/icons/hicolor/scalable/apps/orca.svg
|
||||
%dir %{_datadir}/orca
|
||||
|
||||
Loading…
Reference in New Issue
Block a user