Author: glen Date: Sun May 7 09:43:43 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - adapter, typo, use macro
---- Files affected: SPECS: python-SQLAlchemy.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/python-SQLAlchemy.spec diff -u SPECS/python-SQLAlchemy.spec:1.1 SPECS/python-SQLAlchemy.spec:1.2 --- SPECS/python-SQLAlchemy.spec:1.1 Sun May 7 11:14:05 2006 +++ SPECS/python-SQLAlchemy.spec Sun May 7 11:43:37 2006 @@ -3,23 +3,24 @@ Name: python-SQLAlchemy Version: 0.1.7 Release: 1 -Group: Development/Languages/Python License: MIT +Group: Development/Languages/Python Source0: http://cheeseshop.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-%{version}.tar.gz # Source0-md5: 1c9c0124ad057c9fbcf8c4e16ecae960 URL: http://www.sqlalchemy.org/ BuildRequires: python-devel BuildRequires: python-setuptools >= 0.6-0.a9.1 +BuildRequires: rpmbuild(macros) >= 1.219 %pyrequires_eq python-modules BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -The Python SQL toolkit and Object Relational Mapper that gives application -developers the full power and flexibility of SQL. SQLAlchemy provides a -full suite of well known enterprise-level persistence patterns, designed for -efficient and high-performing database access, adapted into a simple and -Pythonic domain languag. +The Python SQL toolkit and Object Relational Mapper that gives +application developers the full power and flexibility of SQL. +SQLAlchemy provides a full suite of well known enterprise-level +persistence patterns, designed for efficient and high-performing +database access, adapted into a simple and Pythonic domain language. %prep %setup -q -n SQLAlchemy-%{version} @@ -34,7 +35,7 @@ --optimize=2 \ --root=$RPM_BUILD_ROOT -find $RPM_BUILD_ROOT%{py_sitescriptdir} -name \*.py -exec rm -f \{\} \; +%py_postclean %clean rm -rf $RPM_BUILD_ROOT @@ -51,9 +52,8 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ -Revision 1.1 2006/05/07 09:14:05 radzio -- initial release +Revision 1.2 2006/05/07 09:43:37 glen +- adapter, typo, use macro -Revision 1.1 2006/05/06 20:52:16 radzio +Revision 1.1 2006/05/07 09:14:05 radzio - initial release - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/python-SQLAlchemy.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
