rpms/hamster-applet/devel hamster-applet.spec,1.13,1.14

Mads Villadsen (maxx) fedora-extras-commits at redhat.com
Tue Aug 5 20:16:58 UTC 2008


Author: maxx

Update of /cvs/pkgs/rpms/hamster-applet/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3347

Modified Files:
	hamster-applet.spec 
Log Message:
* Tue Aug 5 2008 Mads Villadsen <maxx at krakoa.dk> - 2.23.6-5
- Change to using python_sitearch to correctly catch lib64 dir on x86_64 arch



Index: hamster-applet.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hamster-applet/devel/hamster-applet.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- hamster-applet.spec	5 Aug 2008 19:34:20 -0000	1.13
+++ hamster-applet.spec	5 Aug 2008 20:16:28 -0000	1.14
@@ -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 @@
 %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 @@
 
 
 %changelog
+* Tue Aug 5 2008 Mads Villadsen <maxx at krakoa.dk> - 2.23.6-5
+- Change to using python_sitearch to correctly catch lib64 dir on x86_64 arch
+
 * Tue Aug 5 2008 Mads Villadsen <maxx at krakoa.dk> - 2.23.6-4
 - Change control-center-filesystem to Requires, add control-center to BuildRequires
 




More information about the fedora-extras-commits mailing list