]> git.pld-linux.org Git - packages/bootparamd.git/blobdiff - bootparamd.spec
- quote cc
[packages/bootparamd.git] / bootparamd.spec
index 9f6cc92764276ce04bf5bb57579250ea443ac56b..bab729c4b88bf52d528300770322f5cd5ff7d896 100644 (file)
@@ -1,14 +1,19 @@
+# TODO
+# - unify lockfile and service name
 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:       0
+Release:       12
 License:       BSD
 Group:         Networking/Daemons
-Group(pl):     Sieciowe/Serwery
-Source0:       ftp://ftp.linux.org.uk/pub/linux/Networking/netkit/netkit-%{name}-%{version}.tar.gz
-Source1:       bootparamd.init
-Prereq:                /sbin/chkconfig
+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
+Requires(post,preun):  /sbin/chkconfig
 Requires:      portmap
+Requires:      rc-scripts
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -22,12 +27,23 @@ 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}
+%setup -q -n netkit-%{name}-%{version}
+%patch -p1
 
 %build
-./configure
-%{__make} CFLAGS="$RPM_OPT_FLAGS"
+./configure \
+       --with-c-compiler="%{__cc}"
+%{__make} CFLAGS="%{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -40,8 +56,6 @@ install -d $RPM_BUILD_ROOT{%{_bindir},%{_sbindir},%{_mandir}/man8} \
 
 install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/bootparamd
 
-gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man8/*
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -53,7 +67,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
@@ -63,7 +77,8 @@ fi
 
 %files
 %defattr(644,root,root,755)
+%doc ChangeLog README
 %attr(754,root,root) /etc/rc.d/init.d/bootparamd
 %attr(755,root,root) %{_sbindir}/rpc.bootparamd
 %attr(755,root,root) %{_bindir}/callbootd
-%{_mandir}/man8/*
+%{_mandir}/man[58]/*
This page took 0.045241 seconds and 4 git commands to generate.