[svn] r4616 - in trunk/rpms: . l2tpns
packagers at lists.rpmforge.net
packagers at lists.rpmforge.net
Fri Aug 4 16:53:36 CEST 2006
Author: dag
Date: 2006-08-04 16:53:29 +0200 (Fri, 04 Aug 2006)
New Revision: 4616
Added:
trunk/rpms/l2tpns/
trunk/rpms/l2tpns/l2tpns.spec
Log:
Updates
Added: trunk/rpms/l2tpns/l2tpns.spec
===================================================================
--- trunk/rpms/l2tpns/l2tpns.spec 2006-08-04 14:50:08 UTC (rev 4615)
+++ trunk/rpms/l2tpns/l2tpns.spec 2006-08-04 14:53:29 UTC (rev 4616)
@@ -0,0 +1,54 @@
+# $Id$
+# Authority: dag
+
+Summary: High-speed clustered L2TP LNS
+Name: l2tpns
+Version: 2.1.20
+Release: 1
+License: GPL
+Group: System Environment/Daemons
+URL: http://sourceforge.net/projects/l2tpns/
+
+Source: http://dl.sf.net/l2tpns/l2tpns-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildRequires: libcli >= 1.8.5
+
+%description
+l2tpns is a layer 2 tunneling protocol network server (LNS). It
+supports up to 65535 concurrent sessions per server/cluster plus ISP
+features such as rate limiting, walled garden, usage accounting, and
+more.
+
+%prep
+%setup
+
+%{__perl} -pi.orig \
+ -e 's|/lib\b|/%{_lib}/|g;' \
+ -e 's|-o root -g root ||g;' \
+ Makefile
+
+%build
+%{__make} %{?_smp_mflags}
+
+%install
+%{__rm} -rf %{buildroot}
+%{__make} install DESTDIR="%{buildroot}"
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc Changes COPYING INSTALL INTERNALS THANKS Docs/*.html
+%doc %{_mandir}/man5/startup-config.5*
+%doc %{_mandir}/man8/l2tpns.8*
+%doc %{_mandir}/man8/nsctl.8*
+%config(noreplace) %{_sysconfdir}/l2tpns/
+%{_libdir}/l2tpns/
+%{_sbindir}/l2tpns
+%{_sbindir}/nsctl
+
+%changelog
+* Fri Aug 04 2006 Dag Wieers <dag at wieers.com> - 2.1.20-1
+- Initial package. (using DAR)
Property changes on: trunk/rpms/l2tpns/l2tpns.spec
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ native
More information about the svn-commits
mailing list