]> git.pld-linux.org Git - packages/SysVinit.git/commitdiff
- release 19: use new rpm automation suit. SysVinit-2_78-19
authorkloczek <kloczek@pld-linux.org>
Tue, 10 Oct 2000 21:10:56 +0000 (21:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    SysVinit.spec -> 1.61

SysVinit.spec

index 08483dbd06a92601f37ee79c0fe613a3e3ebed8d..5d85d3d4592c4b7b4a00f5304b2b8ee0e27ecf2e 100644 (file)
@@ -5,9 +5,10 @@ Summary(pl):   Program inicjalizuj
 Summary(tr):   System V baþlatma programý
 Name:          SysVinit
 Version:       2.78
-Release:       18
+Release:       19
 License:       GPL
 Group:         Base
+Group(de):     Gründsätzlich
 Group(pl):     Podstawowe
 Source0:       ftp://ftp.cistron.nl/pub/people/miquels/software/sysvinit-%{version}.tar.gz
 Source1:       sysvinit.logrotate
@@ -21,7 +22,7 @@ Patch6:               sysvinit-ai64.patch
 Patch7:                sysvinit-halt.patch
 Patch8:                sysvinit-blowfish.patch
 BuildRequires: glibc-static
-Prereq:                shadow-utils
+Prereq:                shadow
 Prereq:                make
 Prereq:                /bin/awk
 Requires:      logrotate
@@ -69,7 +70,7 @@ sonlanmalar
 %patch8 -p1
 
 %build
-%{__make} -C src OPTIMIZE="$RPM_OPT_FLAGS"
+%{__make} -C src OPTIMIZE="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-g -O}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -98,8 +99,7 @@ echo .so halt.8 > $RPM_BUILD_ROOT%{_mandir}/man8/telinit.8
 echo .so halt.8 > $RPM_BUILD_ROOT%{_mandir}/man8/poweroff.8
 echo .so last.1 > $RPM_BUILD_ROOT%{_mandir}/man1/lastb.1
 
-gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man*/* \
-       doc/Propaganda debian/changelog doc/sysvinit-%{version}.lsm  
+gzip -9nf doc/Propaganda debian/changelog doc/sysvinit-%{version}.lsm  
 
 %pre
 groupadd -f -r -g 22 utmp
This page took 0.125196 seconds and 4 git commands to generate.