rpms/ip-sentinel/devel ip-sentinel.spec,1.18,1.19

ensc ensc at fedoraproject.org
Sun Dec 6 10:53:13 UTC 2009


Author: ensc

Update of /cvs/extras/rpms/ip-sentinel/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14580

Modified Files:
	ip-sentinel.spec 
Log Message:
whitespace cleanup



Index: ip-sentinel.spec
===================================================================
RCS file: /cvs/extras/rpms/ip-sentinel/devel/ip-sentinel.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- ip-sentinel.spec	25 Jul 2009 03:29:03 -0000	1.18
+++ ip-sentinel.spec	6 Dec 2009 10:53:13 -0000	1.19
@@ -1,30 +1,30 @@
 ## $id: ip-sentinel.spec.in,v 1.3 2003/05/26 21:53:02 ensc Exp $		--*- rpm-spec -*--
 
 # Copyright (C) 2004,2005 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de>
-#  
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation; version 2 of the License.
-#  
+#
 # This program is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 # GNU General Public License for more details.
-#  
+#
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
 
 ## This package understands the following switches:
-## --without dietlibc   	...   disable usage of dietlibc
-## --without fedora     	...   disable fedora specific parts
-## --with    minit      	...   disable creation of 'minit' subpackage
-## --define  username\ name  	...   set the name of the user running the daemon
+## --without dietlibc		...   disable usage of dietlibc
+## --without fedora		...   disable fedora specific parts
+## --with    minit		...   disable creation of 'minit' subpackage
+## --define  username\ name	...   set the name of the user running the daemon
 
 
 ## Fedora Extras specific customization below...
-%bcond_without 			fedora
+%bcond_without			fedora
 %bcond_without			dietlibc
 %bcond_with			minit
 ##
@@ -79,7 +79,7 @@ Source10:		ip-sentinel.upstart
 Provides:		init(%name) = upstart
 Requires:		%name = %version-%release
 # implicates a conflict with upstart 0.5+
-Requires(pre):		/etc/event.d	
+Requires(pre):		/etc/event.d
 Requires(post):		/usr/bin/killall
 Requires(postun):	/sbin/initctl
 BuildArch:		noarch
@@ -159,7 +159,7 @@ rm -rf $RPM_BUILD_ROOT
 %pre
 %__fe_groupadd 1 -r %username &>/dev/null || :
 %__fe_useradd  1 -r -s /sbin/nologin -M -d %homedir		\
-	         -c 'IP sentinel user' -g %username %username &>/dev/null || :
+		 -c 'IP sentinel user' -g %username %username &>/dev/null || :
 
 
 %postun




More information about the fedora-extras-commits mailing list