[bacula-docs/f15] Initial import (#771941).

Simone Caronni slaanesh at fedoraproject.org
Wed Jan 11 15:54:30 UTC 2012


commit dca82709a50f3c21383ca53289554856f1f6eb5c
Author: Simone Caronni <negativo17 at gmail.com>
Date:   Wed Jan 11 16:50:58 2012 +0100

    Initial import (#771941).

 .gitignore       |    1 +
 bacula-docs.spec |   57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources          |    1 +
 3 files changed, 59 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..3f2b990 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/bacula-docs-5.0.3.tar.bz2
diff --git a/bacula-docs.spec b/bacula-docs.spec
new file mode 100644
index 0000000..e4e7e5d
--- /dev/null
+++ b/bacula-docs.spec
@@ -0,0 +1,57 @@
+Name:		bacula-docs
+Version:	5.0.3
+Release:	19%{?dist}
+Summary:	Bacula documentation
+
+License:	GPLv2 with exceptions
+URL:		http://www.bacula.org
+Source0:	http://www.bacula.org/downloads/Bacula-%{version}/%{name}-%{version}.tar.bz2
+BuildArch:	noarch
+
+BuildRequires:	tetex-latex, tetex, ghostscript, bacula-devel
+
+%if 0%{?fedora} >= 9 || 0%{?rhel} >= 6
+BuildRequires:	dvipdfm
+%endif
+
+%if 0%{?fedora} >= 9 || 0%{?rhel} >= 5
+BuildRequires:	latex2html
+%endif
+
+%description
+Bacula is a set of programs that allow you to manage the backup,
+recovery, and verification of computer data across a network of
+different computers. It is based on a client/server architecture.
+
+This package contains the documentation for most of the bacula-packages.
+
+
+%prep
+%setup -q
+
+%build
+%configure --with-bacula=%{_includedir}/bacula
+# SMP flags break building
+%{__make}
+
+for manual in problems console utility developers main misc; do
+	mkdir $manual
+	cp -f manuals/en/$manual/$manual/*.{css,html,png} $manual
+	cp -f manuals/en/$manual/$manual.pdf .
+done
+
+
+%install
+
+
+%files
+%defattr(-,root,root,-)
+%doc problems.pdf problems console.pdf console
+%doc utility.pdf utility developers.pdf developers
+%doc main.pdf main misc.pdf misc
+
+
+%changelog
+* Thu Jan 05 2012 Simone Caronni <negativo17 at gmail.com> - 5.0.3-19
+- First build.
+
diff --git a/sources b/sources
index e69de29..919b6bf 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+7a00557dcf0dfa40de9e74176fefd1ae  bacula-docs-5.0.3.tar.bz2


More information about the scm-commits mailing list