%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: pyodbc Version: 2.1.5 Release: 2%{?dist} Summary: Python DB API 2.0 Module for ODBC Group: Development/Languages License: MIT URL: http://code.google.com/p/pyodbc/ Source0: http://pyodbc.googlecode.com/files/%{name}-%{version}.zip BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: unixODBC, python >= 2.4 BuildRequires: unixODBC-devel BuildRequires: python-devel %description A Python DB API 2 module for ODBC. This project provides an up-to-date, convenient interface to ODBC using native data types like datetime and decimal. %prep %setup -q %build %{__python} setup.py build %install %{__rm} -rf %{buildroot} %{__python} setup.py install -O1 --skip-build --root %{buildroot} %clean %{__rm} -rf %{buildroot} %files %defattr(-,root,root,-) %doc LICENSE.txt README.rst %{python_sitearch}/* %changelog * Wed Apr 22 2009 Ray Van Dolson - 2.1.5-2 - EVR bump * Wed Apr 22 2009 Ray Van Dolson - 2.1.5-1 - Upstream released 2.1.5 * Sun Feb 23 2009 Ray Van Dolson - 2.1.4-5 - Removing versioned BuildRequires * Sun Feb 23 2009 Ray Van Dolson - 2.1.4-4 - Changes for plague * Sun Feb 22 2009 Ray Van Dolson - 2.1.4-3 - Removed extraneous Requires * Sun Feb 22 2009 Ray Van Dolson - 2.1.4-2 - Added README.rst file from git repo * Wed Jan 07 2009 Ray Van Dolson - 2.1.4-1 - Upstream released 2.1.4 * Mon Dec 03 2008 Ray Van Dolson - 2.1.1-1 - New upstream version and homepage * Mon Jun 02 2008 Ray Van Dolson - 2.0.58-3 - Removed silly python BuildRequires * Mon Jun 02 2008 Ray Van Dolson - 2.0.58-2 - Added python and python-devel to BuildRequires * Fri May 30 2008 Ray Van Dolson - 2.0.58-1 - Initial package