Fix: remove old IPV6 routes on master
[l2tpns.git] / l2tpns.spec
1 Summary: A high-speed clustered L2TP LNS
2 Name: l2tpns
3 Version: 2.2.0
4 Release: 1
5 License: GPL
6 Group: System Environment/Daemons
7 Source: http://optusnet.dl.sourceforge.net/sourceforge/l2tpns/l2tpns-%{version}.tar.gz
8 URL: http://sourceforge.net/projects/l2tpns
9 BuildRoot: %{_tmppath}/%{name}-%{version}-%(%__id -un)
10 Prereq: /sbin/chkconfig
11 BuildRequires: libcli >= 1.8.5
12 Requires: libcli >= 1.8.5
13
14 %description
15 l2tpns is a layer 2 tunneling protocol network server (LNS). It
16 supports up to 65535 concurrent sessions per server/cluster plus ISP
17 features such as rate limiting, walled garden, usage accounting, and
18 more.
19
20 %prep
21 %setup -q
22
23 %build
24 make
25
26 %install
27 rm -rf %{buildroot}
28 mkdir -p %{buildroot}
29 make install DESTDIR=%{buildroot}
30
31 %clean
32 rm -rf %{buildroot}
33
34 %files
35 %defattr(-,root,root)
36 %doc Changes INSTALL INTERNALS COPYING THANKS Docs/manual.html
37 %dir /etc/l2tpns
38 %config(noreplace) /etc/l2tpns/users
39 %config(noreplace) /etc/l2tpns/startup-config
40 %config(noreplace) /etc/l2tpns/ip_pool
41 %attr(755,root,root) /usr/sbin/*
42 %attr(755,root,root) /usr/lib/l2tpns
43 %attr(644,root,root) /usr/share/man/man[58]/*
44
45 %changelog
46 * Mon Dec 18 2006 Brendan O'Dea <bod@optus.net> 2.2.0-1
47 - 2.2.0 release, see /usr/share/doc/l2tpns-2.2.0/Changes