rpms/python-amara/devel python-amara.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ignacio Vazquez-Abrams (ivazquez) fedora-extras-commits at redhat.com
Wed Mar 16 17:15:50 UTC 2005


Author: ivazquez

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

Modified Files:
	.cvsignore sources 
Added Files:
	python-amara.spec 
Log Message:
auto-import python-amara-0.9.4-1 on branch devel from python-amara-0.9.4-1.src.rpm
Initial import


--- NEW FILE python-amara.spec ---
%{expand: %%define pyver %(python -c 'import sys;print(sys.version[0:3])')}

Name:           python-amara
Version:        0.9.4
Release:        1
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/uche.ogbuji.net/tech/4Suite/amara/Amara-0.9.4.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  python
Requires:       python >= 2.3 4Suite >= 1.0
Provides:       python-Amara = %{version} Amara = %{version}
BuildArch:      noarch

%description
Amara is a collection of Pythonic tools for XML data binding. Not just tools that happen to be written in Python, but tools built from the ground up to use Python idioms and take advantage of the many advantages of Python over other programming languages.

Amara builds on 4Suite, but whereas 4Suite focuses more on literal implementation of XML standards in Python, Amara adds a much more Pythonic face to these capabilities.

Amara provides tools you can trust to conform with XML standards without losing the familiar Python feel.

%prep
%setup -q -c Amara-0.9.4

%build
cd Amara-0.9.4
python setup.py build

%install
rm -rf $RPM_BUILD_ROOT
cd Amara-0.9.4
python setup.py install --prefix=$RPM_BUILD_ROOT%{_prefix}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%{_bindir}/flextyper.py
%{_bindir}/scimitar.py
%{_libdir}/python%{pyver}/site-packages/amara/*
%doc Amara-0.9.4/CHANGES Amara-0.9.4/COPYING Amara-0.9.4/demo Amara-0.9.4/manual.html Amara-0.9.4/README Amara-0.9.4/TODO

%changelog
* Tue Mar 15 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 0.9.4-1
- Bump release to 1

* Fri Feb  4 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 0:0.9.4-0.iva.0
- Upstream update

* Mon Jan 31 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 0:0.9.3-0.iva.0
- Upstream update

* Thu Jan 20 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 0:0.9.2-0.iva.0
- Initial RPM release.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-amara/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	16 Mar 2005 17:15:17 -0000	1.1
+++ .cvsignore	16 Mar 2005 17:15:48 -0000	1.2
@@ -0,0 +1 @@
+Amara-0.9.4.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-amara/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	16 Mar 2005 17:15:17 -0000	1.1
+++ sources	16 Mar 2005 17:15:48 -0000	1.2
@@ -0,0 +1 @@
+916d2b60e59e10b6a7780d3bc7522046  Amara-0.9.4.tar.bz2




More information about the fedora-extras-commits mailing list