From 6f46e39f768673d724aa5b7f28de0f6cfd20805b7ac84773ebf841352746698c Mon Sep 17 00:00:00 2001 From: Tony Jones Date: Thu, 19 Dec 2013 22:20:56 +0000 Subject: [PATCH] Accepting request 211782 from home:jones_tony:branches:devel:tools OBS-URL: https://build.opensuse.org/request/show/211782 OBS-URL: https://build.opensuse.org/package/show/devel:tools/systemtap?expand=0&rev=67 --- langref.tex-add-option-to-babel-setup.patch | 23 +++++++++++++++++++++ systemtap-docs.changes | 6 ++++++ systemtap-docs.spec | 13 ++++++++++++ 3 files changed, 42 insertions(+) create mode 100644 langref.tex-add-option-to-babel-setup.patch diff --git a/langref.tex-add-option-to-babel-setup.patch b/langref.tex-add-option-to-babel-setup.patch new file mode 100644 index 0000000..5d26c70 --- /dev/null +++ b/langref.tex-add-option-to-babel-setup.patch @@ -0,0 +1,23 @@ +From: Frank Ch. Eigler +Git-commit 8aadd85f895c56161981b6577e412ba6455c5b9d +Subject: langref.tex: add [english] option to babel setup +Date: Tue Dec 17 17:34:43 2013 -0500 + + langref.tex: add [english] option to babel setup + + Reported-By: Tony Jones + +diff --git a/doc/langref.tex b/doc/langref.tex +index d0c0508..bf86231 100644 +--- a/doc/langref.tex ++++ b/doc/langref.tex +@@ -42,7 +42,8 @@ + \item[]} + {\end{list}} + +-\usepackage{babel} ++\usepackage[english]{babel} ++ + \makeatother + \begin{document} + diff --git a/systemtap-docs.changes b/systemtap-docs.changes index 92493f7..b37a747 100644 --- a/systemtap-docs.changes +++ b/systemtap-docs.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Dec 19 22:05:14 UTC 2013 - tonyj@suse.com + +- Fix build errors due to changes in LaTeX packaging +- Add patch 'langref.tex-add-option-to-babel-setup.patch' + ------------------------------------------------------------------- Fri Nov 15 18:51:03 UTC 2013 - tonyj@suse.com diff --git a/systemtap-docs.spec b/systemtap-docs.spec index 15e426f..babac63 100644 --- a/systemtap-docs.spec +++ b/systemtap-docs.spec @@ -25,7 +25,18 @@ BuildRequires: pkg-config # for documents BuildRequires: fop BuildRequires: latex2html +BuildRequires: texlive-amsfonts +BuildRequires: texlive-babel-english +BuildRequires: texlive-collection-fontsrecommended +BuildRequires: texlive-metafont-bin BuildRequires: xmlto +BuildRequires: tex(charter.sty) +BuildRequires: tex(fancybox.sty) +BuildRequires: tex(fancyhdr.sty) +BuildRequires: tex(fancyvrb.sty) +BuildRequires: tex(float.sty) +BuildRequires: tex(fullpage.sty) + Version: 2.4 Release: 0 Summary: Documents and examples for systemtap @@ -36,6 +47,7 @@ Source: http://sourceware.org/systemtap/ftp/releases/systemtap-%{version Source2: README-BEFORE-ADDING-PATCHES Patch1: systemtap-docdir-fix.diff Patch2: systemtap-xmlto-fop.diff +Patch3: langref.tex-add-option-to-babel-setup.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch @@ -47,6 +59,7 @@ This package contains the documents and examples for systemtap. %setup -n systemtap-%{version} -q %patch1 -p1 %patch2 -p1 +%patch3 -p1 %build # fix interpreter