diff --git a/packaging/bareos-docs.spec b/packaging/bareos-docs.spec new file mode 100644 index 0000000..91bcdbd --- /dev/null +++ b/packaging/bareos-docs.spec @@ -0,0 +1,51 @@ +#!BuildIgnore: post-build-checks +# +# spec file for package bareos-docs +# +# Copyright (c) 2013-2013 Bareos GmbH & Co. KG +# + +Name: bareos-docs +Version: 13.3.0 +Release: 1.1 +License: GFDL-1.3 +Summary: Documentation +Url: http://www.bareos.org +Group: Productivity/Archiving/Backup +Source: %{name}-%version.tar.bz2 +BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: texlive-latex +BuildRequires: texlive-tex4ht ImageMagick +BuildArch: noarch + +%description +Bareos - Backup Archiving Recovery Open Sourced. +Bareos is a set of computer programs that permit you (or the system +administrator) to manage backup, recovery, and verification of computer +data across a network of computers of different kinds. In technical terms, +it is a network client/server based backup program. Bareos is relatively +easy to use and efficient, while offering many advanced storage management +features that make it easy to find and recover lost or damaged files. + +This package contains the Bareos documentation. + + +%prep +%setup -q + +%build +cd manuals/en/main +make + +find + +%install + + + +%files +%defattr(-,root,root) +%doc manuals/en/main/main.dvi +%doc manuals/en/main/main.pdf +%doc manuals/en/main/html +%changelog