From 2ad8a71a852cb117780e5c8fc9bd6d274b5cf274c70056732dd37675754bdc16 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 13 Jun 2007 07:59:33 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psycopg2?expand=0&rev=12 --- python-psycopg2.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python-psycopg2.spec b/python-psycopg2.spec index 5f755c3..2f36630 100644 --- a/python-psycopg2.spec +++ b/python-psycopg2.spec @@ -2,7 +2,7 @@ Name: python-%{modname} URL: http://initd.org/projects/psycopg1 Summary: A PostgreSQL database adapter for Python -Version: 2.0.5.1 +Version: 2.0.6 Release: 1 License: GPL Group: Development/Libraries/Python @@ -33,11 +33,11 @@ Authors: %build export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" -python setup.py build +%{__python} setup.py build %install rm -rf %{buildroot} -python setup.py install --prefix=%{_prefix} --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES +%{__python} setup.py install --prefix=%{_prefix} --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES %clean rm -rf %{buildroot}