rpms/python-amara/devel .cvsignore, 1.2, 1.3 python-amara.spec, 1.8, 1.9 sources, 1.2, 1.3

Ignacio Vazquez-Abrams (ivazquez) fedora-extras-commits at redhat.com
Wed Apr 20 04:58:54 UTC 2005


Author: ivazquez

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

Modified Files:
	.cvsignore python-amara.spec sources 
Log Message:
* Wed Apr 20 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 1.0-1.b1.fc4
- Upstream update
- Fixed file ownership



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-amara/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	16 Mar 2005 17:15:48 -0000	1.2
+++ .cvsignore	20 Apr 2005 04:58:52 -0000	1.3
@@ -1 +1 @@
-Amara-0.9.4.tar.bz2
+Amara-1.0b1.tar.bz2


Index: python-amara.spec
===================================================================
RCS file: /cvs/extras/rpms/python-amara/devel/python-amara.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- python-amara.spec	5 Apr 2005 11:23:48 -0000	1.8
+++ python-amara.spec	20 Apr 2005 04:58:52 -0000	1.9
@@ -2,14 +2,14 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python}%{pyver} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-amara
-Version:        0.9.4
-Release:        7.fc4
+Version:        1.0
+Release:        1.b1.fc4
 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
+Source0:        http://uche.ogbuji.net/uche.ogbuji.net/tech/4Suite/amara/Amara-1.0b1.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python
@@ -27,25 +27,32 @@
 to these capabilities.
 
 %prep
-%setup -q -n Amara-0.9.4
+%setup -q -n Amara-1.0b1
 
 %build
 %{__python} setup.py build
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__python} setup.py install --prefix=$RPM_BUILD_ROOT%{_prefix}
+%{__python} setup.py install -O1 --skip-build --prefix=$RPM_BUILD_ROOT%{_prefix}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%{_bindir}/*.py
-%{python_sitelib}/amara
+%{_bindir}/*
+%dir %{python_sitelib}/amara
+%{python_sitelib}/amara/*.py
+%{python_sitelib}/amara/*.pyc
+%ghost %{python_sitelib}/amara/*.pyo
 %doc CHANGES COPYING demo manual.html README TODO
 
 %changelog
+* Wed Apr 20 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 1.0-1.b1.fc4
+- Upstream update
+- Fixed file ownership
+
 * Tue Apr  5 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 0.9.4-7.fc4
 - Added python to BuildRequires
 - Removed versioning code for now


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-amara/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	16 Mar 2005 17:15:48 -0000	1.2
+++ sources	20 Apr 2005 04:58:52 -0000	1.3
@@ -1 +1 @@
-916d2b60e59e10b6a7780d3bc7522046  Amara-0.9.4.tar.bz2
+455656d787bc67eb2301aeee93797bd9  Amara-1.0b1.tar.bz2




More information about the fedora-extras-commits mailing list