rpms/python-amara/devel python-amara.spec,1.16,1.17

José Abílio Oliveira Matos (jamatos) fedora-extras-commits at redhat.com
Mon Feb 5 21:23:34 UTC 2007


Author: jamatos

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

Modified Files:
	python-amara.spec 
Log Message:
* Mon Feb  5 2007 José Matos <jamatos[AT]fc.up.pt> - 1.1.9-6
- Add egg-info.



Index: python-amara.spec
===================================================================
RCS file: /cvs/extras/rpms/python-amara/devel/python-amara.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- python-amara.spec	5 Feb 2007 20:49:48 -0000	1.16
+++ python-amara.spec	5 Feb 2007 21:23:02 -0000	1.17
@@ -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:           python-amara
 Version:        1.1.9
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        A collection of Pythonic tools for XML data binding
 
 Group:          Development/Libraries
@@ -44,11 +45,15 @@
 %defattr(-,root,root,-)
 %{_bindir}/*
 %dir %{python_sitelib}/amara
-%{python_sitelib}/amara/*.py
-%{python_sitelib}/amara/*.py[co]
+%{python_sitelib}/amara/*.py*
+%{python_sitearch}/Amara-*.egg-info
+
 %doc CHANGES COPYING demo docs README TODO
 
 %changelog
+* Mon Feb  5 2007 José Matos <jamatos[AT]fc.up.pt> - 1.1.9-6
+- Add egg-info.
+
 * Mon Feb  5 2007 José Matos <jamatos[AT]fc.up.pt> - 1.1.9-5
 - Clean spec file.
 




More information about the scm-commits mailing list