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

José Abílio Oliveira Matos (jamatos) fedora-extras-commits at redhat.com
Wed Aug 29 15:10:39 UTC 2007


Author: jamatos

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

Modified Files:
	python-amara.spec 
Log Message:
* Wed Aug 29 2007 José Matos <jamatos[AT]fc.up.pt> - 1.2.0.2-1
- Adapt entry to use new python-setuptools (F8+).
- Fix the license tag.
- New upstream version.



Index: python-amara.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-amara/devel/python-amara.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- python-amara.spec	21 Apr 2007 14:07:00 -0000	1.19
+++ python-amara.spec	29 Aug 2007 15:10:06 -0000	1.20
@@ -1,20 +1,26 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-amara
-Version:        1.1.9
-Release:        8%{?dist}
+Version:        1.2.0.2
+Release:        1%{?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
+License:        ASL 1.1
+URL:            http://uche.ogbuji.net/tech/4Suite/amara/
+Source0:        ftp://ftp.4suite.org/pub/Amara/Amara-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-# Needs python-4Suite-XML >= 1.0b2
 BuildRequires:  python-devel
+# Needs python-4Suite-XML >= 1.0b2
 BuildRequires:  python-4Suite-XML
-BuildRequires:  python-setuptools
+# Must have setuptools to build the package
+# The build portions moved to a subpackage in F-8
+%if 0%{?fedora} >= 8
+BuildRequires: python-setuptools-devel
+%else
+BuildRequires: python-setuptools
+%endif
 Requires:       python-4Suite-XML
 BuildArch:      noarch
 
@@ -51,6 +57,11 @@
 %doc CHANGES COPYING demo docs README TODO
 
 %changelog
+* Wed Aug 29 2007 José Matos <jamatos[AT]fc.up.pt> - 1.2.0.2-1
+- Adapt entry to use new python-setuptools (F8+).
+- Fix the license tag.
+- New upstream version.
+
 * 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
 




More information about the fedora-extras-commits mailing list