|
@@ -1,6 +1,6 @@
|
|
|
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
|
|
|
|
|
-%define pkg_release 2%{?_dist_release}
|
|
|
+%define pkg_release 3%{?_dist_release}
|
|
|
|
|
|
Summary: Python wrapper module around the OpenSSL library
|
|
|
Summary(ja): OpenSSL ライブラリの Python ラッパーモジュール
|
|
@@ -18,7 +18,7 @@ URL: http://pyopenssl.sourceforge.net/
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
BuildRequires: openssl-devel, python-devel
|
|
|
-BuildRequires: tetex, latex2html
|
|
|
+BuildRequires: latex2html
|
|
|
|
|
|
%description
|
|
|
High-level wrapper around a subset of the OpenSSL library, includes
|
|
@@ -58,6 +58,10 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
|
|
%{python_sitearch}/%{name}*.egg-info
|
|
|
|
|
|
%changelog
|
|
|
+* Sat Jan 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7-3
|
|
|
+- rebuilt with openssl-1.0.0c
|
|
|
+- remove BuildRequires: tetex
|
|
|
+
|
|
|
* Wed Feb 03 2010 Shu KONNO <owa@bg.wakwak.com> 0.7-2
|
|
|
- rebuilt with python-2.6.4
|
|
|
|