11
0

Accepting request 129434 from devel:languages:python

- Make it build with TeXLive 2012 (forwarded request 129307 from saschpe)

OBS-URL: https://build.opensuse.org/request/show/129434
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyOpenSSL?expand=0&rev=8
This commit is contained in:
Stephan Kulow
2012-07-31 11:38:16 +00:00
committed by Git OBS Bridge
2 changed files with 13 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jul 23 12:48:35 UTC 2012 - werner@suse.de
- Make it build with TeXLive 2012
-------------------------------------------------------------------
Mon Jul 9 18:34:08 PDT 2012 - msuman@opensuse.org

View File

@@ -28,6 +28,14 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: latex2html
BuildRequires: python-devel
BuildRequires: texlive-latex
%if %suse_version > 1220
BuildRequires: texlive-cm-super
BuildRequires: texlive-ec
BuildRequires: texlive-times
BuildRequires: tex(fancyhdr.sty)
BuildRequires: tex(fncychap.sty)
BuildRequires: tex(longtable.sty)
%endif
%if 0%{?suse_version}
Recommends: python-pyOpenSSL
%endif