[bacula-docs] Update to 7.0.2.

Simone Caronni slaanesh at fedoraproject.org
Thu Apr 3 07:40:30 UTC 2014


commit efaaca5edc019a454bb34249a91eed8de056d912
Author: Simone Caronni <negativo17 at gmail.com>
Date:   Thu Apr 3 09:40:17 2014 +0200

    Update to 7.0.2.

 .gitignore       |    1 +
 bacula-docs.spec |   37 +++++++++++++++++++++++++++----------
 sources          |    2 +-
 3 files changed, 29 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2d77bba..3da80b5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@
 /bacula-docs-5.2.13.tar.bz2
 /bacula-docs-7.0.0.tar.bz2
 /bacula-docs-7.0.1.tar.bz2
+/bacula-docs-7.0.2.tar.bz2
diff --git a/bacula-docs.spec b/bacula-docs.spec
index 8930ec0..88eda40 100644
--- a/bacula-docs.spec
+++ b/bacula-docs.spec
@@ -1,8 +1,8 @@
 %define debug_package %{nil}
 
 Name:           bacula-docs
-Version:        7.0.1
-Release:        2%{?dist}
+Version:        7.0.2
+Release:        1%{?dist}
 Summary:        Bacula documentation
 License:        GPLv2 with exceptions
 Group:          Documentation
@@ -17,11 +17,23 @@ BuildRequires:  ghostscript
 BuildRequires:  latex2html
 BuildRequires:  perl(HTML::Parser)
 BuildRequires:  perl(HTML::TreeBuilder)
-#BuildRequires:  tetex
-#BuildRequires:  tetex-latex
 
-%if 0%{?fedora} || 0%{?rhel} >= 6
-BuildRequires:  dvipdfm
+%if 0%{?fedora} || 0%{?rhel} >= 7
+BuildRequires:  tex(atbegshi.sty)
+BuildRequires:  tex(color.cfg)
+BuildRequires:  tex(eso-pic.sty)
+BuildRequires:  tex(infwarerr.sty)
+BuildRequires:  tex(ifpdf.sty)
+BuildRequires:  tex(keyval.sty)
+BuildRequires:  tex(ltxcmds.sty)
+BuildRequires:  tex(multirow.sty)
+BuildRequires:  tex(pdftex.def)
+BuildRequires:  tex(xcolor.sty)
+%endif
+
+%if 0%{?rhel} == 5 || 0%{?rhel} == 6
+BuildRequires:  tetex
+BuildRequires:  tetex-latex
 %endif
 
 Provides:       bacula-docs = %{version}-%{release}
@@ -38,12 +50,10 @@ This package contains the documentation for most of the Bacula packages.
 %setup -q
 
 %build
-make clean
-make web
-#make pdftex
+make
 
 mkdir result
-for manual in problems console utility developers main misc; do
+for manual in console developers main misc problems utility; do
     mkdir result/$manual
     cp -f manuals/en/pdf-and-html/$manual/*.html result/$manual
     cp -f manuals/en/pdf-and-html/$manual/*.pdf result/.
@@ -57,6 +67,13 @@ cp -fra manuals/en/pdf-and-html/images result/.
 %doc result/*
 
 %changelog
+* Thu Apr 03 2014 Simone Caronni <negativo17 at gmail.com> - 7.0.2-1
+- Update to 7.0.2.
+
+* Tue Apr 01 2014 Simone Caronni <negativo17 at gmail.com> - 7.0.1-3
+- Add git patch for missing TeX Live file.
+- Update all requirements to the new TeX Live format, fix pdf build on epel7.
+
 * Tue Apr 01 2014 Simone Caronni <negativo17 at gmail.com> - 7.0.1-2
 - Until texlive is updated, do not require texlive (fixes build on epel7).
 
diff --git a/sources b/sources
index d3ed50e..be162d6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-81caf59c7dc75a5b78bea201d207b2e2  bacula-docs-7.0.1.tar.bz2
+9b0d01c1b29d90fd6d923d72acbebdc2  bacula-docs-7.0.2.tar.bz2


More information about the scm-commits mailing list