From 3005face16004e24c0b357d4bd74736419fe05c5 Mon Sep 17 00:00:00 2001 From: Simone Caronni Date: Jul 31 2014 08:50:40 +0000 Subject: Update to 7.0.5 --- diff --git a/.gitignore b/.gitignore index 0a0ac57..6b9ed19 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /bacula-docs-7.0.1.tar.bz2 /bacula-docs-7.0.2.tar.bz2 /bacula-docs-7.0.3.tar.bz2 +/bacula-docs-7.0.5.tar.xz diff --git a/bacula-docs.spec b/bacula-docs.spec index 8d3ee9a..8413495 100644 --- a/bacula-docs.spec +++ b/bacula-docs.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: bacula-docs -Version: 7.0.3 +Version: 7.0.5 Release: 1%{?dist} Summary: Bacula documentation License: GPLv2 with exceptions @@ -9,11 +9,20 @@ Group: Documentation URL: http://www.bacula.org BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) -Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 +# Upstream has stopped generating tarballs for docs in 7.0.3. To generate: +# git clone http://git.bacula.org/docs +# cd docs +# git checkout tags/Release-7.0.5 +# cp -fr docs ../bacula-docs-7.0.5 +# cd .. +# rm -fr bacula-docs-7.0.5/{home-page,presentations,techlogs} +# tar -cJf bacula-docs-7.0.5 bacula-docs-7.0.5.tar.xz +Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz BuildArch: noarch BuildRequires: ghostscript +BuildRequires: inkscape BuildRequires: latex2html BuildRequires: perl(HTML::Parser) BuildRequires: perl(HTML::TreeBuilder) @@ -60,6 +69,9 @@ cp -fra manuals/en/pdf-and-html/images result/. %doc result/* %changelog +* Thu Jul 31 2014 Simone Caronni - 7.0.5-1 +- Update to 7.0.5, generate tarballs manually. + * Thu May 15 2014 Simone Caronni - 7.0.3-1 - Update to 7.0.3. diff --git a/sources b/sources index 555a93f..e4815d4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5932a0aa1258d0f9e78d9fc9fac91d1f bacula-docs-7.0.3.tar.bz2 +a9421dd210196d3c0fe3a2e766a43a85 bacula-docs-7.0.5.tar.xz