SPECS: python-ssl.spec - pl
qboosh
qboosh at pld-linux.org
Fri May 9 22:56:21 CEST 2008
Author: qboosh Date: Fri May 9 20:56:21 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- pl
---- Files affected:
SPECS:
python-ssl.spec (1.5 -> 1.6)
---- Diffs:
================================================================
Index: SPECS/python-ssl.spec
diff -u SPECS/python-ssl.spec:1.5 SPECS/python-ssl.spec:1.6
--- SPECS/python-ssl.spec:1.5 Tue Feb 12 19:37:41 2008
+++ SPECS/python-ssl.spec Fri May 9 22:56:15 2008
@@ -1,8 +1,10 @@
# $Revision$, $Date$
# TODO:
+# - optflags
# - drop bluez-libs-devel and other not needed stuff
%define module ssl
Summary: SSL wrapper for socket objects from Python 2.6
+Summary(pl.UTF-8): Obudowanie SSL dla obiektów gniazd pochodzące z Pythona 2.6
Name: python-%{module}
Version: 1.13
Release: 1
@@ -31,17 +33,28 @@
socket.error, as it does in Python 2.6, because socket.error is not
exposed at the C level in Python 2.3.
+%description -l pl.UTF-8
+Stara obsługa TLS dla gniazd socket.ssl() w Pythonie 2.6 została
+zastąpiona nowym modułem ssl. Ten pakiet udostępnia ten moduł dla
+starszych wersji Pythona, począwszy od 2.3.5 (być może działa także
+ze starszymi, ale nie było to testowane).
+
+Moduł jest podobny do ssl z Pythona 2.6. Jedyną znaczącą różnicą jest
+to, że wyjątek ssl.SSLError nie dziedziczy z socket.error, tak jak w
+w Pythonie 2.6, ponieważ socket.error nie jest dostępny z poziomu C w
+Pythonie 2.3.
+
%prep
%setup -q -n %{module}-%{version}
%patch0 -p1
%build
-python setup.py build
+%{__python} setup.py build
%install
rm -rf $RPM_BUILD_ROOT
-python setup.py install \
+%{__python} setup.py install \
--root=$RPM_BUILD_ROOT \
--install-lib=%{py_sitedir} \
--optimize=2
@@ -62,6 +75,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.6 2008-05-09 20:56:15 qboosh
+- pl
+
Revision 1.5 2008-02-12 18:37:41 arekm
- rel 1; builds now
@@ -76,4 +92,3 @@
Revision 1.1 2007/10/06 17:43:24 arekm
- backport of SSL module from Python 2.6
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-ssl.spec?r1=1.5&r2=1.6&f=u
More information about the pld-cvs-commit
mailing list