rpms/pymssql/EL-5 pymssql.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ray Van Dolson rayvd at fedoraproject.org
Wed Oct 1 18:19:07 UTC 2008


Author: rayvd

Update of /cvs/pkgs/rpms/pymssql/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8169

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



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

Name:           pymssql
Version:        0.8.0
Release:        2%{?dist}
Summary:        A simple database interface to MS-SQL for Python
Group:          Development/Languages
License:        LGPLv2+
URL:            http://pymssql.sourceforge.net/
Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires:       python >= 2.4, freetds >= 0.63
BuildRequires:  freetds-devel >= 0.63
BuildRequires:  python-devel >= 2.4

%description
An "almost" DB-API 2.0 compliant module for access to Microsoft SQL
servers from Python.  Features:

  - Supports connecting to Microsoft SQL 2000 and SQL 2005 servers, all
    editions and service pack levels (see also FAQ / Troubleshooting
    page).
  - Supports named instances and non-standard port numbers.
  - Great performance: it uses MS SQL DB-Library for C instead of Win32
    ODBC.
  - Multiple Query/Multiple Result.

%prep
%setup -q
%{__sed} -i 's/\r//' TODO
%{__sed} -i 's/\r//' ChangeLog

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

%changelog
* Wed Aug 20 2008 Ray Van Dolson <rayvd at fedoraproject.org> - 0.8.0-2
- Fixed some CRLF's in text files.
- Added python-devel BuildReq

* Fri Jul 08 2008 Ray Van Dolson <rayvd at fedoraproject.org> - 0.8.0-1
- Initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pymssql/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	29 Aug 2008 04:51:14 -0000	1.1
+++ .cvsignore	1 Oct 2008 18:18:37 -0000	1.2
@@ -0,0 +1 @@
+pymssql-0.8.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pymssql/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	29 Aug 2008 04:51:14 -0000	1.1
+++ sources	1 Oct 2008 18:18:37 -0000	1.2
@@ -0,0 +1 @@
+1526315e20f55a6c74c86d6ca0ce07c4  pymssql-0.8.0.tar.gz




More information about the fedora-extras-commits mailing list