]> git.pld-linux.org Git - packages/chkconfig.git/commitdiff
- cosmetics changes. chkconfig-1_0_6-3
authorkloczek <kloczek@pld-linux.org>
Sun, 1 Aug 1999 23:30:46 +0000 (23:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    chkconfig.spec -> 1.18

chkconfig.spec

index 58c94825c5888a4c2ffa9812cef5996b28d80cea..fbba59e5052be804fa098e6a4e6f969a2be4dcc5 100644 (file)
@@ -11,8 +11,7 @@ Copyright:    GPL
 Group:         Utilities/System
 Group(pt_BR):  Utilitários/Sistema
 Group(pl):     Narzêdzia/System
-URL:           ftp://ftp.redhat.com/pub/redhat/code/chkconfig
-Source0:       %{name}-%{version}.tar.gz
+Source0:       ftp://ftp.redhat.com/pub/redhat/code/chkconfig/%{name}-%{version}.tar.gz
 Source1:       chkconfig.pl.po
 Patch0:                chkconfig-opt.patch
 Patch1:                chkconfig-fhs.patch
@@ -90,17 +89,15 @@ install %{SOURCE1} po/pl.po
 LIBMHACK=-lm
 %endif
 
-make \
-       OPTIMIZE="$RPM_OPT_FLAGS" \
+make   OPTIMIZE="$RPM_OPT_FLAGS" \
        LIBMHACK="$LIBMHACK"
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT/etc/rc.d/{init,rc{0,1,2,3,4,5,6}}.d
 
-make \
-    instroot=$RPM_BUILD_ROOT \
-    install
+make install \
+    instroot=$RPM_BUILD_ROOT
 
 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man8/*
 
This page took 0.127578 seconds and 4 git commands to generate.