rpms/python-amara/FC-6 .cvsignore, 1.4, 1.5 python-amara.spec, 1.12, 1.13 sources, 1.4, 1.5 python-amara-1.1.7-version.patch, 1.1, NONE

José Abílio Oliveira Matos (jamatos) fedora-extras-commits at redhat.com
Tue Feb 6 03:05:37 UTC 2007


Author: jamatos

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

Modified Files:
	.cvsignore python-amara.spec sources 
Removed Files:
	python-amara-1.1.7-version.patch 
Log Message:
* Tue Feb  6 2007 José Matos <jamatos[AT]fc.up.pt> - 1.1.9-7
- BR python-setuptools.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-amara/FC-6/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	13 Feb 2006 07:20:43 -0000	1.4
+++ .cvsignore	6 Feb 2007 03:05:05 -0000	1.5
@@ -1 +1 @@
-Amara-1.1.7.tar.bz2
+Amara-1.1.9.tar.bz2


Index: python-amara.spec
===================================================================
RCS file: /cvs/extras/rpms/python-amara/FC-6/python-amara.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- python-amara.spec	11 Sep 2006 18:34:55 -0000	1.12
+++ python-amara.spec	6 Feb 2007 03:05:05 -0000	1.13
@@ -1,21 +1,21 @@
-%{!?pyver: %define pyver %(%{__python} -c 'import sys;print(sys.version[0:3])')}
-%{!?python_sitelib: %define python_sitelib %(%{__python}%{pyver} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%{!?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.7
-Release:        2%{?dist}
+Version:        1.1.9
+Release:        7%{?dist}
 Summary:        A collection of Pythonic tools for XML data binding
 
 Group:          Development/Libraries
 License:        ASL-derived
 URL:            http://uche.ogbuji.net/uche.ogbuji.net/tech/4Suite/amara/
 Source0:        http://uche.ogbuji.net/tech/4Suite/etc/Amara-%{version}.tar.bz2
-Patch:          python-amara-1.1.7-version.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # Needs python-4Suite-XML >= 1.0b2
-BuildRequires:  python
+BuildRequires:  python-devel
 BuildRequires:  python-4Suite-XML
+BuildRequires:  python-setuptools
 Requires:       python-4Suite-XML
 BuildArch:      noarch
 
@@ -31,14 +31,13 @@
 
 %prep
 %setup -q -n Amara-%{version}
-%patch -p 1 -b .version
 
 %build
 %{__python} setup.py build
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__python} setup.py install -O1 --skip-build --prefix=$RPM_BUILD_ROOT%{_prefix}
+%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -47,11 +46,33 @@
 %defattr(-,root,root,-)
 %{_bindir}/*
 %dir %{python_sitelib}/amara
-%{python_sitelib}/amara/*.py
-%{python_sitelib}/amara/*.py[co]
-%doc CHANGES COPYING demo manual.html README TODO
+%{python_sitelib}/amara/*.py*
+%{python_sitearch}/Amara-*.egg-info
+
+%doc CHANGES COPYING demo docs README TODO
 
 %changelog
+* Tue Feb  6 2007 José Matos <jamatos[AT]fc.up.pt> - 1.1.9-7
+- BR python-setuptools.
+
+* 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.
+
+* Tue Dec 12 2006 José Matos <jamatos[AT]fc.up.pt> - 1.1.9-4
+- Respin (part II).
+
+* Tue Dec 12 2006 José Matos <jamatos[AT]fc.up.pt> - 1.1.9-3
+- Respin.
+
+* Tue Dec 12 2006 José Matos <jamatos[AT]fc.up.pt> - 1.1.9-2
+- Rebuild for python 2.5.
+
+* Tue Sep 19 2006 José Matos <jamatos at fc.up.pt> - 1.1.9-1
+- New upstream release.
+
 * Mon Sep 11 2006 José Matos <jamatos[AT]fc.up.pt> - 1.1.7-2
 - Rebuild for FC6.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-amara/FC-6/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	13 Feb 2006 07:20:43 -0000	1.4
+++ sources	6 Feb 2007 03:05:05 -0000	1.5
@@ -1 +1 @@
-12ae537e9c517a258194878e65c85672  Amara-1.1.7.tar.bz2
+4b3e74e3cb0af7427160f0a77705efae  Amara-1.1.9.tar.bz2


--- python-amara-1.1.7-version.patch DELETED ---




More information about the scm-commits mailing list