[bacula-docs/el5] Initial el5 import

Simone Caronni slaanesh at fedoraproject.org
Wed Jul 18 14:10:45 UTC 2012


commit dc090ec4dcfb679b3f31040ce0fb0a47ea58f820
Author: Simone Caronni <negativo17 at gmail.com>
Date:   Wed Jul 18 16:10:36 2012 +0200

    Initial el5 import

 .gitignore       |    1 +
 bacula-docs.spec |   53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources          |    1 +
 3 files changed, 55 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..b1a7296 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/bacula-docs-2.4.4.tar.bz2
diff --git a/bacula-docs.spec b/bacula-docs.spec
new file mode 100644
index 0000000..3dfa8cf
--- /dev/null
+++ b/bacula-docs.spec
@@ -0,0 +1,53 @@
+Name:           bacula-docs
+Version:        2.4.4
+Release:        4%{?dist}
+Summary:        Bacula documentation
+Group:          Documentation
+License:        GPL
+URL:            http://www.bacula.org
+Source0:        http://download.sourceforge.net/%{name}/%{name}-docs-%{version}.tar.bz2
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildArch:      noarch
+
+BuildRequires:  tetex-latex, tetex, ghostscript, latex2html
+BuildRequires:  bacula-devel = %{version}
+
+Provides:       bacula-docs = %{version}-%{release}
+Obsoletes:      bacula-docs < 2.4.4-3
+
+
+%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
+
+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
+* Wed Jul 18 2012 Simone Caronni <negativo17 at gmail.com> - 2.4.4-4
+- First spinoff build.
diff --git a/sources b/sources
index e69de29..da64b4a 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+d9bb3e8ca8c9a4c741b83569c21a4806  bacula-docs-2.4.4.tar.bz2


More information about the scm-commits mailing list