From 96993fcec3398032ff2587c992b5bd85efe9bf37da73a517421a01ce2d2f457b Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Mon, 30 May 2011 14:55:53 +0000 Subject: [PATCH] Autobuild autoformatter for 67290 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psycopg2?expand=0&rev=2 --- python-psycopg2.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/python-psycopg2.spec b/python-psycopg2.spec index 152810b..21ac6ac 100644 --- a/python-psycopg2.spec +++ b/python-psycopg2.spec @@ -11,11 +11,12 @@ # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild + %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} @@ -23,7 +24,7 @@ Name: python-%{mod_name} Version: 2.4 -Release: 0 +Release: 1 Url: http://initd.org/psycopg/ Summary: Python-PostgreSQL Database Adapter License: LGPLv3+ or ZPL