cleanup spec, add egg-info

epel9
Tom Callaway 17 years ago
parent 20d1b697ff
commit 4f39d9cac1

@ -3,15 +3,15 @@
Summary: Python wrapper module around the OpenSSL library Summary: Python wrapper module around the OpenSSL library
Name: pyOpenSSL Name: pyOpenSSL
Version: 0.6 Version: 0.6
Release: 3.p24.9 Release: 4%{?dist}
Source0: http://pyopenssl.sf.net/%{name}-%{version}.tar.gz Source0: http://pyopenssl.sf.net/%{name}-%{version}.tar.gz
Patch0: pyOpenSSL-0.5.1-openssl097.patch Patch0: pyOpenSSL-0.5.1-openssl097.patch
Patch2: pyOpenSSL-elinks.patch Patch2: pyOpenSSL-elinks.patch
Patch3: pyOpenSSL-nopdfout.patch Patch3: pyOpenSSL-nopdfout.patch
Patch4: pyOpenSSL-threadsafe.patch Patch4: pyOpenSSL-threadsafe.patch
License: LGPL License: LGPLv2+
Group: Development/Libraries Group: Development/Libraries
BuildRoot: %{_tmppath}/%{name}-buildroot BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
Url: http://pyopenssl.sourceforge.net/ Url: http://pyopenssl.sourceforge.net/
BuildRequires: elinks openssl-devel python-devel BuildRequires: elinks openssl-devel python-devel
BuildRequires: tetex-dvips tetex-latex latex2html BuildRequires: tetex-dvips tetex-latex latex2html
@ -50,8 +50,14 @@ CFLAGS="%{optflags}" %{__python} setup.py build
%doc README doc/pyOpenSSL.ps %doc README doc/pyOpenSSL.ps
%doc doc/pyOpenSSL.txt doc/html %doc doc/pyOpenSSL.txt doc/html
%{python_sitearch}/OpenSSL/ %{python_sitearch}/OpenSSL/
%{python_sitearch}/%{name}*.egg-info
%changelog %changelog
* Wed Mar 26 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.6-4
- fix horrific release tag
- fix license tag
- add egg-info
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.6-3.p24.9 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.6-3.p24.9
- Autorebuild for GCC 4.3 - Autorebuild for GCC 4.3

Loading…
Cancel
Save