]> git.pld-linux.org Git - packages/python-psycopg2.git/commitdiff
- Release: 2 auto/ac/python-psycopg-1_1_11-2
authorJacek Konieczny <jajcus@pld-linux.org>
Wed, 18 Feb 2004 11:01:28 +0000 (11:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- lib64 patch (to build on AMD64)

Changed files:
    python-psycopg2.spec -> 1.31

python-psycopg2.spec

index 848a832ddf4d12fd66991fc2c47cb0e19b023987..9e6e570c1974da7d695e768bf6d12145c1ee0fdc 100644 (file)
@@ -6,12 +6,12 @@ Summary:      psycopg is a PostgreSQL database adapter for Python
 Summary(pl):   psycopg jest przeznaczonym dla Pythona interfejsem do bazy PostgreSQL
 Name:          python-%{module}
 Version:       1.1.11
-Release:       1
+Release:       2
 License:       GPL
 Group:         Libraries/Python
 Source0:       http://initd.org/pub/software/%{module}/%{module}-%{version}.tar.gz
 # Source0-md5: 707555418936d386e86d2c6276b38428
-Patch0:                %{name}-dumb-ac-fix.patch
+Patch0:                %{name}-lib64.patch
 URL:           http://www.initd.org/software/psycopg/
 BuildRequires: autoconf
 BuildRequires: postgresql-backend-devel
@@ -54,7 +54,9 @@ Interfejs bazy danych PostgreSQL do Zope.
 
 %prep
 %setup -q -n %{module}-%{version}
+%if "%{_lib}" == "lib64"
 %patch0 -p1
+%endif
 
 %build
 %{__autoconf}
This page took 0.072245 seconds and 4 git commands to generate.