[bacula/el5] Remove trailing whitespaces

Simone Caronni slaanesh at fedoraproject.org
Wed Jul 18 13:04:34 UTC 2012


commit 3765f216bef570b9b4daa0aa5e2ea9647720ae34
Author: Simone Caronni <negativo17 at gmail.com>
Date:   Wed Jul 18 14:40:05 2012 +0200

    Remove trailing whitespaces

 bacula.spec |   44 ++++++++++++++++++++++----------------------
 1 files changed, 22 insertions(+), 22 deletions(-)
---
diff --git a/bacula.spec b/bacula.spec
index c199158..51440cf 100644
--- a/bacula.spec
+++ b/bacula.spec
@@ -56,7 +56,7 @@ 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 %{name} director, the server which controls 
+This package contains the %{name} director, the server which controls
 your backup run.
 This director has support for the MySQL database.
 
@@ -74,7 +74,7 @@ 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 %{name} director, the server which controls 
+This package contains the %{name} director, the server which controls
 your backup run.
 This director has support for the sqlite database.
 
@@ -93,7 +93,7 @@ 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 %{name} director, the server which controls 
+This package contains the %{name} director, the server which controls
 your backup run.
 This director has support for the PostgresSQL database.
 
@@ -111,7 +111,7 @@ 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 common director files, which are shared 
+This package contains the common director files, which are shared
 between all database backends. You have to select a possible
 database backend though, which provides the needed %{name}-director
 dependency. Please choose from %{name}-director-mysql,
@@ -132,7 +132,7 @@ 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 %{name} client, the daemon running on the 
+This package contains the %{name} client, the daemon running on the
 system to be backed up.
 
 
@@ -147,8 +147,8 @@ 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 storage daemon, the daemon responsible for 
-writing the data received from the clients onto tape drives or other 
+This package contains the storage daemon, the daemon responsible for
+writing the data received from the clients onto tape drives or other
 mass storage devices.
 
 
@@ -166,8 +166,8 @@ 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 storage daemon, the daemon responsible for 
-writing the data received from the clients onto tape drives or other 
+This package contains the storage daemon, the daemon responsible for
+writing the data received from the clients onto tape drives or other
 mass storage devices.
 
 
@@ -184,8 +184,8 @@ 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 storage daemon, the daemon responsible for 
-writing the data received from the clients onto tape drives or other 
+This package contains the storage daemon, the daemon responsible for
+writing the data received from the clients onto tape drives or other
 mass storage devices.
 
 
@@ -203,8 +203,8 @@ 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 storage daemon, the daemon responsible for 
-writing the data received from the clients onto tape drives or other 
+This package contains the storage daemon, the daemon responsible for
+writing the data received from the clients onto tape drives or other
 mass storage devices.
 
 
@@ -229,7 +229,7 @@ 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 command-line management console for the %{name} 
+This package contains the command-line management console for the %{name}
 backup system.
 
 
@@ -256,7 +256,7 @@ 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 wxWidgets version of the %{name} management 
+This package contains the wxWidgets version of the %{name} management
 console.
 
 
@@ -269,7 +269,7 @@ 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 Gnome- and KDE-compatible tray monitor to 
+This package contains the Gnome- and KDE-compatible tray monitor to
 monitor your %{name} server.
 
 
@@ -301,11 +301,11 @@ find updatedb -type f | xargs chmod -x
 popd
 
 # Remove cvs left-overs
-find -name '.cvsignore' | xargs rm -f 
+find -name '.cvsignore' | xargs rm -f
 
 # Fix perms of c files to silent rpmlint
-find -type f -name '*.c' | xargs chmod -x 
-find -type f -name '*.h' | xargs chmod -x 
+find -type f -name '*.c' | xargs chmod -x
+find -type f -name '*.h' | xargs chmod -x
 
 # We are building the source several times, each with a different storage backend
 mkdir %{name}-mysql %{name}-postgresql %{name}-sqlite
@@ -347,7 +347,7 @@ cp -rl ../%{name}-%{version}/* .
 	--with-x \
 	$*
 
-if test $? != 0; then 
+if test $? != 0; then
   tail -500 config.log
   : configure failed
   exit 1
@@ -355,7 +355,7 @@ fi
 
 %{__make} %{?_smp_mflags}
 
-}				
+}
 
 # Build sqlite director
 pushd %{name}-sqlite
@@ -503,7 +503,7 @@ mv %{buildroot}%{_libexecdir}/%{name}/query.sql %{buildroot}%{_sysconfdir}/%{nam
 
 
 # Nuke the scripts we do not need
-rm -vf %{buildroot}%{_libexecdir}/%{name}/{%{name},%{name}-ctl-*,startmysql,stopmysql} 
+rm -vf %{buildroot}%{_libexecdir}/%{name}/{%{name},%{name}-ctl-*,startmysql,stopmysql}
 
 
 # Fix up some perms so rpmlint does not complain too much


More information about the scm-commits mailing list