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

Kevin Fenzi (kevin) fedora-extras-commits at redhat.com
Wed Jun 1 03:16:19 UTC 2005


Author: kevin

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

Modified Files:
	exo.spec 
Log Message:
Add python_sitelib to build on x86_64
Add dist to release



Index: exo.spec
===================================================================
RCS file: /cvs/extras/rpms/exo/devel/exo.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- exo.spec	31 May 2005 18:56:25 -0000	1.5
+++ exo.spec	1 Jun 2005 03:16:17 -0000	1.6
@@ -1,7 +1,9 @@
+%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+
 Summary: Application library for the Xfce desktop environment
 Name: exo
 Version: 0.3.0
-Release: 5
+Release: 6%{?dist}
 License: LGPL
 URL: http://libexo.os-cillation.com/
 Source0: http://download.berlios.de/xfce-goodies/exo-0.3.0.tar.bz2
@@ -61,10 +63,15 @@
 %{_libdir}/lib*.so
 %{_libdir}/lib*a
 %{_libdir}/pkgconfig/*.pc
-%{_libdir}/python*/site-packages
 %{_datadir}/pygtk/*/defs/exo-*/
+%{python_sitelib}/exo-*
+%{python_sitelib}/pyexo.*
 
 %changelog
+* 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
+
 * Tue May 31 2005 Kevin Fenzi <kevin at tummy.com> - 0.3.0-5
 - Add python-devel buildrequires
 




More information about the fedora-extras-commits mailing list