]> git.pld-linux.org Git - packages/arpd.git/blame - arpd.spec
- use %service
[packages/arpd.git] / arpd.spec
CommitLineData
48d56092
PG
1Summary: User-space arp daemon
2Summary(pl): Demon arpd
3Name: arpd
4Version: 1.0.2
d8cc9ede 5Release: 11
48d56092 6License: GPL
644310d4 7Group: Daemons
41a99cc0
JB
8# origin, but 404
9#Source0: http://www.loran.com/~layes/arpd/%{name}-%{version}.tar.gz
10# working (copy of original package):
11#Source0: http://www.funet.fi/pub/Linux/PEOPLE/Linus/net-source/base/%{name}-%{version}.tar.gz
12# but in CVS we probably have some renamed source from Debian (with .orig inside)
13Source0: %{name}-%{version}.tar.gz
8a7fc829 14# Source0-md5: 4b445f5698342c873068a86a18bc3d6a
48d56092
PG
15Source1: %{name}-init
16Patch0: %{name}-%{version}.debian-patch
17Patch1: %{name}-%{version}.pld-patch
44b88af1 18Patch2: %{name}-makefile-patch
b900e8be 19Patch3: %{name}-more_tables.patch
c2ea96ed 20Patch4: %{name}-uid.patch
7875af3d 21#URL: http://www.loran.com/~layes/arpd/
cf4f93b9 22BuildRequires: rpmbuild(macros) >= 1.268
41a99cc0 23Requires(post,preun): /sbin/chkconfig
0385f206 24Requires: dev >= 2.8.0-4
cf4f93b9
ER
25Requires: fileutils
26Requires: rc-scripts >= 0.2.0
34163377 27BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
48d56092
PG
28
29%description
644310d4 30The ARP daemon moves the management of the ARP (Address Resolution
34163377 31Protocol) table from kernel to user space. It is useful for sites with
32LARGE network segments (256+ systems per segment), because the kernel
33hash tables are not optimized to handle this situation. To use the ARP
34daemon your kernel needs to have ARPD and NETLINK support enabled. The
35standard kernels of PLD lack this support. It shouldn't be run without
03b61d42 36that! This version can alocate 4096 entries.
50ca438d 37
48d56092 38%description -l pl
644310d4 39