Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 70311186f879c7dbf4d323ce0562f63a > files > 2

python-gnutls-1.2.0-1mdv2010.1.src.rpm

Name:		python-gnutls
Version:	1.2.0
Release:	%mkrel 1
Group:		Sciences/Other
License:	LGPL
Summary:	Python wrapper for the GNUTLS library
Source:		python-gnutls-%{version}.tar.gz
URL:		http://pypi.python.org/pypi/python-gnutls
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	libgnutls-devel
BuildRequires:	python-devel

%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.

%prep
%setup -q

%build
%__python setup.py build

%install
%__python setup.py install --root=%{buildroot}

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%py_platsitedir/gnutls
%py_platsitedir/*.egg-info


%changelog
* Mon Mar 08 2010 Sandro Cazzaniga <kharec@mandriva.org> 1.2.0-1mdv2010.1
+ Revision: 515899
- Update to 1.2.0
- drop patch0

* Wed Jun 03 2009 Funda Wang <fwang@mandriva.org> 1.1.8-3mdv2010.0
+ Revision: 382450
- build with gnutls 2.8

* Fri Mar 27 2009 Paulo Andrade <pcpa@mandriva.com.br> 1.1.8-1mdv2009.1
+ Revision: 361539
- Import python-gnutls, version 1.1.8
  Python wrapper for the GNUTLS library
  http://pypi.python.org/pypi/python-gnutls
- python-gnutls