rpms/exo/devel exo.spec,1.6,1.7

Kevin Fenzi (kevin) fedora-extras-commits at redhat.com
Fri Jun 3 02:18:21 UTC 2005


Author: kevin

Update of /cvs/extras/rpms/exo/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15637

Modified Files:
	exo.spec 
Log Message:
Change python_sitelib to python_sitearch



Index: exo.spec
===================================================================
RCS file: /cvs/extras/rpms/exo/devel/exo.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- exo.spec	1 Jun 2005 03:16:17 -0000	1.6
+++ exo.spec	3 Jun 2005 02:18:19 -0000	1.7
@@ -1,9 +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)")}
 
 Summary: Application library for the Xfce desktop environment
 Name: exo
 Version: 0.3.0
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: LGPL
 URL: http://libexo.os-cillation.com/
 Source0: http://download.berlios.de/xfce-goodies/exo-0.3.0.tar.bz2
@@ -64,10 +64,13 @@
 %{_libdir}/lib*a
 %{_libdir}/pkgconfig/*.pc
 %{_datadir}/pygtk/*/defs/exo-*/
-%{python_sitelib}/exo-*
-%{python_sitelib}/pyexo.*
+%{python_sitearch}/exo-*
+%{python_sitearch}/pyexo.*
 
 %changelog
+* Thu Jun  2 2005 Kevin Fenzi <kevin at tummy.com> - 0.3.0-7.fc5
+- Change python_sitelib to python_sitearch
+
 * Tue May 31 2005 Kevin Fenzi <kevin at tummy.com> - 0.3.0-6
 - Add python_sitelib to build on x86_64
 - Add dist to release




More information about the fedora-extras-commits mailing list