SPECS: python-pyodbc.spec - pl, BR: rpm-pythonprov

qboosh qboosh at pld-linux.org
Tue Nov 7 21:41:19 CET 2006


Author: qboosh                       Date: Tue Nov  7 20:41:19 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl, BR: rpm-pythonprov

---- Files affected:
SPECS:
   python-pyodbc.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/python-pyodbc.spec
diff -u SPECS/python-pyodbc.spec:1.1 SPECS/python-pyodbc.spec:1.2
--- SPECS/python-pyodbc.spec:1.1	Thu Nov  2 17:35:24 2006
+++ SPECS/python-pyodbc.spec	Tue Nov  7 21:41:14 2006
@@ -1,6 +1,7 @@
 # $Revision$, $Date$
 %define		module	pyodbc
 Summary:	DB API 2.0 Module for ODBC
+Summary(pl):	Moduł DB API 2.0 dla ODBC
 Name:		python-%{module}
 Version:	2.0.30
 Release:	1
@@ -10,9 +11,10 @@
 # Source0-md5:	348a7481c615c2db6d2f10a002e8a93a
 Patch0:		%{name}-py25.patch
 URL:		http://pyodbc.sourceforge.net/
-BuildRequires:	unixODBC-devel
 BuildRequires:	python-devel >= 1:2.5
+BuildRequires:	rpm-pythonprov
 BuildRequires:	rpmbuild(macros) >= 1.174
+BuildRequires:	unixODBC-devel
 %pyrequires_eq	python-modules
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -22,10 +24,21 @@
 Some notable features include:
  - The library is free for commercial and personal use.
  - It conforms to the DB API standard.
- - No 3rd party libraries are required. Only native Python datatypes are used,
-   such as decimal and datetime.
- - Additional features have been added to simplify database programming with
-   Python.
+ - No 3rd party libraries are required. Only native Python datatypes
+   are used, such as decimal and datetime.
+ - Additional features have been added to simplify database
+   programming with Python.
+
+%description -l pl
+pyodbc to moduł Pythona pozwalający na dostęp do baz danych ODBC.
+Implementuje specyfikację Python Database API w wersji 2.0. Niektóre
+znaczące cechy to:
+ - Biblioteka jest darmowa do użytku komercyjnego i osobistego.
+ - Jest zgodna ze standardem DB API.
+ - Nie są wymagane zewnętrzne biblioteki. Używane są wyłącznie natywne
+   typy danych Pythona, takie jak decimal czy datetime.
+ - Zostały dodane dodatkowe możliwości upraszczające programowanie baz
+   danych w Pythonie.
 
 %prep
 %setup -q -n %{module}-%{version}
@@ -56,6 +69,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2006/11/07 20:41:14  qboosh
+- pl, BR: rpm-pythonprov
+
 Revision 1.1  2006/11/02 16:35:24  wiget
 - initial version
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/python-pyodbc.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list