You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
173 lines
5.1 KiB
173 lines
5.1 KiB
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
|
|
|
Summary: Python wrapper module around the OpenSSL library
|
|
Name: pyOpenSSL
|
|
Version: 0.6
|
|
Release: 1.p24.9
|
|
Source0: http://pyopenssl.sf.net/%{name}-%{version}.tar.gz
|
|
Patch0: pyOpenSSL-0.5.1-openssl097.patch
|
|
Patch2: pyOpenSSL-elinks.patch
|
|
Patch3: pyOpenSSL-nopdfout.patch
|
|
Patch4: pyOpenSSL-threadsafe.patch
|
|
License: LGPL
|
|
Group: Development/Libraries
|
|
BuildRoot: %{_tmppath}/%{name}-buildroot
|
|
Url: http://pyopenssl.sourceforge.net/
|
|
BuildRequires: elinks openssl-devel python-devel
|
|
BuildRequires: tetex-dvips tetex-latex latex2html
|
|
|
|
%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 -q
|
|
%patch0 -p1 -b .openssl097
|
|
%patch2 -p1 -b .elinks
|
|
%patch3 -p1 -b .nopdfout
|
|
%patch4 -p1 -b .threadsafe
|
|
# Fix permissions for debuginfo package
|
|
%{__chmod} -x src/ssl/connection.c
|
|
|
|
%build
|
|
CFLAGS="%{optflags}" %{__python} setup.py build
|
|
%{__make} -C doc ps
|
|
%{__make} -C doc text html
|
|
|
|
%install
|
|
%{__rm} -rf %{buildroot}
|
|
%{__python} setup.py install -O1 --skip-build --root %{buildroot}
|
|
|
|
%clean
|
|
%{__rm} -rf %{buildroot}
|
|
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%doc README doc/pyOpenSSL.ps
|
|
%doc doc/pyOpenSSL.txt doc/html
|
|
%{python_sitearch}/OpenSSL/
|
|
|
|
%changelog
|
|
* Mon Dec 11 2006 Paul Howarth <paul@city-fan.org> - 0.6-1.p24.9
|
|
- add missing buildreq latex2html, needed to build HTML docs
|
|
- rewrite to be more in line with Fedora python spec template and use
|
|
%%{python_sitearch} rather than a script-generated %%files list
|
|
- package is not relocatable - drop Prefix: tag
|
|
- buildreq perl not necessary
|
|
- fix permissions for files going into debuginfo package
|
|
|
|
* Thu Dec 7 2006 Jeremy Katz <katzj@redhat.com> - 0.6-1.p24.8
|
|
- rebuild for python 2.5
|
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.6-1.p24.7.2.2
|
|
- rebuild
|
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.6-1.p24.7.2.1
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.6-1.p24.7.2
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
- rebuilt
|
|
|
|
* Wed Nov 9 2005 Mihai Ibanescu <misa@redhat.com> - 0.6-1.p24.7
|
|
- rebuilt against newer openssl
|
|
|
|
* Wed Aug 24 2005 Jeremy Katz <katzj@redhat.com> - 0.6-1.p24.6
|
|
- add dcbw's patch to fix some threading problems
|
|
|
|
* Wed Aug 03 2005 Karsten Hopp <karsten@redhat.de> 0.6-1.p24.5
|
|
- current rpm creates .pyo files, include them in filelist
|
|
|
|
* Thu Mar 17 2005 Mihai Ibanescu <misa@redhat.com> 0.6-1.p24.4
|
|
- rebuilt
|
|
|
|
* Mon Mar 14 2005 Mihai Ibanescu <misa@redhat.com> 0.6-1.p24.3
|
|
- rebuilt
|
|
|
|
* Mon Mar 7 2005 Tomas Mraz <tmraz@redhat.com> 0.6-1.p23.2
|
|
- rebuild with openssl-0.9.7e
|
|
|
|
* Tue Nov 9 2004 Nalin Dahyabhai <nalin@redhat.com> 0.6-1.p23.1
|
|
- rebuild
|
|
|
|
* Fri Aug 13 2004 Mihai Ibanescu <misa@redhat.com> 0.6-1
|
|
- 0.6 is out
|
|
|
|
* Tue Aug 10 2004 Mihai Ibanescu <misa@redhat.com> 0.6-0.90.rc1
|
|
- release candidate
|
|
|
|
* Thu Jun 24 2004 Mihai Ibanescu <misa@redhat.com> 0.5.1-24
|
|
- rebuilt
|
|
|
|
* Mon Jun 21 2004 Mihai Ibanescu <misa@redhat.com> 0.5.1-23
|
|
- rebuilt
|
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
- rebuilt
|
|
|
|
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
|
|
- rebuilt
|
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
- rebuilt
|
|
|
|
* Wed Nov 5 2003 Mihai Ibanescu <misa@redhat.com> 0.5.1-20
|
|
- rebuilt against python 2.3.2
|
|
|
|
* Fri Aug 8 2003 Mihai Ibanescu <misa@redhat.com> 0.5.1-12
|
|
- lynx no longer supported, using elinks instead (patch from
|
|
Michael Redinger <michael.redinger@uibk.ac.at>, bug #101947 )
|
|
|
|
* Wed Jun 4 2003 Elliot Lee <sopwith@redhat.com> 0.5.1-11
|
|
- Rebuilt
|
|
|
|
* Wed Jun 4 2003 Mihai Ibanescu <misa@redhat.com> 0.5.1-10.7.x
|
|
- Built on 7.x
|
|
|
|
* Mon Mar 3 2003 Mihai Ibanescu <misa@redhat.com> 0.5.1-9
|
|
- bug #73967: Added Requires: python
|
|
|
|
* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com>
|
|
- rebuilt
|
|
|
|
* Fri Feb 21 2003 Mihai Ibanescu <misa@redhat.com> 0.5.1-7
|
|
- bug #84803: Added patch to expose more flags
|
|
|
|
* Fri Jan 31 2003 Mihai Ibanescu <misa@redhat.com> 0.5.1-5
|
|
- installing to %%{_libdir}
|
|
|
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
|
- rebuilt
|
|
|
|
* Tue Jan 7 2003 Nalin Dahyabhai <nalin@redhat.com> 0.5.1-3
|
|
- rebuild
|
|
|
|
* Fri Jan 3 2003 Nalin Dahyabhai <nalin@redhat.com>
|
|
- Add -I and -L flags for finding Kerberos headers and libraries, in case
|
|
they're referenced
|
|
|
|
* Tue Dec 3 2002 Mihai Ibanescu <misa@redhat.com>
|
|
- Fix for bug 73967: site-packages/OpenSSL not owned by this package
|
|
- Adding hacks around the lack of latex2html on ia64
|
|
|
|
* Tue Sep 24 2002 Mihai Ibanescu <misa@redhat.com>
|
|
- 0.5.1
|
|
|
|
* Thu Aug 29 2002 Mihai Ibanescu <misa@redhat.com>
|
|
- Building 0.5.1rc1 with version number 0.5.0.91 (this should also fix the big
|
|
error of pushing 0.5pre previously, since it breaks rpm's version comparison
|
|
algorithm).
|
|
- We use %%{__python}. Too bad I can't pass --define's to distutils.
|
|
|
|
* Fri Aug 16 2002 Mihai Ibanescu <misa@redhat.com>
|
|
- Building 0.5
|
|
|
|
* Fri Jun 14 2002 Mihai Ibanescu <misa@redhat.com>
|
|
- Added documentation
|