Browse Source

xl2tpd-1.3.1-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@6905 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 11 years ago
parent
commit
a586840610
1 changed files with 8 additions and 2 deletions
  1. 8 2
      x/xl2tpd/xl2tpd-vl.spec

+ 8 - 2
x/xl2tpd/xl2tpd-vl.spec

@@ -1,6 +1,9 @@
+#%define src_dir_name xl2tpd-%{version}
+%define src_dir_name xelerance-xl2tpd-95445fc
+
 Summary: Layer 2 Tunnelling Protocol Daemon (RFC 2661)
 Name: xl2tpd
-Version: 1.3.0
+Version: 1.3.1
 Release: 1%{?_dist_release}
 # No version specified.
 License: GPL+
@@ -44,7 +47,7 @@ Xl2tpd is based on the 0.69 L2TP by Jeff McAdams <jeffm@iglou.com>
 It was de-facto maintained by Jacco de Leeuw <jacco2@dds.nl> in 2002 and 2003.
 
 %prep
-%setup -q
+%setup -q -n %{src_dir_name}
 
 %build
 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"
@@ -93,6 +96,9 @@ fi
 %ghost %attr(0600,root,root) %{_localstatedir}/run/xl2tpd/l2tp-control
 
 %changelog
+* Sat Sep 29 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.3.1-1
+- new upstream release.
+
 * Fri Sep 16 2011 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.3.0-1
 - new upstream release.