# # spec file for package PackageName (Version PackageVersion) # # Copyright (c) 2003 SuSE Linux AG, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # # Please submit bug fixes or comments via http://www.suse.de/feedback/ # %{!?python:%define python 2.5} %define version 4.2.1 Summary: a Oracle database adapter for Python Name: python-cx_oracle Version: %{version} Release: subik.1 Source: cx_Oracle-%{version}.tar.gz License: Computronix Group: Development/Libraries/Python BuildRoot: %{_tmppath}/cx_Oracle-%{version}-build Packager: Petr Vanek Url: http://www.cxtools.net/ BuildRequires: python-devel Requires: python %description cx_Oracle is a Python extension module that allows access to Oracle databases and conforms to the Python database API specification. For more information on the database API specification. Authors Copyright © 2001-2006 Computronix. All rights reserved. %prep %setup -n cx_Oracle-%{version} %build python setup.py build %install python setup.py install %clean rm -rf $RPM_BUILD_ROOT %changelog * Wed Dec 13 2006 Petr Vanek - initial release