From 8b5c9492c7182c6617f2f1d531a8dd49feb20c60 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 10:54:47 +0000 Subject: auto-import changelog data from pyOpenSSL-0.5.1-8.src.rpm Mon Feb 24 2003 Elliot Lee - rebuilt Fri Feb 21 2003 Mihai Ibanescu 0.5.1-7 - bug #84803: Added patch to expose more flags Fri Jan 31 2003 Mihai Ibanescu 0.5.1-5 - installing to %{_libdir} Wed Jan 22 2003 Tim Powers - rebuilt Tue Jan 07 2003 Nalin Dahyabhai 0.5.1-3 - rebuild Fri Jan 03 2003 Nalin Dahyabhai - Add -I and -L flags for finding Kerberos headers and libraries, in case they're referenced Tue Dec 03 2002 Mihai Ibanescu - 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 - 0.5.1 --- diff --git a/.cvsignore b/.cvsignore index ad6ff57..9aaeeb4 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -pyOpenSSL-0.5.0.91.tar.gz +pyOpenSSL-0.5.1.tar.gz diff --git a/pyOpenSSL-0.5.1-openssl097.patch b/pyOpenSSL-0.5.1-openssl097.patch new file mode 100644 index 0000000..efbf6fc --- /dev/null +++ b/pyOpenSSL-0.5.1-openssl097.patch @@ -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 diff --git a/pyOpenSSL.spec b/pyOpenSSL.spec index 6f0d936..f47508a 100644 --- a/pyOpenSSL.spec +++ b/pyOpenSSL.spec @@ -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 +- rebuilt + +* Fri Feb 21 2003 Mihai Ibanescu 0.5.1-7 +- bug #84803: Added patch to expose more flags + +* Fri Jan 31 2003 Mihai Ibanescu 0.5.1-5 +- installing to %%{_libdir} + +* Wed Jan 22 2003 Tim Powers +- rebuilt + +* Tue Jan 7 2003 Nalin Dahyabhai 0.5.1-3 +- rebuild + +* Fri Jan 3 2003 Nalin Dahyabhai +- Add -I and -L flags for finding Kerberos headers and libraries, in case + they're referenced + +* Tue Dec 3 2002 Mihai Ibanescu +- 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 +- 0.5.1 + * Thu Aug 29 2002 Mihai Ibanescu - 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 diff --git a/sources b/sources index c44f4c7..0a1875e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9ca7408b414062fcfa9a736f940997b5 pyOpenSSL-0.5.0.91.tar.gz +4b27570a24eb21664e8c033394496a0e pyOpenSSL-0.5.1.tar.gz