Update to 3.0.10
This commit is contained in:
parent
403fbf91ea
commit
5b99178b6b
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
pyodbc-2.1.5.zip
|
||||
/pyodbc-3.0.6.zip
|
||||
/pyodbc-3.0.7.zip
|
||||
/pyodbc-3.0.10.tar.gz
|
||||
|
||||
15
pyodbc.spec
15
pyodbc.spec
@ -10,13 +10,13 @@
|
||||
%endif
|
||||
|
||||
Name: pyodbc
|
||||
Version: 3.0.7
|
||||
Release: 4%{?dist}
|
||||
Version: 3.0.10
|
||||
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
|
||||
URL: https://github.com/mkleehammer/pyodbc
|
||||
Source0: https://github.com/mkleehammer/pyodbc/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Requires: unixODBC, python >= 2.4
|
||||
BuildRequires: unixODBC-devel
|
||||
@ -79,18 +79,21 @@ popd
|
||||
%files
|
||||
%{!?_licensedir:%global license %%doc}
|
||||
%license python2/LICENSE.txt
|
||||
%doc python2/README.rst
|
||||
%doc python2/README.md python2/notes.txt
|
||||
%{python2_sitearch}/*
|
||||
|
||||
%if 0%{?with_python3}
|
||||
%files -n python3-%{name}
|
||||
%{!?_licensedir:%global license %%doc}
|
||||
%license python3/LICENSE.txt
|
||||
%doc python3/README.rst
|
||||
%doc python3/README.md python3/notes.txt
|
||||
%{python3_sitearch}/*
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue May 12 2015 Orion Poplawski <orion@cora.wnra.com> - 3.0.10-1
|
||||
- Update to 3.0.10
|
||||
|
||||
* Tue May 12 2015 Orion Poplawski <orion@cora.wnra.com> - 3.0.7-4
|
||||
- Cleanup and update spec
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user