OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psycopg2?expand=0&rev=12
This commit is contained in:
parent
b39d547993
commit
2ad8a71a85
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user