auto-import changelog data from pyOpenSSL-0.5.0.91-1.src.rpm
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 /usr/bin/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
This commit is contained in:
parent
d843356dab
commit
a943158250
@ -1 +1 @@
|
||||
pyOpenSSL-0.5pre.tar.gz
|
||||
pyOpenSSL-0.5.0.91.tar.gz
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
%define name pyOpenSSL
|
||||
%define version 0.5pre
|
||||
%define version 0.5.0.91
|
||||
%define release 1
|
||||
|
||||
Summary: Python wrapper module around the OpenSSL library
|
||||
@ -11,7 +11,7 @@ Copyright: LGPL
|
||||
Group: Development/Libraries
|
||||
BuildRoot: %{_tmppath}/%{name}-buildroot
|
||||
Prefix: %{_prefix}
|
||||
Vendor: Martin Sjögren, AB Strakt <martin@strakt.com>
|
||||
Vendor: Red Hat, Inc.
|
||||
Url: http://pyopenssl.sourceforge.net/
|
||||
BuildRequires: openssl-devel tetex-latex
|
||||
|
||||
@ -31,7 +31,7 @@ make -C doc text ps html
|
||||
|
||||
|
||||
%install
|
||||
python setup.py install --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES
|
||||
%{__python} setup.py install --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -39,3 +39,16 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%files -f INSTALLED_FILES
|
||||
%defattr(-,root,root)
|
||||
%doc doc/pyOpenSSL.txt doc/pyOpenSSL.ps doc/html README
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user