]> git.pld-linux.org Git - packages/gnustep-base.git/commitdiff
- reverting last change: removing new macros from %p{re,ost}{,un}
authorsaq <saq@pld-linux.org>
Thu, 26 Jul 2001 05:42:08 +0000 (05:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gnustep-base.spec -> 1.9

gnustep-base.spec

index 6aedfddb0f7310013c11cc32bd0836e02e3ae99d..1d78661000c5a90418041296b322fe86221a5078 100644 (file)
@@ -169,15 +169,15 @@ grep -q '^gdomap' /etc/services || (echo "gdomap 538/tcp # GNUstep distrib objec
 %ifos Linux
 grep -q '%{_prefix}/GNUstep/Libraries/$GNUSTEP_HOST_CPU/$GNUSTEP_HOST_OS/gnu-gnu-gnu-xgps' /etc/ld.so.conf || echo "%{_prefix}/GNUstep/Libraries/$GNUSTEP_HOST_CPU/$GNUSTEP_HOST_OS/%{libcombo}" >> /etc/ld.so.conf
 /sbin/ldconfig
-NAME=gnustep; %chkconfig_add
+/sbin/chkconfig --add gnustep
 %endif
 
 %preun
 if [ -z "$GNUSTEP_SYSTEM_ROOT" ]; then
    . %{_prefix}/GNUstep/Makefiles/GNUstep.sh 
 fi
-NAME=gnustep; %chkconfig_del
 if [ $1 = 0 ]; then
+    /sbin/chkconfig --del gnustep
     mv -f /etc/services /etc/services.orig
     grep -v "^gdomap 538" /etc/services.orig > /etc/services
     rm -f /etc/services.orig
This page took 0.111477 seconds and 4 git commands to generate.