rpms/python-amara/F-7 .cvsignore, 1.6, 1.7 python-amara.spec, 1.19, 1.20 sources, 1.6, 1.7

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


Author: jamatos

Update of /cvs/pkgs/rpms/python-amara/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19772

Modified Files:
	.cvsignore python-amara.spec sources 
Log Message:
* Wed Aug 29 2007 José Matos <jamatos[AT]fc.up.pt> - 1.2.0.2-2
- Build again, this time with right source.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-amara/F-7/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	12 Dec 2006 00:38:20 -0000	1.6
+++ .cvsignore	29 Aug 2007 15:39:32 -0000	1.7
@@ -1 +1 @@
-Amara-1.1.9.tar.bz2
+Amara-1.2.0.2.tar.bz2


Index: python-amara.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-amara/F-7/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:39:32 -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:        2%{?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,14 @@
 %doc CHANGES COPYING demo docs README TODO
 
 %changelog
+* Wed Aug 29 2007 José Matos <jamatos[AT]fc.up.pt> - 1.2.0.2-2
+- Build again, this time with right source.
+
+* 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
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-amara/F-7/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	12 Dec 2006 00:38:20 -0000	1.6
+++ sources	29 Aug 2007 15:39:32 -0000	1.7
@@ -1 +1 @@
-4b3e74e3cb0af7427160f0a77705efae  Amara-1.1.9.tar.bz2
+7a52763a7b44b0fc3645c4e3ae679a06  Amara-1.2.0.2.tar.bz2




More information about the fedora-extras-commits mailing list