From a9a0cf47ccbbe4410427955df5c69cc4548a314e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Jun 06 2007 02:09:16 +0000 Subject: pick up python files on all arches --- diff --git a/at-spi.spec b/at-spi.spec index ac50202..493bd55 100644 --- a/at-spi.spec +++ b/at-spi.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 atk_version 1.13.0 %define gtk2_version 2.10.0 @@ -113,7 +113,7 @@ rm -rf $RPM_BUILD_ROOT %files python %defattr(-,root,root) -%{python_sitelib}/pyatspi/ +%{python_sitearch}/pyatspi/ %changelog