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

Simone Caronni slaanesh at fedoraproject.org
Wed Jan 11 14:45:52 UTC 2012


commit 9f3fc75214c1fea1c55d1a85570a25d7f4134df6
Author: Simone Caronni <negativo17 at gmail.com>
Date:   Wed Jan 11 15:45:39 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..76db512 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/bacula-docs-5.2.3.tar.bz2
diff --git a/bacula-docs.spec b/bacula-docs.spec
new file mode 100644
index 0000000..aa0e3db
--- /dev/null
+++ b/bacula-docs.spec
@@ -0,0 +1,57 @@
+Name:		bacula-docs
+Version:	5.2.3
+Release:	7%{?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
+#%{__make} %{?_smp_mflags}
+%{__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.2.3-7
+- First build.
+
diff --git a/sources b/sources
index e69de29..409d61a 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+1dc74dbed0f9d454d2863b543153ddc1  bacula-docs-5.2.3.tar.bz2


More information about the scm-commits mailing list