auto-import pyOpenSSL-0.5pre-1 from pyOpenSSL-0.5pre-1.src.rpm

This commit is contained in:
cvsdist 2004-09-09 10:54:04 +00:00
parent a31bdd43aa
commit d843356dab
3 changed files with 43 additions and 0 deletions

View File

@ -0,0 +1 @@
pyOpenSSL-0.5pre.tar.gz

41
pyOpenSSL.spec Normal file
View File

@ -0,0 +1,41 @@
%define name pyOpenSSL
%define version 0.5pre
%define release 1
Summary: Python wrapper module around the OpenSSL library
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.gz
Copyright: LGPL
Group: Development/Libraries
BuildRoot: %{_tmppath}/%{name}-buildroot
Prefix: %{_prefix}
Vendor: Martin Sjögren, AB Strakt <martin@strakt.com>
Url: http://pyopenssl.sourceforge.net/
BuildRequires: openssl-devel tetex-latex
%description
High-level wrapper around a subset of the OpenSSL library, includes
* SSL.Connection objects, wrapping the methods of Python's portable
sockets
* Callbacks written in Python
* Extensive error-handling mechanism, mirroring OpenSSL's error codes
... and much more ;)
%prep
%setup
%build
make -C doc text ps html
%install
python setup.py install --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES
%clean
rm -rf $RPM_BUILD_ROOT
%files -f INSTALLED_FILES
%defattr(-,root,root)
%doc doc/pyOpenSSL.txt doc/pyOpenSSL.ps doc/html README

View File

@ -0,0 +1 @@
1553a427fc009ad037df651448316c0c pyOpenSSL-0.5pre.tar.gz