Summary: A heuristic autodialer for PPP connections Summary(pl): Heurystyczny "autowydzwaniacz" dla połączeń PPP Name: wvdial Version: 1.42 Release: 2 License: LGPL Group: Networking/Daemons Group(de): Netzwerkwesen/Server Group(pl): Sieciowe/Serwery Source0: http://www.worldvisions.ca/wvdial/%{name}-%{version}.tar.gz Patch0: %{name}-g++3.patch BuildRequires: libstdc++-devel Requires: ppp >= 2.3.7 Buildroot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description WvDial automatically locates and configures modems and can log into almost any ISP's server without special configuration. You need to input the username, password, and phone number, and then WvDial will negotiate the PPP connection using any mechanism needed. Install wvdial if you need a utility to configure your modem and set up a PPP connection. %description -l pl WvDial automatycznie wyszukuje i konfiguruje modem, i może sie zalogować do praktycznie każdego serwera dostawcy usług internetowych (ISP). Potrzebujesz podać nazwę użytkownika, hasło i numer telefonu, a WvDial wynegocjuje połączenie PPP używając potrzebnych mechanizmów. %prep %setup -q %patch0 -p1 %build %{__make} \ PREFIX=%{_prefix} \ BINDIR=%{_bindir} \ MANDIR=%{_mandir} \ COPTS="%{rpmcflags}" \ CXXOPTS="%{rpmcflags} -fno-rtti -fno-exceptions -fno-implicit-templates" \ LDOPTS="%{rpmldflags}" %install rm -rf $RPM_BUILD_ROOT %{__make} install \ PREFIX=$RPM_BUILD_ROOT%{_prefix} \ BINDIR=$RPM_BUILD_ROOT%{_bindir} \ MANDIR=$RPM_BUILD_ROOT%{_mandir} \ PPPDIR=$RPM_BUILD_ROOT%{_sysconfdir}/ppp/peers gzip -9nf README CHANGES ANNOUNCE %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc *.gz %attr(755,root,root) %{_bindir}/* %{_mandir}/man1/* %config %{_sysconfdir}/ppp/peers/wvdial