1 Summary: PPP Over Ethernet
(xDSL support
)
4 %if %
(%{expand:test %{_vendor} != mandrake ; echo $?})
10 Group: System Environment
/Daemons
11 Source: http
://www.roaringpenguin.com
/penguin
/pppoe
/rp
-pppoe
-3.10.tar.gz
12 Url
: http
://www.roaringpenguin.com
/pppoe
/
13 Packager: David F. Skoll
<dfs@roaringpenguin.com
>
14 BuildRoot: /tmp
/pppoe
-build
15 Vendor: Roaring Penguin Software Inc.
16 Requires: ppp
>= 2.3.7
20 PPPoE
(Point
-to
-Point Protocol over Ethernet
) is a protocol used by
21 many DSL Internet Service Providers. Roaring Penguin has a free
22 client
for Linux systems to connect to PPPoE service providers.
24 The client is a user
-mode program and does not require any kernel
25 modifications. It is fully compliant with RFC
2516, the official PPPoE
31 .
/configure
--mandir
=%{_mandir}
42 make install DESTDIR
=$RPM_BUILD_ROOT
43 mkdir -p $RPM_BUILD_ROOT
/etc
/init.d
44 test -f $RPM_BUILD_ROOT
/etc
/init.d
/pppoe || cp ..
/scripts
/pppoe
-init $RPM_BUILD_ROOT
/etc
/init.d
/pppoe
45 chmod
755 $RPM_BUILD_ROOT
/etc
/init.d
/pppoe
47 make install DESTDIR
=$RPM_BUILD_ROOT
48 rm -f $RPM_BUILD_ROOT
/etc
/ppp
/pppoe.conf
-3.10
49 rm -f $RPM_BUILD_ROOT
/etc
/ppp
/firewall
-masq
-3.10
50 rm -f $RPM_BUILD_ROOT
/etc
/ppp
/firewall
-standalone
-3.10
51 rm -f $RPM_BUILD_ROOT
/etc
/ppp
/pppoe
-server
-options
-example
54 rm -rf $RPM_BUILD_ROOT
58 %doc doc
/CHANGES doc
/HOW
-TO
-CONNECT doc
/LICENSE doc
/KERNEL
-MODE
-PPPOE README SERVPOET
59 %config(noreplace
) /etc
/ppp
/pppoe.conf
60 %config(noreplace
) /etc
/ppp
/pppoe
-server
-options
61 %config(noreplace
) /etc
/ppp
/firewall
-masq
62 %config(noreplace
) /etc
/ppp
/firewall
-standalone
65 /usr
/sbin
/pppoe
-server
68 /usr
/sbin
/pppoe
-connect
72 /usr
/sbin
/pppoe
-status
73 %{_mandir}/man5
/pppoe.conf
.5*
74 %{_mandir}/man8
/pppoe
.8*
75 %{_mandir}/man8
/pppoe
-server
.8*
76 %{_mandir}/man8
/pppoe
-relay
.8*
77 %{_mandir}/man8
/pppoe
-sniff
.8*
78 %{_mandir}/man8
/pppoe
-connect
.8*
79 %{_mandir}/man8
/pppoe
-start
.8*
80 %{_mandir}/man8
/pppoe
-stop
.8*
81 %{_mandir}/man8
/pppoe
-status
.8*
82 %{_mandir}/man8
/pppoe
-setup
.8*
85 Summary: Tk PPP Over Ethernet Client
(xDSL support
)
86 Group: System Environment
/Daemons
91 This is a graphical wrapper around the rp
-pppoe PPPoE client. PPPoE is
92 a protocol used by many DSL Internet Service Providers.
95 # Install entry in KDE menu
96 if test -n "$KDEDIR"
; then
97 mkdir -p "$KDEDIR
/share
/applnk
/Internet"
98 cat
<<EOF
> "$KDEDIR
/share
/applnk
/Internet
/tkpppoe.kdelnk"
102 Comment
=Start
/Stop PPPoE connections
109 # Install entry in GNOME menus
110 GNOMEDIR
=`gnome
-config
--datadir
2>/dev
/null`
111 if test -n "$GNOMEDIR"
; then
112 mkdir -p "$GNOMEDIR
/gnome
/apps
/Internet"
113 cat
<<EOF
> "$GNOMEDIR
/gnome
/apps
/Internet
/tkpppoe.desktop"
116 Comment
=Start
/Stop PPPoE connections
124 # Remove KDE menu entry
125 if test -n "$KDEDIR"
; then
126 rm -f "$KDEDIR
/share
/applnk
/Internet
/tkpppoe.kdelnk"
129 # Remove GNOME menu entry
130 GNOMEDIR
=`gnome
-config
--datadir
2>/dev
/null`
131 if test -n "$GNOMEDIR"
; then
132 rm -f "$GNOMEDIR
/gnome
/apps
/Internet
/tkpppoe.desktop"
136 %defattr(-,root
,root
)
137 %dir /etc
/ppp
/rp
-pppoe
-gui
138 /usr
/sbin
/pppoe
-wrapper
140 %{_mandir}/man1
/tkpppoe
.1*
141 %{_mandir}/man1
/pppoe
-wrapper
.1*
142 /usr
/share
/tkpppoe
/tkpppoe.html
143 /usr
/share
/tkpppoe
/mainwin
-busy.png
144 /usr
/share
/tkpppoe
/mainwin
-nonroot.png
145 /usr
/share
/tkpppoe
/mainwin.png
146 /usr
/share
/tkpppoe
/props
-advanced.png
147 /usr
/share
/tkpppoe
/props
-basic.png
148 /usr
/share
/tkpppoe
/props
-nic.png
149 /usr
/share
/tkpppoe
/props
-options.png
150 /usr
/share
/tkpppoe
/en.msg
151 /usr
/share
/tkpppoe
/ja.msg
154 * Thu Jul
21 2001 Shigechika AIKAWA
<shige@cin.nihon
-u.ac.jp
>
155 - merged rp
-pppoe.spec and rp
-pppoe
-gui.spec