rpms/python-amara/FC-6 python-amara.spec,1.13,1.14

José Abílio Oliveira Matos (jamatos) fedora-extras-commits at redhat.com
Sat Apr 21 14:44:58 UTC 2007


Author: jamatos

Update of /cvs/extras/rpms/python-amara/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25004

Modified Files:
	python-amara.spec 
Log Message:
* Sat Apr 21 2007 José Matos <jamatos[AT]fc.up.pt> - 1.1.9-8
- egg-info must go in python_sitelib and not python_sitearch



Index: python-amara.spec
===================================================================
RCS file: /cvs/extras/rpms/python-amara/FC-6/python-amara.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- python-amara.spec	6 Feb 2007 03:05:05 -0000	1.13
+++ python-amara.spec	21 Apr 2007 14:44:24 -0000	1.14
@@ -1,9 +1,8 @@
 %{!?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:           python-amara
 Version:        1.1.9
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        A collection of Pythonic tools for XML data binding
 
 Group:          Development/Libraries
@@ -47,11 +46,14 @@
 %{_bindir}/*
 %dir %{python_sitelib}/amara
 %{python_sitelib}/amara/*.py*
-%{python_sitearch}/Amara-*.egg-info
+%{python_sitelib}/Amara-*.egg-info
 
 %doc CHANGES COPYING demo docs README TODO
 
 %changelog
+* Sat Apr 21 2007 José Matos <jamatos[AT]fc.up.pt> - 1.1.9-8
+- egg-info must go in python_sitelib and not python_sitearch
+
 * Tue Feb  6 2007 José Matos <jamatos[AT]fc.up.pt> - 1.1.9-7
 - BR python-setuptools.
 




More information about the fedora-extras-commits mailing list