Browse Source

rebuild with openssl-1.0.0c

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@2508 ec354946-7b23-47d6-9f5a-488ba84defc7
Takemikaduchi 14 years ago
parent
commit
f157e8d61b
1 changed files with 6 additions and 2 deletions
  1. 6 2
      p/pyOpenSSL/pyOpenSSL-vl.spec

+ 6 - 2
p/pyOpenSSL/pyOpenSSL-vl.spec

@@ -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