Author: lisu Date: Tue Apr 26 07:44:03 2011 GMT Module: packages Tag: DEVEL ---- Log message: - updated to 0.7b4 - python2 files hve been moved to py_sitedir - no more syntax errors during build
---- Files affected: packages/python-SQLAlchemy: python-SQLAlchemy.spec (1.36.2.1 -> 1.36.2.2) ---- Diffs: ================================================================ Index: packages/python-SQLAlchemy/python-SQLAlchemy.spec diff -u packages/python-SQLAlchemy/python-SQLAlchemy.spec:1.36.2.1 packages/python-SQLAlchemy/python-SQLAlchemy.spec:1.36.2.2 --- packages/python-SQLAlchemy/python-SQLAlchemy.spec:1.36.2.1 Thu Mar 10 14:32:35 2011 +++ packages/python-SQLAlchemy/python-SQLAlchemy.spec Tue Apr 26 09:43:58 2011 @@ -1,12 +1,11 @@ # $Revision$, $Date$ # TODO: # - examples and docs for python3 -# - builds, but got syntax errors when buildings # %bcond_without python3 %bcond_without python2 # -%define _beta b2 +%define _beta b4 %define module SQLAlchemy # Summary: Database Abstraction Library @@ -17,7 +16,7 @@ License: MIT Group: Libraries/Python Source0: http://downloads.sourceforge.net/sqlalchemy/%{module}-%{version}%{_beta}.tar.gz -# Source0-md5: 91da9d3ba7b55561e07315169095d74e +# Source0-md5: 6a22931afbff931135438352e373d7f9 URL: http://www.sqlalchemy.org/ %if %{with python2} BuildRequires: python-devel >= 1:2.4 @@ -119,8 +118,8 @@ %files %defattr(644,root,root,755) %doc CHANGES README* doc/*.html -%{py_sitescriptdir}/SQLAlchemy* -%{py_sitescriptdir}/sqlalchemy* +%{py_sitedir}/SQLAlchemy* +%{py_sitedir}/sqlalchemy* %{_examplesdir}/%{name}-%{version} %if %{with python3} @@ -136,6 +135,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.36.2.2 2011/04/26 07:43:58 lisu +- updated to 0.7b4 +- python2 files hve been moved to py_sitedir +- no more syntax errors during build + Revision 1.36.2.1 2011/03/10 13:32:35 lisu - up to 0.7b2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python-SQLAlchemy/python-SQLAlchemy.spec?r1=1.36.2.1&r2=1.36.2.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
