From 7589c088a19e8bfc9150edbee73e8df77f881201 Mon Sep 17 00:00:00 2001 From: kloczek Date: Sun, 1 Aug 1999 23:30:46 +0000 Subject: [PATCH] - cosmetics changes. Changed files: chkconfig.spec -> 1.18 --- chkconfig.spec | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/chkconfig.spec b/chkconfig.spec index 58c9482..fbba59e 100644 --- a/chkconfig.spec +++ b/chkconfig.spec @@ -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/* -- 2.43.0