From ca37129f43c3ade865cdbb25156fcda5ed531acd Mon Sep 17 00:00:00 2001 From: Mads Villadsen Date: Aug 05 2008 20:16:28 +0000 Subject: - Change to using python_sitearch to correctly catch lib64 dir on x86_64 arch --- diff --git a/hamster-applet.spec b/hamster-applet.spec index a94e9e4..dffc21a 100644 --- a/hamster-applet.spec +++ b/hamster-applet.spec @@ -1,8 +1,9 @@ %{!?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)")} Name: hamster-applet Version: 2.23.6 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Time tracking applet Group: Development/Languages @@ -86,7 +87,7 @@ rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog NEWS README -%{python_sitelib}/hamster +%{python_sitearch}/hamster %{_libdir}/bonobo/servers/Hamster_Applet.server %{_libdir}/hamster-applet %{_datadir}/hamster-applet @@ -97,6 +98,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Aug 5 2008 Mads Villadsen - 2.23.6-5 +- Change to using python_sitearch to correctly catch lib64 dir on x86_64 arch + * Tue Aug 5 2008 Mads Villadsen - 2.23.6-4 - Change control-center-filesystem to Requires, add control-center to BuildRequires