e978b3f
%define debug_package %{nil}
e978b3f
0018470
Name:           bacula-docs
4f9add3
Version:        5.2.11
4f9add3
Release:        1%{?dist}
0018470
Summary:        Bacula documentation
0018470
Group:          Documentation
9f3fc75
0018470
License:        GPLv2 with exceptions
0018470
URL:            http://www.bacula.org
0018470
Source0:        http://www.bacula.org/downloads/Bacula-%{version}/%{name}-%{version}.tar.bz2
ae65061
BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
0018470
BuildArch:      noarch
9f3fc75
0018470
BuildRequires:  tetex-latex, tetex, ghostscript, latex2html
0018470
BuildRequires:  bacula-devel = %{version}
9f3fc75
4f9add3
%if 0%{?fedora} || 0%{?rhel} >= 6
0018470
BuildRequires:  dvipdfm
9f3fc75
%endif
9f3fc75
6e2c810
Provides:       bacula-docs = %{version}-%{release}
b1adcb3
Obsoletes:      bacula-docs < 5.2.2-4
6e2c810
6e2c810
9f3fc75
%description
ae65061
Bacula is a set of programs that allow you to manage the backup, recovery, and
ae65061
verification of computer data across a network of different computers. It is
ae65061
based on a client/server architecture.
9f3fc75
ae65061
This package contains the documentation for most of the bacula packages.
9f3fc75
9f3fc75
9f3fc75
%prep
9f3fc75
%setup -q
9f3fc75
9f3fc75
%build
9f3fc75
%configure --with-bacula=%{_includedir}/bacula
69ae2fe
make
9f3fc75
9f3fc75
for manual in problems console utility developers main misc; do
ae65061
        mkdir $manual
ae65061
        cp -f manuals/en/$manual/$manual/*.{css,html,png} $manual
ae65061
        cp -f manuals/en/$manual/$manual.pdf .
9f3fc75
done
9f3fc75
9f3fc75
9f3fc75
%install
9f3fc75
9f3fc75
9f3fc75
%files
9f3fc75
%defattr(-,root,root,-)
9f3fc75
%doc problems.pdf problems console.pdf console
9f3fc75
%doc utility.pdf utility developers.pdf developers
9f3fc75
%doc main.pdf main misc.pdf misc
9f3fc75
9f3fc75
9f3fc75
%changelog
4f9add3
* Tue Sep 11 2012 Simone Caronni <negativo17@gmail.com> - 5.2.11-1
4f9add3
- Updated to 5.2.11.
4f9add3
571e515
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.2.10-2
571e515
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
571e515
9808fc4
* Mon Jul 02 2012 Simone Caronni <negativo17@gmail.com> - 5.2.10-1
9808fc4
- Updated to 5.2.10.
9808fc4
39f2dbe
* Mon Jun 12 2012 Simone Caronni <negativo17@gmail.com> - 5.2.9-1
39f2dbe
- Updated to 5.2.9.
39f2dbe
3a48a27
* Mon Jun 11 2012 Simone Caronni <negativo17@gmail.com> - 5.2.8-1
3a48a27
- Updated to 5.2.8.
3a48a27
0018470
* Mon Jun 04 2012 Simone Caronni <negativo17@gmail.com> - 5.2.7-1
0018470
- Updated to 5.2.7.
0018470
- Replaced tabs with blanks in spec file (rpmlint).
0018470
69ae2fe
* Mon May 21 2012 Simone Caronni <negativo17@gmail.com> - 5.2.6-3
69ae2fe
- Removed __make macro.
69ae2fe
6cb85f5
* Mon May 21 2012 Simone Caronni <negativo17@gmail.com> - 5.2.6-2
6cb85f5
- Removed latex2html conditional for RHEL 4 (EOL).
6cb85f5
27d3883
* Wed Feb 22 2012 Simone Caronni <negativo17@gmail.com> - 5.2.6-1
27d3883
- Update to 5.2.6.
27d3883
7518dd5
* Thu Jan 26 2012 Simone Caronni <negativo17@gmail.com> - 5.2.5-1
7518dd5
- Update.
7518dd5
a79ac3c
* Wed Jan 18 2012 Simone Caronni <negativo17@gmail.com> - 5.2.4-1
a79ac3c
- Update and require bacula-devel correct version.
a79ac3c
b1adcb3
* Sun Jan 15 2012 Simone Caronni <negativo17@gmail.com> - 5.2.3-8
b1adcb3
- Make the noarch package update the architecture specific one.
b1adcb3
 
9f3fc75
* Thu Jan 05 2012 Simone Caronni <negativo17@gmail.com> - 5.2.3-7
9f3fc75
- First build.