[bacula-docs/f17: 2/3] Spec file formatting

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


commit ae65061b07bb0ae2fd2a8350f6ad9b93d2948699
Author: Simone Caronni <negativo17 at gmail.com>
Date:   Thu Jul 19 14:18:57 2012 +0200

    Spec file formatting

 bacula-docs.spec |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/bacula-docs.spec b/bacula-docs.spec
index 9a239a7..d6b980a 100644
--- a/bacula-docs.spec
+++ b/bacula-docs.spec
@@ -9,7 +9,7 @@ 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)
+BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildArch:      noarch
 
 BuildRequires:  tetex-latex, tetex, ghostscript, latex2html
@@ -24,11 +24,11 @@ Obsoletes:      bacula-docs < 5.2.2-4
 
 
 %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
@@ -39,9 +39,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