[bacula-docs/f16] Spec file formatting

Simone Caronni slaanesh at fedoraproject.org
Thu Jul 19 12:21:25 UTC 2012


commit 4f4db84a1102539a8f57c5c10538b1cc2337fb13
Author: Simone Caronni <negativo17 at gmail.com>
Date:   Thu Jul 19 14:20:34 2012 +0200

    Spec file formatting

 bacula-docs.spec |   40 ++++++++++++++++++++--------------------
 1 files changed, 20 insertions(+), 20 deletions(-)
---
diff --git a/bacula-docs.spec b/bacula-docs.spec
index 2f84797..927770d 100644
--- a/bacula-docs.spec
+++ b/bacula-docs.spec
@@ -1,25 +1,25 @@
 %define debug_package %{nil}
 
-Name:		bacula-docs
-Version:	5.0.3
-Release:	19%{?dist}
-Summary:	Bacula documentation
-Group:		Documentation
+Name:           bacula-docs
+Version:        5.0.3
+Release:        19%{?dist}
+Summary:        Bacula documentation
+Group:          Documentation
 
-License:	GPLv2 with exceptions
-URL:		http://www.bacula.org
-Source0:	http://www.bacula.org/downloads/Bacula-%{version}/%{name}-%{version}.tar.bz2
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildArch:	noarch
+License:        GPLv2 with exceptions
+URL:            http://www.bacula.org
+Source0:        http://www.bacula.org/downloads/Bacula-%{version}/%{name}-%{version}.tar.bz2
+BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
+BuildArch:      noarch
 
-BuildRequires:	tetex-latex, tetex, ghostscript, bacula-devel = %{version}
+BuildRequires:  tetex-latex, tetex, ghostscript, bacula-devel = %{version}
 
 %if 0%{?fedora} >= 9 || 0%{?rhel} >= 6
-BuildRequires:	dvipdfm
+BuildRequires:  dvipdfm
 %endif
 
 %if 0%{?fedora} >= 9 || 0%{?rhel} >= 5
-BuildRequires:	latex2html
+BuildRequires:  latex2html
 %endif
 
 Provides:       bacula-docs = %{version}-%{release}
@@ -27,11 +27,11 @@ Obsoletes:      bacula-docs < 5.0.3-19
 
 
 %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.
+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.
+This package contains the documentation for most of the bacula packages.
 
 
 %prep
@@ -43,9 +43,9 @@ This package contains the documentation for most of the bacula-packages.
 %{__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 .
+        mkdir $manual
+        cp -f manuals/en/$manual/$manual/*.{css,html,png} $manual
+        cp -f manuals/en/$manual/$manual.pdf .
 done
 
 


More information about the scm-commits mailing list