]> git.pld-linux.org Git - packages/python-sqlalchemy.git/commitdiff
- updated to 0.7b4 DEVEL
authorlisu <lisu@pld-linux.org>
Tue, 26 Apr 2011 07:43:58 +0000 (07:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- python2 files hve been moved to py_sitedir
- no more syntax errors during build

Changed files:
    python-SQLAlchemy.spec -> 1.36.2.2

python-SQLAlchemy.spec

index a4701635123df8c88f6946c632816914ad880f79..f32c2b83137f50017deeae9ed1c05c7de28a1e43 100644 (file)
@@ -1,11 +1,10 @@
 # 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
@@ -16,7 +15,7 @@ Release:      0.%{_beta}.1
 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
@@ -118,8 +117,8 @@ rm -rf $RPM_BUILD_ROOT
 %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}
This page took 0.065525 seconds and 4 git commands to generate.