|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
Summary: Layer 2 Tunnelling Protocol Daemon (RFC 2661)
|
|
|
|
|
Name: xl2tpd
|
|
|
|
|
Version: 1.2.5
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 1.2.7
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
# No version specified.
|
|
|
|
|
License: GPL+
|
|
|
|
|
Url: http://www.xelerance.com/software/xl2tpd/
|
|
|
|
@ -47,8 +47,7 @@ It was de-facto maintained by Jacco de Leeuw <jacco2@dds.nl> in 2002 and 2003.
|
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
make DFLAGS="$RPM_OPT_FLAGS -g -DDEBUG_PPPD -DDEBUG_CONTROL -DDEBUG_ENTROPY"
|
|
|
|
|
sed -i -e 's|chkconfig:[ \t][ \t]*|chkconfig: |' packaging/fedora/xl2tpd.init
|
|
|
|
|
make DFLAGS="$RPM_OPT_FLAGS -g -DDEBUG_HELLO -DDEBUG_CLOSE -DDEBUG_FLOW -DDEBUG_PAYLOAD -DDEBUG_CONTROL -DDEBUG_CONTROL_XMIT -DDEBUG_FLOW_MORE -DDEBUG_MAGIC -DDEBUG_ENTROPY -DDEBUG_HIDDEN -DDEBUG_PPPD -DDEBUG_AAA -DDEBUG_FILE -DDEBUG_FLOW -DDEBUG_HELLO -DDEBUG_CLOSE -DDEBUG_ZLB -DDEBUG_AUTH"
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
@ -92,6 +91,11 @@ fi
|
|
|
|
|
%dir %{_localstatedir}/run/xl2tpd
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Nov 30 2010 Paul Wouters <paul@xelerance.com> - 1.2.7-1
|
|
|
|
|
- Updated to 1.2.7
|
|
|
|
|
- Added more DEBUG build options to the make command
|
|
|
|
|
- Minor cleanups
|
|
|
|
|
|
|
|
|
|
* Sat Jan 09 2010 Paul Wouters <paul@xelerance.com> - 1.2.5-2
|
|
|
|
|
- Bump for EVR
|
|
|
|
|
|
|
|
|
|