diff --git a/pyodbc/Build-notes b/pyodbc/Build-notes new file mode 100644 index 0000000..1be6bb9 --- /dev/null +++ b/pyodbc/Build-notes @@ -0,0 +1,4 @@ +# The steps below are verified on x86_64 SLES 12 +1. Copy pyodbc-3.0.7.zip to /usr/src/packages/SOURCES/. +2. Copy pyodbc.spec to /usr/src/packages/SPECS/ +3. Run "rpmbuild -ba /usr/src/packages/SPECS/pyodbc.spec" which creates /usr/src/packages/RPMS/x86_64/pyodbc-3.0.7-1.x86_64.rpm diff --git a/pyodbc/pyodbc-3.0.7.zip b/pyodbc/pyodbc-3.0.7.zip new file mode 100644 index 0000000..d932e0e Binary files /dev/null and b/pyodbc/pyodbc-3.0.7.zip differ diff --git a/pyodbc/pyodbc.spec b/pyodbc/pyodbc.spec new file mode 100644 index 0000000..213e058 --- /dev/null +++ b/pyodbc/pyodbc.spec @@ -0,0 +1,101 @@ +%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} + +Name: pyodbc +Version: 3.0.7 +Release: 1%{?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 and 3 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 +* Sun Aug 17 2014 Fedora Release Engineering - 3.0.7-1 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + +* Sat Jun 07 2014 Fedora Release Engineering - 3.0.6-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Sun Aug 04 2013 Fedora Release Engineering - 3.0.6-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Thu Feb 14 2013 Fedora Release Engineering - 3.0.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Mon Aug 13 2012 Honza Horak - 3.0.6-1 +- Upstream released 3.0.6 + +* Sat Jul 21 2012 Fedora Release Engineering - 2.1.5-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Sat Jan 14 2012 Fedora Release Engineering - 2.1.5-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Tue Feb 08 2011 Fedora Release Engineering - 2.1.5-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Wed Jul 21 2010 David Malcolm - 2.1.5-4 +- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild + +* Sun Jul 26 2009 Fedora Release Engineering - 2.1.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* 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 + +* Mon Feb 23 2009 Ray Van Dolson - 2.1.4-5 +- Removing versioned BuildRequires + +* Mon 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 + +* Wed 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