auto-import changelog data from pyOpenSSL-0.5.1-8.src.rpm

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 07 2003 Nalin Dahyabhai <nalin@redhat.com> 0.5.1-3
- rebuild
Fri Jan 03 2003 Nalin Dahyabhai <nalin@redhat.com>
- Add -I and -L flags for finding Kerberos headers and libraries, in case
    they're referenced
Tue Dec 03 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
epel9
cvsdist 21 years ago
parent a943158250
commit 8b5c9492c7

@ -1 +1 @@
pyOpenSSL-0.5.0.91.tar.gz
pyOpenSSL-0.5.1.tar.gz

@ -0,0 +1,13 @@
--- pyOpenSSL-0.5.1/setup.py.openssl097 2003-01-03 14:43:15.000000000 -0500
+++ pyOpenSSL-0.5.1/setup.py 2003-01-03 14:43:08.000000000 -0500
@@ -61,6 +61,10 @@
if sys.platform == 'darwin':
IncludeDirs = ['/sw/include']
LibraryDirs = ['/sw/lib']
+# Doesn't make use of pkgconfig easily, so fudge it
+elif os.name == 'posix':
+ IncludeDirs = ['/usr/kerberos/include']
+ LibraryDirs = ['/usr/kerberos/lib']
def mkExtension(name):
import string

@ -1,19 +1,16 @@
%define name pyOpenSSL
%define version 0.5.0.91
%define release 1
Summary: Python wrapper module around the OpenSSL library
Name: %{name}
Version: %{version}
Release: %{release}
Name: pyOpenSSL
Version: 0.5.1
Release: 8
Source0: %{name}-%{version}.tar.gz
Copyright: LGPL
Patch0: pyOpenSSL-0.5.1-openssl097.patch
Patch1: pyOpenSSL-0.5.1-extraflags.patch
License: LGPL
Group: Development/Libraries
BuildRoot: %{_tmppath}/%{name}-buildroot
Prefix: %{_prefix}
Vendor: Red Hat, Inc.
Url: http://pyopenssl.sourceforge.net/
BuildRequires: openssl-devel tetex-latex
BuildRequires: lynx openssl-devel python-devel perl tetex-dvips tetex-latex
%description
High-level wrapper around a subset of the OpenSSL library, includes
@ -24,23 +21,62 @@ High-level wrapper around a subset of the OpenSSL library, includes
... and much more ;)
%prep
%setup
%setup -q
%patch0 -p1 -b .openssl097
%patch1 -p1 -b .extraflags
%build
make -C doc text ps html
%{__python} setup.py build
make -C doc ps
# ia64 does not have latex2html
%ifarch i386
make -C doc text html
%endif
%install
%{__python} setup.py install --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES
%{__python} setup.py install \
--root=$RPM_BUILD_ROOT --record=INSTALLED_FILES
sed -e 's|/[^/]*$||' INSTALLED_FILES | grep "site-packages/" | \
sort | uniq | awk '{ print "%attr(755,root,root) %dir " $1}' > INSTALLED_DIRS
cat INSTALLED_FILES INSTALLED_DIRS > INSTALLED_OBJECTS
%clean
rm -rf $RPM_BUILD_ROOT
%files -f INSTALLED_FILES
%files -f INSTALLED_OBJECTS
%defattr(-,root,root)
%doc doc/pyOpenSSL.txt doc/pyOpenSSL.ps doc/html README
%doc README doc/pyOpenSSL.ps
%ifarch i386
%doc doc/pyOpenSSL.txt doc/html
%endif
%changelog
* 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

@ -1 +1 @@
9ca7408b414062fcfa9a736f940997b5 pyOpenSSL-0.5.0.91.tar.gz
4b27570a24eb21664e8c033394496a0e pyOpenSSL-0.5.1.tar.gz

Loading…
Cancel
Save