]> git.pld-linux.org Git - packages/bootparamd.git/blobdiff - bootparamd.spec
- rel 12
[packages/bootparamd.git] / bootparamd.spec
index 08e8600e6d8e54c0992361e1b117288da78cca43..a7285c86326b8732cf06e80a9dfbbf66b5b5a64f 100644 (file)
@@ -2,14 +2,15 @@ Summary:      A server process which provides boot information to diskless clients
 Summary(pl):   Demon zapewniaj±cy informacje potrzebne do uruchomienia bezdyskowych klientów
 Name:          bootparamd
 Version:       0.17
-Release:       10
+Release:       12
 License:       BSD
 Group:         Networking/Daemons
 Source0:       ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/netkit-%{name}-%{version}.tar.gz
+# Source0-md5: 00d211115b11aec2e214b701fe72f397
 Source1:       %{name}.init
 Patch0:                %{name}-install_man_fix.patch
-Prereq:                rc-scripts
-Prereq:                /sbin/chkconfig
+PreReq:                rc-scripts
+Requires(post,preun):  /sbin/chkconfig
 Requires:      portmap
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -38,7 +39,8 @@ serwerami potrzebuj
 %patch -p1
 
 %build
-./configure --with-c-compiler=%{__cc}
+./configure \
+       --with-c-compiler=%{__cc}
 %{__make} CFLAGS="%{rpmcflags}"
 
 %install
This page took 0.059854 seconds and 4 git commands to generate.