Monotone-Parent: 066415866c34e37d51f2dd40a9e5f8469c495393

Monotone-Revision: cb528ed9e72c06055c7fde882bedd15f7ef64451

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-03-24T15:14:20
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2009-03-24 15:14:20 +00:00
parent 946886ed07
commit 290c4c2517
+6 -5
View File
@@ -97,9 +97,7 @@ rm -fr ${RPM_BUILD_ROOT}
# ****************************** build ********************************
%build
. /usr/GNUstep/System/Library/Makefiles/GNUstep.sh
./configure \
--enable-strip \
--disable-debug
./configure
case %{_target_platform} in
ppc64-*)
@@ -222,8 +220,11 @@ if ! id sogo >& /dev/null; then /usr/sbin/adduser sogo > /dev/null 2>&1; fi
/sbin/chkconfig --add sogod
%preun
/sbin/chkconfig --del sogod
/sbin/service sogod stop > /dev/null 2>&1
if [ "$1" == "0" ]
then
/sbin/chkconfig --del sogod
/sbin/service sogod stop > /dev/null 2>&1
fi
%postun
if test "$1" = "0"