]> git.pld-linux.org Git - packages/bootparamd.git/commitdiff
- spec adapterized.
authorkloczek <kloczek@pld-linux.org>
Thu, 18 May 2000 16:58:01 +0000 (16:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bootparamd.spec -> 1.5

bootparamd.spec

index 3f372fc8fedcc4a895eb5a125cb4676c0aeaf355..deb6b0f9f31f0f1383ebf709ab986f7207c8ad7e 100644 (file)
@@ -1,29 +1,30 @@
-Summary: A server process which provides boot information to diskless clients.
-Name: bootparamd
-Version: 0.10
-Release: 22
-Copyright: BSD
-Group: System Environment/Daemons
-Source: ftp://sunsite.unc.edu/pub/Linux/system/network/daemons/netkit-bootparamd-0.10.tar.gz
-Source1: bootparamd.init
-Patch: netkit-bootparamd-0.10-misc.patch
-Prereq: /sbin/chkconfig
-Requires: portmap
+Summary:       A server process which provides boot information to diskless clients.
+Name:          bootparamd
+Version:       0.10
+Release:       22
+License:       BSD
+Group:         Networking/Daemons
+Group(pl):     Sieciowe/Serwery
+Source0:       ftp://sunsite.unc.edu/pub/Linux/system/network/daemons/netkit-%{name}-%{version}.tar.gz
+Source1:       bootparamd.init
+Patch0:                netkit-bootparamd-0.10-misc.patch
+Prereq:                /sbin/chkconfig
+Requires:      portmap
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 The bootparamd process provides bootparamd, a server process which
 provides the information needed by diskless clients in order for them
-to successfully boot.  Bootparamd looks first in /etc/bootparams for an
+to successfully boot. Bootparamd looks first in /etc/bootparams for an
 entry for that particular client; if a local bootparams file doesn't
 exist, it looks at the appropriate Network Information Service (NIS)
-map.  Some network boot loaders (notably Sun's) rely on special boot
+map. Some network boot loaders (notably Sun's) rely on special boot
 server code on the server, in addition to the rarp and tftp servers.
-This bootparamd server process is compatible with SunOS bootparam clients
-and servers which need that boot server code.
+This bootparamd server process is compatible with SunOS bootparam
+clients and servers which need that boot server code.
 
-You should install bootparamd if you need to provide boot information to
-diskless clients on your network.
+You should install bootparamd if you need to provide boot information
+to diskless clients on your network.
 
 %prep
 %setup -q -n netkit-bootparamd-0.10
@@ -34,11 +35,11 @@ make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
 
 %install
 rm -rf $RPM_BUILD_ROOT
-mkdir -p $RPM_BUILD_ROOT/usr/bin
-mkdir -p $RPM_BUILD_ROOT/usr/sbin
-mkdir -p $RPM_BUILD_ROOT/usr/man/man1
-mkdir -p $RPM_BUILD_ROOT/usr/man/man8
-mkdir -p $RPM_BUILD_ROOT/etc/rc.d/init.d
+install -d $RPM_BUILD_ROOT%{_bindir}
+install -d $RPM_BUILD_ROOT%{_sbindir}
+install -d $RPM_BUILD_ROOT%{_mandir}/man1
+install -d $RPM_BUILD_ROOT%{_mandir}/man8
+install -d $RPM_BUILD_ROOT/etc/rc.d/init.d
 make INSTALLROOT=$RPM_BUILD_ROOT install
 install -m 755 $RPM_SOURCE_DIR/bootparamd.init $RPM_BUILD_ROOT/etc/rc.d/init.d/bootparamd
 
@@ -54,8 +55,9 @@ if [ $1 = 0 ]; then
 fi
 
 %files
-/usr/sbin/rpc.bootparamd
-/usr/bin/callbootd
-/usr/man/man8/rpc.bootparamd.8
-/usr/man/man8/bootparamd.8
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_sbindir}/rpc.bootparamd
+%attr(755,root,root) %{_bindir}/callbootd
+%{_mandir}/man8/rpc.bootparamd.8
+%{_mandir}/man8/bootparamd.8
 %attr(754,root,root) /etc/rc.d/init.d/bootparamd
This page took 0.080426 seconds and 4 git commands to generate.