]> git.pld-linux.org Git - packages/Canna.git/blobdiff - Canna.spec
cosmetics
[packages/Canna.git] / Canna.spec
index 41c43d83f346ac892166ac2d47d066aaabc37ef7..f51bc9e8a6506e2f1197451ecdacc0509666050d 100644 (file)
@@ -25,12 +25,12 @@ URL:                http://www.nec.co.jp/japanese/product/computer/soft/canna/
 BuildRequires: imake
 PreReq:                rc-scripts
 Requires(post,preun):  /sbin/chkconfig
-Requires(pre): /bin/id
-Requires(pre): /usr/bin/getgid
-Requires(pre): /usr/sbin/groupadd
-Requires(pre): /usr/sbin/useradd
-Requires(postun):      /usr/sbin/userdel
-Requires(postun):      /usr/sbin/groupdel
+Requires(pre): /bin/id
+Requires(pre): /usr/bin/getgid
+Requires(pre): /usr/sbin/groupadd
+Requires(pre): /usr/sbin/useradd
+Requires(postun):      /usr/sbin/userdel
+Requires(postun):      /usr/sbin/groupdel
 Requires:      %{name}-libs = %{version}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 ExcludeArch:   ia64
@@ -154,21 +154,21 @@ rm -fr $RPM_BUILD_ROOT
 
 %pre
 if [ -n "`getgid canna`" ]; then
-       if [ "`getgid canna`" != "41" ]; then
-               echo "Warning: group canna doesn't have gid=41. Correct this before installing Canna." 1>&2
-               exit 1
-       fi
+       if [ "`getgid canna`" != "41" ]; then
+               echo "Warning: group canna doesn't have gid=41. Correct this before installing Canna." 1>&2
+               exit 1
+       fi
 else
-       /usr/sbin/groupadd -g 41 -r -f canna
+       /usr/sbin/groupadd -g 41 -r -f canna
 fi
 if [ -n "`id -u canna 2>/dev/null`" ]; then
-       if [ "`id -u canna`" != "41" ]; then
-               echo "Warning: user canna doesn't have uid=41. Correct this before installing Canna." 1>&2
-               exit 1
-       fi
+       if [ "`id -u canna`" != "41" ]; then
+               echo "Warning: user canna doesn't have uid=41. Correct this before installing Canna." 1>&2
+               exit 1
+       fi
 else
-       /usr/sbin/useradd -u 41 -r -d /var/lib/canna -s /bin/false \
-               -c "Canna Service User" -g canna canna 1>&2
+       /usr/sbin/useradd -u 41 -r -d /var/lib/canna -s /bin/false \
+               -c "Canna Service User" -g canna canna 1>&2
 fi
 
 %post
@@ -189,7 +189,7 @@ fi
 
 %postun
 if [ "$1" = "0" ]; then
-       /usr/sbin/userdel canna
+       /usr/sbin/userdel canna
 fi
 
 %post  libs -p /sbin/ldconfig
This page took 0.039452 seconds and 4 git commands to generate.