]> git.pld-linux.org Git - packages/python-psycopg2.git/commitdiff
- BR: autoconf
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 11 Nov 2003 11:24:10 +0000 (11:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    python-psycopg2.spec -> 1.27

python-psycopg2.spec

index 0ad64aff5e8d5683d8ae1f215f541eea83b1758b..95468eb0589a20284b8d7e0623b6c0560aa03d1b 100644 (file)
@@ -13,6 +13,7 @@ Source0:      http://initd.org/pub/software/%{module}/%{module}-%{version}.tar.gz
 # Source0-md5: 2279a6aaddf8a8fbec44f782e5cdaa02
 Patch0:                %{name}-dumb-ac-fix.patch
 URL:           http://www.initd.org/software/psycopg/
+BuildRequires: autoconf
 BuildRequires: postgresql-backend-devel
 BuildRequires: python-devel
 BuildRequires: python-mx-DateTime-devel
@@ -27,7 +28,6 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define python_compile_opt python -O -c "import compileall; compileall.compile_dir('.')"
 %define python_compile     python -c "import compileall; compileall.compile_dir('.')"
 
-
 %description
 psycopg is a PostgreSQL database adapter for the Python programming
 language (just like pygresql and popy.) It was written from scratch
@@ -72,7 +72,6 @@ Interfejs bazy danych PostgreSQL do Zope.
 cd %{prod_name}
 %{python_compile}
 %{python_compile_opt}
-cd ..
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.046697 seconds and 4 git commands to generate.