Summary: A heuristic autodialer for PPP connections Name: wvdial Version: 1.61 Release: 2%{?_dist_release} License: LGPLv2 URL: http://alumnit.ca/wiki/index.php?page=WvDial Group: System Environment/Daemons Source0: http://alumnit.ca/download/wvdial-%{version}.tar.gz Patch1: wvdial-1.60-remotename.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libwvstreams-devel >= 0:4.4, openssl-devel BuildRequires: pkgconfig Requires: ppp >= 2.3.7 %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. #' %prep %setup -q %patch1 -p1 -b .remotename %build %configure make \ XX_LIBS="-lcrypt" \ PREFIX=%{_prefix} \ BINDIR=%{_bindir} \ MANDIR=%{_mandir} \ PPPDIR=%{_sysconfdir}/ppp/peers $@ %install [ "$RPM_BUILD_ROOT" != "/" ] && 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 rm $RPM_BUILD_ROOT/%{_sysconfdir}/ppp/peers/wvdial-pipe touch $RPM_BUILD_ROOT/%{_sysconfdir}/wvdial.conf %clean [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc CHANGES* COPYING* README* TODO FAQ %attr(0755,root,root) %{_bindir}/* %attr(0644,root,root) %{_mandir}/man1/* %attr(0644,root,root) %{_mandir}/man5/* %attr(0600,root,daemon) %config %{_sysconfdir}/ppp/peers/wvdial %verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/wvdial.conf %changelog * Sat Sep 03 2016 Toshiaki Ara 1.61-2 - rebuild with gcc-5.4.0 * Sat Jun 11 2011 Yoji TOYODA 1.61-1 - update to 1.61 - remove Patch2 * Tue Oct 14 2008 Shu KONNO 1.60-1vl5 - applied new versioning policy, spec in utf-8 * Mon Nov 19 2007 Daisuke SUZUKI 1.60-0vl1 - initial build for Vine Linux * Mon Oct 29 2007 Bill Nottingham - 1.60-3 - fix remotename patch (#348831, #344391) * Wed Oct 10 2007 Ondrej Vasik - 1.60-2 - added option for dial timeout(#200375) * Fri Aug 17 2007 Harald Hoyer - 1.60-1 - version 1.60 - changed license tag to LGPLv2 * Thu Jun 28 2007 Harald Hoyer - 1.56-1 - version 1.56 * Wed Apr 18 2007 Harald Hoyer - 1.54.0-6 - specfile review * Wed Jul 12 2006 Jesse Keating - 1.54.0-5.2.2.1 - rebuild * Fri Feb 10 2006 Jesse Keating - 1.54.0-5.2.2 - bump again for double-long bug on ppc(64) * Tue Feb 07 2006 Jesse Keating - 1.54.0-5.2.1 - rebuilt for new gcc4.1 snapshot and glibc changes * Mon Dec 19 2005 Harald Hoyer - rebuilt * Fri Dec 09 2005 Jesse Keating - rebuilt * Thu Mar 03 2005 Harald Hoyer - rebuilt * Wed Feb 09 2005 Harald Hoyer - rebuilt * Tue Sep 21 2004 Harald Hoyer 1.54.0-3 - added openssl-devel build req (bug 132887) * Mon Aug 31 2004 Harald Hoyer 1.54.0-2 - added empty wvdial.conf file (bug 130622) * Mon Jun 21 2004 Harald Hoyer 1.54.0-1 - version 1.54.0 * Tue Jun 15 2004 Elliot Lee - rebuilt * Tue Jun 01 2004 Karsten Hopp 1.53-14 - remove -O0 * Fri Feb 13 2004 Elliot Lee - rebuilt * Mon Sep 8 2003 Nalin Dahyabhai 1.53-12 - rebuild * Mon Sep 8 2003 Nalin Dahyabhai 1.53-11 - rebuild * Wed Jun 04 2003 Elliot Lee - rebuilt * Wed Jan 22 2003 Tim Powers - rebuilt * Thu Nov 14 2002 Nalin Dahyabhai 1.53-8 - remove unpackaged files after %%install * Mon Aug 12 2002 Nalin Dahyabhai 1.53-7 - add missing URL - document --remotename in the man page * Sat Aug 10 2002 Elliot Lee 1.53-6 - rebuilt with gcc-3.2 (we hope) * Fri Aug 9 2002 Nalin Dahyabhai 1.53-5 - re-allow specifying the remotename at startup-time - add man page for the configuration file * Tue Jul 23 2002 Tim Powers 1.53-4 - build using gcc-3.2-0.1 * Fri Jun 21 2002 Tim Powers 1.53-3 - automated rebuild * Sun May 26 2002 Tim Powers 1.53-2 - automated rebuild * Wed Apr 10 2002 Nalin Dahyabhai 1.53-1 - update to 1.53 * Thu Apr 4 2002 Nalin Dahyabhai 1.52-1 - update to 1.52 * Wed Mar 27 2002 Nalin Dahyabhai 1.51-1 - update to 1.51 * Fri Feb 22 2002 Nalin Dahyabhai 1.50-1 - update to 1.50 - use lockdev for locking * Thu Jan 24 2002 Than Ngo 1.41-18 - fix to build against g++ 3 * Wed Sep 12 2001 Tim Powers - rebuild with new gcc and binutils * Mon Jul 23 2001 Nalin Dahyabhai - bump the release and rebuild * Wed Jul 11 2001 Nalin Dahyabhai - bump the release and rebuild * Tue Jul 3 2001 Nalin Dahyabhai - change Copyright: tag to License: * Mon Apr 2 2001 Nalin Dahyabhai - include the actual TODO file in docs, not a dangling symlink to it (#34385) * Mon Feb 12 2001 Nalin Dahyabhai - Merge in latest -libs patch from rp3. * Mon Aug 21 2000 Nalin Dahyabhai - Merge in latest -libs patch from rp3. * Thu Jul 13 2000 Prospector - automatic rebuild * Tue Jul 2 2000 Jakub Jelinek - Rebuild with new C++ * Sat Jun 17 2000 Bill Nottingham - add %%defattr * Fri Jun 16 2000 Nalin Dahyabhai - Merge in latest -libs patch from rp3. * Sun Jun 4 2000 Nalin Dahyabhai - FHS fixes. * Fri May 5 2000 Bill Nottingham - fix build with more strict c++ compiler * Tue Mar 7 2000 Jeff Johnson - rebuild for sparc baud rates > 38400. * Fri Jan 28 2000 Nalin Dahyabhai - sync up to copy in rp3's CVS repository for consistency, except for changes to Makefiles * Thu Jan 13 2000 Nalin Dahyabhai - update to 1.41, backing out patches that are now in mainline source * Sat Sep 18 1999 Michael K. Johnson - improved the speed up dialing patch - improved the inheritance patch * Fri Sep 17 1999 Michael K. Johnson - added explicit inheritance to wvdial.conf - speed up dialing * Mon Sep 13 1999 Michael K. Johnson - improved the chat mode fix to allow specifying the remotename so that multiple wvdial instances can't step on each other. * Fri Sep 10 1999 Michael K. Johnson - chat mode fix to make CHAP/PAP work with chat mode * Mon Aug 02 1999 Michael K. Johnson - Packaged 1.40 * Wed Jul 28 1999 Michael K. Johnson - Initial Red Hat package