]> git.pld-linux.org Git - packages/bootparamd.git/blobdiff - bootparamd.spec
- s/postun/preun/ (init.d/bootparamd must exist to stop daemon); release 10
[packages/bootparamd.git] / bootparamd.spec
index aaed8e18982df54af191e8035dd19d61982b4676..9b6813407d39b046fca5f723b4cdd3d7ce2a5cf1 100644 (file)
@@ -1,14 +1,16 @@
 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:       6
+Release:       10
 License:       BSD
 Group:         Networking/Daemons
 Group(de):     Netzwerkwesen/Server
 Group(pl):     Sieciowe/Serwery
-Source0:       ftp://ftp.linux.org.uk/pub/linux/Networking/netkit/netkit-%{name}-%{version}.tar.gz
+Source0:       ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/netkit-%{name}-%{version}.tar.gz
 Source1:       %{name}.init
 Patch0:                %{name}-install_man_fix.patch
+Prereq:                rc-scripts
 Prereq:                /sbin/chkconfig
 Requires:      portmap
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -24,13 +26,22 @@ 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.
 
+%description -l pl
+Pakiet zawiera program bootparamd - demon, który zapewnia informacje
+potrzebne dla uruchomienia bezdyskowych klientów. bootparamd szuka w
+/etc/bootparams wpisu dla konkretnego klienta; je¿eli plik ten nie
+istnieje, szuka odpowiedniej mapy NIS. Niektóre sieciowe bootloadery
+(np. Suna) polegaj± na specjalnym kodzie bootuj±cym na serwerze. Ten
+bootparamd jest kompatybilny z klientami bootparam na SunOS-ie i
+serwerami potrzebuj±cymi tego kodu.
+
 %prep
 %setup -q -n netkit-bootparamd-%{version}
 %patch -p1
 
 %build
 ./configure --with-c-compiler=%{__cc}
-%{__make} CFLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS}"
+%{__make} CFLAGS="%{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -54,7 +65,7 @@ else
        echo "Type \"/etc/rc.d/init.d/bootparamd start\" to start rpc.bootparamd server" 1>&2
 fi
 
-%postun
+%preun
 if [ "$1" = "0" ]; then
        if [ -f /var/lock/subsys/rpc.bootparamd ]; then
                /etc/rc.d/init.d/bootparamd stop 1>&2
This page took 0.083199 seconds and 4 git commands to generate.