]> git.pld-linux.org Git - packages/rwall.git/commitdiff
- more specific Requires auto/ac/rwall-0_17-13
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 12 Aug 2003 15:21:42 +0000 (15:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rwall.spec -> 1.31

rwall.spec

index 1fdb13c56d2feb6cffd1234b027060e41e70e0be..f192e78fd4a38c30f169f34771fcd56a7391ece0 100644 (file)
@@ -14,7 +14,6 @@ Source0:      ftp://ftp.linux.org.uk/pub/linux/Networking/netkit/netkit-%{name}-%{ver
 # Source0-md5: c7a85262fc9911e0574ce5706ce69369
 Source1:       %{name}d.init
 Patch0:                netkit-%{name}-WALL_CMD.patch
-Prereq:                rc-scripts
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -60,8 +59,8 @@ o anda 
 Summary:       Server for sending messages to a host's logged in users
 Summary(pl):   Serwer do wysy³ania komunikatów do zalogowanych u¿ytkowników
 Group:         Networking/Daemons
-Prereq:                rc-scripts
-Prereq:                /sbin/chkconfig
+PreReq:                rc-scripts
+Requires(post,preun):  /sbin/chkconfig
 Obsoletes:     rwall-server
 
 %description -n rwalld
@@ -75,15 +74,20 @@ Serwer do wysy
 %patch0 -p1
 
 %build
-./configure --installroot=$RPM_BUILD_ROOT
-%{__make} CFLAGS="%{rpmcflags}"
+./configure \
+       --installroot=$RPM_BUILD_ROOT
+
+%{__make} \
+       CFLAGS="%{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_sbindir},%{_mandir}/man{1,8}} \
        $RPM_BUILD_ROOT/etc/rc.d/init.d
 
-%{__make} install MANDIR=%{_mandir}
+%{__make} install \
+       MANDIR=%{_mandir}
+
 install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/rwalld
 
 rm -f $RPM_BUILD_ROOT%{_mandir}/man8/rwalld.8
This page took 0.031676 seconds and 4 git commands to generate.