rpms/pyodbc/F-9 import.log, NONE, 1.1 pyodbc.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ray Van Dolson (rayvd) fedora-extras-commits at redhat.com
Tue Jun 3 23:27:01 UTC 2008


Author: rayvd

Update of /cvs/pkgs/rpms/pyodbc/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20734/F-9

Modified Files:
	.cvsignore sources 
Added Files:
	import.log pyodbc.spec 
Log Message:
Initial import.



--- NEW FILE import.log ---
pyodbc-2_0_58-3:F-9:pyodbc-2.0.58-3.src.rpm:1212535539


--- NEW FILE pyodbc.spec ---
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}

Name:           pyodbc
Version:        2.0.58
Release:        3%{?dist}
Summary:        Python DB API 2.0 Module for ODBC
Group:          Development/Languages
License:        MIT
URL:            http://pyodbc.sourceforge.net/
Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.zip
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires:       python >= 2.4, unixODBC
BuildRequires:  unixODBC-devel, python-devel >= 2.4

%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 README.txt
%{python_sitearch}/*

%changelog
* Mon Jun 02 2008 Ray Van Dolson <rayvd at fedoraproject.org> - 2.0.58-3
- Removed silly python BuildRequires

* Mon Jun 02 2008 Ray Van Dolson <rayvd at fedoraproject.org> - 2.0.58-2
- Added python and python-devel to BuildRequires

* Fri May 30 2008 Ray Van Dolson <rayvd at fedoraproject.org> - 2.0.58-1
- Initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pyodbc/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	3 Jun 2008 16:25:17 -0000	1.1
+++ .cvsignore	3 Jun 2008 23:26:13 -0000	1.2
@@ -0,0 +1 @@
+pyodbc-2.0.58.zip


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pyodbc/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	3 Jun 2008 16:25:17 -0000	1.1
+++ sources	3 Jun 2008 23:26:13 -0000	1.2
@@ -0,0 +1 @@
+7252737ef4748a3cac50338cf9de9b96  pyodbc-2.0.58.zip




More information about the fedora-extras-commits mailing list