rpms/python-amara/devel python-amara.spec,1.18,1.19

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


Author: jamatos

Update of /cvs/extras/rpms/python-amara/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23967

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/devel/python-amara.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- python-amara.spec	6 Feb 2007 02:50:17 -0000	1.18
+++ python-amara.spec	21 Apr 2007 14:07:00 -0000	1.19
@@ -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 scm-commits mailing list