]> git.pld-linux.org Git - packages/python-sqlalchemy.git/commitdiff
- adapter, typo, use macro
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 7 May 2006 09:43:37 +0000 (09:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    python-SQLAlchemy.spec -> 1.2

python-SQLAlchemy.spec

index 3684ba91f50c418d01c705c55a10a2edc73053b4..9fab64a1f3273e71b7bdc890623f3866b635107c 100644 (file)
@@ -2,23 +2,24 @@ Summary:      Database Abstraction Library
 Name:          python-SQLAlchemy
 Version:       0.1.7
 Release:       1
 Name:          python-SQLAlchemy
 Version:       0.1.7
 Release:       1
-Group:         Development/Languages/Python
 License:       MIT
 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
 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
 %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}
 
 %prep
 %setup -q -n SQLAlchemy-%{version}
@@ -33,7 +34,7 @@ python setup.py install \
        --optimize=2 \
        --root=$RPM_BUILD_ROOT
 
        --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
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.080197 seconds and 4 git commands to generate.