Summary: PPP Over Ethernet (xDSL support) Name: rp-pppoe Version: 2.3 Release: 1 Copyright: GPL Group: System Environment/Daemons Source: http://www.roaringpenguin.com/pppoe/rp-pppoe-2.3.tar.gz Url: http://www.roaringpenguin.com/pppoe/ Packager: David F. Skoll BuildRoot: /tmp/pppoe-build Vendor: Roaring Penguin Software Inc. Requires: ppp >= 2.3.7 %description PPPoE (Point-to-Point Protocol over Ethernet) is a protocol used by many ADSL Internet Service Providers. Roaring Penguin has a free client for Linux systems to connect to PPPoE service providers. The client is a user-mode program and does not require any kernel modifications. It is fully compliant with RFC 2516, the official PPPoE specification. %prep %setup ./configure %build make %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT make install RPM_INSTALL_ROOT=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc CHANGES HOW-TO-CONNECT LICENSE README adsl-state.pl firewall %config /etc/ppp/pppoe.conf %config /etc/ppp/pppoe-server-options %config /etc/ppp/firewall-masq %config /etc/ppp/firewall-standalone /usr/sbin/pppoe /usr/sbin/pppoe-server /usr/sbin/pppoe-sniff /usr/sbin/adsl-connect /usr/sbin/adsl-start /usr/sbin/adsl-stop /usr/sbin/adsl-setup /usr/sbin/adsl-status /usr/man/man5/pppoe.conf.5.gz /usr/man/man8/pppoe.8.gz /usr/man/man8/pppoe-server.8.gz /usr/man/man8/pppoe-sniff.8.gz /usr/man/man8/adsl-connect.8.gz /usr/man/man8/adsl-start.8.gz /usr/man/man8/adsl-stop.8.gz /usr/man/man8/adsl-status.8.gz /usr/man/man8/adsl-setup.8.gz /etc/rc.d/init.d/adsl