rpms/python-sqlalchemy/devel .cvsignore, 1.28, 1.29 python-sqlalchemy.spec, 1.46, 1.47 sources, 1.29, 1.30

Toshio くらとみ toshio at fedoraproject.org
Tue Feb 2 20:33:43 UTC 2010


Author: toshio

Update of /cvs/pkgs/rpms/python-sqlalchemy/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31297

Modified Files:
	.cvsignore python-sqlalchemy.spec sources 
Log Message:

* Tue Feb 2 2010 Toshio Kuratomi <toshio at fedoraproject.org> - 0.5.8-2
- just some cleanups to older styles of building packages.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-sqlalchemy/devel/.cvsignore,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -p -r1.28 -r1.29
--- .cvsignore	14 Aug 2009 17:46:15 -0000	1.28
+++ .cvsignore	2 Feb 2010 20:33:42 -0000	1.29
@@ -1 +1 @@
-SQLAlchemy-0.5.5.tar.gz
+SQLAlchemy-0.5.8.tar.gz


Index: python-sqlalchemy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-sqlalchemy/devel/python-sqlalchemy.spec,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -p -r1.46 -r1.47
--- python-sqlalchemy.spec	14 Aug 2009 17:47:35 -0000	1.46
+++ python-sqlalchemy.spec	2 Feb 2010 20:33:42 -0000	1.47
@@ -1,10 +1,11 @@
+%if ! (0%{?fedora} > 12 || 0%{?rhel} > 5)
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%{!?pyver: %global pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
+%endif
 
 %global srcname SQLAlchemy
 
 Name:           python-sqlalchemy
-Version:        0.5.5
+Version:        0.5.8
 Release:        2%{?dist}
 Summary:        Modular and flexible ORM library for python
 
@@ -38,7 +39,7 @@ sed -i 's/\r//' examples/dynamic_dict/dy
 %install
 rm -rf $RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT%{python_sitelib}
-python setup.py install --skip-build --root $RPM_BUILD_ROOT
+%{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT
 
 # remove unnecessary scripts for building documentation
 rm -rf doc/build
@@ -48,7 +49,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %check
 export PYTHONPATH=.
-python setup.py develop -d .
+%{__python} setup.py develop -d .
 nosetests
 
 %files
@@ -57,6 +58,12 @@ nosetests
 %{python_sitelib}/*
 
 %changelog
+* Tue Feb 2 2010 Toshio Kuratomi <toshio at fedoraproject.org> - 0.5.8-2
+- just some cleanups to older styles of building packages.
+
+* Mon Feb 1 2010 Toshio Kuratomi <toshio at fedoraproject.org> - 0.5.8-1
+- Upstream bugfix release 0.5.8
+
 * Fri Aug 14 2009 Toshio Kuratomi <toshio at fedoraproject.org> - 0.5.5-2
 - Upstream bugfix release 0.5.5
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-sqlalchemy/devel/sources,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -p -r1.29 -r1.30
--- sources	14 Aug 2009 17:46:15 -0000	1.29
+++ sources	2 Feb 2010 20:33:42 -0000	1.30
@@ -1 +1 @@
-6a518d2c16caf10bdbce85ad06e08abb  SQLAlchemy-0.5.5.tar.gz
+11292211f2634151d240025d58791210  SQLAlchemy-0.5.8.tar.gz



More information about the scm-commits mailing list