Browse Source

ppp:
- remove include/linux/if_pppol2tp.h to build pppoe plugin
- update License tag



git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3694 ec354946-7b23-47d6-9f5a-488ba84defc7

daisuke 14 years ago
parent
commit
03d0642ee0
1 changed files with 15 additions and 3 deletions
  1. 15 3
      p/ppp/ppp-vl.spec

+ 15 - 3
p/ppp/ppp-vl.spec

@@ -2,9 +2,11 @@ Summary: The PPP (Point-to-Point Protocol) daemon.
 Summary(ja): PPP (Point-to-Point Protocol) デーモン
 Name: ppp
 Version: 2.4.5
-Release: 2%{?_dist_release}
-License: distributable
+Release: 3%{?_dist_release}
+License: BSD and LGPLv2+ and GPLv2+ and Public Domain
 Group: System Environment/Daemons
+URL: http://www.samba.org/ppp
+
 Source0: ftp://ftp.samba.org/pub/ppp/ppp-%{version}.tar.gz
 Source1: ppp-2.4.4-pamd.conf
 Patch0: ppp-2.4.3-make.patch
@@ -26,12 +28,15 @@ Patch23: ppp-2.4.2-dontwriteetc.patch
 Patch24: ppp-2.4.4-fd_leak.patch
 Patch25: ppp-2.4.5-var_run_ppp.patch
 
-URL: http://ppp.samba.org/
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: libpcap >= 0.8.3, pam-devel
 #Requires: glibc >= 2.0.6, /etc/pam.d/system-auth
 Requires: glibc >= 2.0.6, pam >= 1.0
 
+Vendor: Project Vine
+Distribution: Vine Linux
+Packager: daisuke
+
 %description
 The ppp package contains the PPP (Point-to-Point Protocol) daemon and
 documentation for PPP support.  The PPP protocol provides a method for
@@ -84,9 +89,12 @@ This package contains the header files for building plugins for ppp.
 rm -f scripts/*.local
 rm -f scripts/*.change_resolv_conf
 rm -f scripts/*.usepeerdns-var_run_ppp_resolv
+rm -f scripts/*.ppp_resolv
 
 find . -type f -name "*.sample" | xargs rm -f 
 
+rm -f include/linux/if_pppol2tp.h
+
 %build
 RPM_OPT_FLAGS="$RPM_OPT_FLAGS -fPIC -Wall"
 ./configure
@@ -148,6 +156,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Apr 25 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.5-3
+- remove include/linux/if_pppol2tp.h to build pppoe plugin
+- update License tag
+
 * Fri Apr 08 2011 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.5-2
 - rebuilt with new toolchain.