packages: python-gnutls/python-gnutls.spec - updated to 1.2.2 - pl
qboosh
qboosh at pld-linux.org
Sun Aug 21 07:03:22 CEST 2011
Author: qboosh Date: Sun Aug 21 05:03:22 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- updated to 1.2.2
- pl
---- Files affected:
packages/python-gnutls:
python-gnutls.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: packages/python-gnutls/python-gnutls.spec
diff -u packages/python-gnutls/python-gnutls.spec:1.2 packages/python-gnutls/python-gnutls.spec:1.3
--- packages/python-gnutls/python-gnutls.spec:1.2 Fri Mar 6 13:21:06 2009
+++ packages/python-gnutls/python-gnutls.spec Sun Aug 21 07:03:16 2011
@@ -1,13 +1,14 @@
# $Revision$, $Date$
%define module gnutls
Summary: Python wrapper for the GNUTLS library
+Summary(pl.UTF-8): Pythonowy interfejs do biblioteki GNUTLS
Name: python-%{module}
-Version: 1.1.8
+Version: 1.2.2
Release: 1
-License: LGPL
+License: LGPL v2+
Group: Development/Languages/Python
Source0: http://pypi.python.org/packages/source/p/python-gnutls/%{name}-%{version}.tar.gz
-# Source0-md5: a9032d65b338573291ef3a9be664c887
+# Source0-md5: 1ca32b3e2d22ca33a15222191efc04aa
URL: http://pypi.python.org/pypi/python-gnutls/
BuildRequires: gnutls-devel >= 2.4.1
BuildRequires: python-devel
@@ -17,11 +18,20 @@
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-This package provides a high level object oriented wrapper around libgnutls, as
-well as low level bindings to the GNUTLS types and functions via ctypes. The
-high level wrapper hides the details of accessing the GNUTLS library via ctypes
-behind a set of classes that encapsulate GNUTLS sessions, certificates and
-credentials and expose them to python applications using a simple API.
+This package provides a high level object oriented wrapper around
+libgnutls, as well as low level bindings to the GNUTLS types and
+functions via ctypes. The high level wrapper hides the details of
+accessing the GNUTLS library via ctypes behind a set of classes that
+encapsulate GNUTLS sessions, certificates and credentials and expose
+them to Python applications using a simple API.
+
+%description -l pl.UTF-8
+Ten pakiet udostępnia wysokopoziomowe, zorientowane obiektowo
+obudowanie libgnutls, a także niskopoziomowe wiązania do typów i
+funkcji GNUTLS poprzez ctypes. Wysokopoziomowe obudowanie skrywa
+szczegóły dostępu do biblioteki GNUTLS poprzez ctypes za zbiorem klas
+przechowujących sesje, certyfikaty oraz dane uwierzytelniające GNUTLS
+i udostępnia je aplikacjom Pythona poprzez proste API.
%prep
%setup -q
@@ -45,7 +55,7 @@
%files
%defattr(644,root,root,755)
-%doc ChangeLog README
+%doc ChangeLog LICENSE README
%dir %{py_sitedir}/%{module}
%{py_sitedir}/%{module}/*.py[co]
%dir %{py_sitedir}/%{module}/interfaces
@@ -54,8 +64,8 @@
%{py_sitedir}/%{module}/interfaces/twisted/*.py[co]
%dir %{py_sitedir}/%{module}/library
%{py_sitedir}/%{module}/library/*.py[co]
-%attr(755,root,root) %{py_sitedir}/%{module}/library/*.so
-%{py_sitedir}/*-*.egg-info
+%attr(755,root,root) %{py_sitedir}/%{module}/library/_init.so
+%{py_sitedir}/python_gnutls-%{version}-py*.egg-info
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -63,9 +73,12 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2011/08/21 05:03:16 qboosh
+- updated to 1.2.2
+- pl
+
Revision 1.2 2009/03/06 12:21:06 jajcus
- BR: gnutls-devel >= 2.4.1
Revision 1.1 2009/03/06 10:01:57 jajcus
- new spec
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python-gnutls/python-gnutls.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list