123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241 |
- Summary: A heuristic autodialer for PPP connections
- Name: wvdial
- Version: 1.61
- Release: 1%{?_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 Jun 11 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.61-1
- - update to 1.61
- - remove Patch2
- * Tue Oct 14 2008 Shu KONNO <owa@bg.wakwak.com> 1.60-1vl5
- - applied new versioning policy, spec in utf-8
- * Mon Nov 19 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.60-0vl1
- - initial build for Vine Linux
- * Mon Oct 29 2007 Bill Nottingham <notting@redhat.com> - 1.60-3
- - fix remotename patch (#348831, #344391)
- * Wed Oct 10 2007 Ondrej Vasik <ovasik@redhat.com> - 1.60-2
- - added option for dial timeout(#200375)
- * Fri Aug 17 2007 Harald Hoyer <harald@rawhide.home> - 1.60-1
- - version 1.60
- - changed license tag to LGPLv2
- * Thu Jun 28 2007 Harald Hoyer <harald@redhat.com> - 1.56-1
- - version 1.56
- * Wed Apr 18 2007 Harald Hoyer <harald@redhat.com> - 1.54.0-6
- - specfile review
- * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.54.0-5.2.2.1
- - rebuild
- * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.54.0-5.2.2
- - bump again for double-long bug on ppc(64)
- * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.54.0-5.2.1
- - rebuilt for new gcc4.1 snapshot and glibc changes
- * Mon Dec 19 2005 Harald Hoyer <harald@redhat.com>
- - rebuilt
- * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
- - rebuilt
- * Thu Mar 03 2005 Harald Hoyer <harald@redhat.com>
- - rebuilt
- * Wed Feb 09 2005 Harald Hoyer <harald@redhat.com>
- - rebuilt
- * Tue Sep 21 2004 Harald Hoyer <harald@redhat.com> 1.54.0-3
- - added openssl-devel build req (bug 132887)
- * Mon Aug 31 2004 Harald Hoyer <harald@redhat.com> 1.54.0-2
- - added empty wvdial.conf file (bug 130622)
- * Mon Jun 21 2004 Harald Hoyer <harald@redhat.com> 1.54.0-1
- - version 1.54.0
- * Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
- - rebuilt
- * Tue Jun 01 2004 Karsten Hopp <karsten@redhat.de> 1.53-14
- - remove -O0
- * Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
- - rebuilt
- * Mon Sep 8 2003 Nalin Dahyabhai <nalin@redhat.com> 1.53-12
- - rebuild
- * Mon Sep 8 2003 Nalin Dahyabhai <nalin@redhat.com> 1.53-11
- - rebuild
- * Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
- - rebuilt
- * Wed Jan 22 2003 Tim Powers <timp@redhat.com>
- - rebuilt
- * Thu Nov 14 2002 Nalin Dahyabhai <nalin@redhat.com> 1.53-8
- - remove unpackaged files after %%install
- * Mon Aug 12 2002 Nalin Dahyabhai <nalin@redhat.com> 1.53-7
- - add missing URL
- - document --remotename in the man page
- * Sat Aug 10 2002 Elliot Lee <sopwith@redhat.com> 1.53-6
- - rebuilt with gcc-3.2 (we hope)
- * Fri Aug 9 2002 Nalin Dahyabhai <nalin@redhat.com> 1.53-5
- - re-allow specifying the remotename at startup-time
- - add man page for the configuration file
- * Tue Jul 23 2002 Tim Powers <timp@redhat.com> 1.53-4
- - build using gcc-3.2-0.1
- * Fri Jun 21 2002 Tim Powers <timp@redhat.com> 1.53-3
- - automated rebuild
- * Sun May 26 2002 Tim Powers <timp@redhat.com> 1.53-2
- - automated rebuild
- * Wed Apr 10 2002 Nalin Dahyabhai <nalin@redhat.com> 1.53-1
- - update to 1.53
- * Thu Apr 4 2002 Nalin Dahyabhai <nalin@redhat.com> 1.52-1
- - update to 1.52
- * Wed Mar 27 2002 Nalin Dahyabhai <nalin@redhat.com> 1.51-1
- - update to 1.51
- * Fri Feb 22 2002 Nalin Dahyabhai <nalin@redhat.com> 1.50-1
- - update to 1.50
- - use lockdev for locking
- * Thu Jan 24 2002 Than Ngo <than@redhat.com> 1.41-18
- - fix to build against g++ 3
- * Wed Sep 12 2001 Tim Powers <timp@redhat.com>
- - rebuild with new gcc and binutils
- * Mon Jul 23 2001 Nalin Dahyabhai <nalin@redhat.com>
- - bump the release and rebuild
- * Wed Jul 11 2001 Nalin Dahyabhai <nalin@redhat.com>
- - bump the release and rebuild
- * Tue Jul 3 2001 Nalin Dahyabhai <nalin@redhat.com>
- - change Copyright: tag to License:
- * Mon Apr 2 2001 Nalin Dahyabhai <nalin@redhat.com>
- - include the actual TODO file in docs, not a dangling symlink to it (#34385)
- * Mon Feb 12 2001 Nalin Dahyabhai <nalin@redhat.com>
- - Merge in latest -libs patch from rp3.
- * Mon Aug 21 2000 Nalin Dahyabhai <nalin@redhat.com>
- - Merge in latest -libs patch from rp3.
- * Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
- - automatic rebuild
- * Tue Jul 2 2000 Jakub Jelinek <jakub@redhat.com>
- - Rebuild with new C++
- * Sat Jun 17 2000 Bill Nottingham <notting@redhat.com>
- - add %%defattr
- * Fri Jun 16 2000 Nalin Dahyabhai <nalin@redhat.com>
- - Merge in latest -libs patch from rp3.
- * Sun Jun 4 2000 Nalin Dahyabhai <nalin@redhat.com>
- - FHS fixes.
- * Fri May 5 2000 Bill Nottingham <notting@redhat.com>
- - fix build with more strict c++ compiler
- * Tue Mar 7 2000 Jeff Johnson <jbj@redhat.com>
- - rebuild for sparc baud rates > 38400.
- * Fri Jan 28 2000 Nalin Dahyabhai <nalin@redhat.com>
- - sync up to copy in rp3's CVS repository for consistency, except for
- changes to Makefiles
- * Thu Jan 13 2000 Nalin Dahyabhai <nalin@redhat.com>
- - update to 1.41, backing out patches that are now in mainline source
- * Sat Sep 18 1999 Michael K. Johnson <johnsonm@redhat.com>
- - improved the speed up dialing patch
- - improved the inheritance patch
- * Fri Sep 17 1999 Michael K. Johnson <johnsonm@redhat.com>
- - added explicit inheritance to wvdial.conf
- - speed up dialing
- * Mon Sep 13 1999 Michael K. Johnson <johnsonm@redhat.com>
- - 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 <johnsonm@redhat.com>
- - chat mode fix to make CHAP/PAP work with chat mode
- * Mon Aug 02 1999 Michael K. Johnson <johnsonm@redhat.com>
- - Packaged 1.40
- * Wed Jul 28 1999 Michael K. Johnson <johnsonm@redhat.com>
- - Initial Red Hat package
|