wvdial-vl.spec 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  1. Summary: A heuristic autodialer for PPP connections
  2. Name: wvdial
  3. Version: 1.61
  4. Release: 1%{?_dist_release}
  5. License: LGPLv2
  6. URL: http://alumnit.ca/wiki/index.php?page=WvDial
  7. Group: System Environment/Daemons
  8. Source0: http://alumnit.ca/download/wvdial-%{version}.tar.gz
  9. Patch1: wvdial-1.60-remotename.patch
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
  11. BuildRequires: libwvstreams-devel >= 0:4.4, openssl-devel
  12. BuildRequires: pkgconfig
  13. Requires: ppp >= 2.3.7
  14. %description
  15. WvDial automatically locates and configures modems and can log into
  16. almost any ISP's server without special configuration. You need to
  17. input the username, password, and phone number, and then WvDial will
  18. negotiate the PPP connection using any mechanism needed.
  19. %prep
  20. %setup -q
  21. %patch1 -p1 -b .remotename
  22. %build
  23. %configure
  24. make \
  25. XX_LIBS="-lcrypt" \
  26. PREFIX=%{_prefix} \
  27. BINDIR=%{_bindir} \
  28. MANDIR=%{_mandir} \
  29. PPPDIR=%{_sysconfdir}/ppp/peers $@
  30. %install
  31. [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
  32. make install \
  33. PREFIX=${RPM_BUILD_ROOT}%{_prefix} \
  34. BINDIR=${RPM_BUILD_ROOT}%{_bindir} \
  35. MANDIR=${RPM_BUILD_ROOT}%{_mandir} \
  36. PPPDIR=${RPM_BUILD_ROOT}%{_sysconfdir}/ppp/peers
  37. rm $RPM_BUILD_ROOT/%{_sysconfdir}/ppp/peers/wvdial-pipe
  38. touch $RPM_BUILD_ROOT/%{_sysconfdir}/wvdial.conf
  39. %clean
  40. [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
  41. %files
  42. %defattr(-,root,root)
  43. %doc CHANGES* COPYING* README* TODO FAQ
  44. %attr(0755,root,root) %{_bindir}/*
  45. %attr(0644,root,root) %{_mandir}/man1/*
  46. %attr(0644,root,root) %{_mandir}/man5/*
  47. %attr(0600,root,daemon) %config %{_sysconfdir}/ppp/peers/wvdial
  48. %verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/wvdial.conf
  49. %changelog
  50. * Sat Jun 11 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.61-1
  51. - update to 1.61
  52. - remove Patch2
  53. * Tue Oct 14 2008 Shu KONNO <owa@bg.wakwak.com> 1.60-1vl5
  54. - applied new versioning policy, spec in utf-8
  55. * Mon Nov 19 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.60-0vl1
  56. - initial build for Vine Linux
  57. * Mon Oct 29 2007 Bill Nottingham <notting@redhat.com> - 1.60-3
  58. - fix remotename patch (#348831, #344391)
  59. * Wed Oct 10 2007 Ondrej Vasik <ovasik@redhat.com> - 1.60-2
  60. - added option for dial timeout(#200375)
  61. * Fri Aug 17 2007 Harald Hoyer <harald@rawhide.home> - 1.60-1
  62. - version 1.60
  63. - changed license tag to LGPLv2
  64. * Thu Jun 28 2007 Harald Hoyer <harald@redhat.com> - 1.56-1
  65. - version 1.56
  66. * Wed Apr 18 2007 Harald Hoyer <harald@redhat.com> - 1.54.0-6
  67. - specfile review
  68. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.54.0-5.2.2.1
  69. - rebuild
  70. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.54.0-5.2.2
  71. - bump again for double-long bug on ppc(64)
  72. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.54.0-5.2.1
  73. - rebuilt for new gcc4.1 snapshot and glibc changes
  74. * Mon Dec 19 2005 Harald Hoyer <harald@redhat.com>
  75. - rebuilt
  76. * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
  77. - rebuilt
  78. * Thu Mar 03 2005 Harald Hoyer <harald@redhat.com>
  79. - rebuilt
  80. * Wed Feb 09 2005 Harald Hoyer <harald@redhat.com>
  81. - rebuilt
  82. * Tue Sep 21 2004 Harald Hoyer <harald@redhat.com> 1.54.0-3
  83. - added openssl-devel build req (bug 132887)
  84. * Mon Aug 31 2004 Harald Hoyer <harald@redhat.com> 1.54.0-2
  85. - added empty wvdial.conf file (bug 130622)
  86. * Mon Jun 21 2004 Harald Hoyer <harald@redhat.com> 1.54.0-1
  87. - version 1.54.0
  88. * Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
  89. - rebuilt
  90. * Tue Jun 01 2004 Karsten Hopp <karsten@redhat.de> 1.53-14
  91. - remove -O0
  92. * Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
  93. - rebuilt
  94. * Mon Sep 8 2003 Nalin Dahyabhai <nalin@redhat.com> 1.53-12
  95. - rebuild
  96. * Mon Sep 8 2003 Nalin Dahyabhai <nalin@redhat.com> 1.53-11
  97. - rebuild
  98. * Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
  99. - rebuilt
  100. * Wed Jan 22 2003 Tim Powers <timp@redhat.com>
  101. - rebuilt
  102. * Thu Nov 14 2002 Nalin Dahyabhai <nalin@redhat.com> 1.53-8
  103. - remove unpackaged files after %%install
  104. * Mon Aug 12 2002 Nalin Dahyabhai <nalin@redhat.com> 1.53-7
  105. - add missing URL
  106. - document --remotename in the man page
  107. * Sat Aug 10 2002 Elliot Lee <sopwith@redhat.com> 1.53-6
  108. - rebuilt with gcc-3.2 (we hope)
  109. * Fri Aug 9 2002 Nalin Dahyabhai <nalin@redhat.com> 1.53-5
  110. - re-allow specifying the remotename at startup-time
  111. - add man page for the configuration file
  112. * Tue Jul 23 2002 Tim Powers <timp@redhat.com> 1.53-4
  113. - build using gcc-3.2-0.1
  114. * Fri Jun 21 2002 Tim Powers <timp@redhat.com> 1.53-3
  115. - automated rebuild
  116. * Sun May 26 2002 Tim Powers <timp@redhat.com> 1.53-2
  117. - automated rebuild
  118. * Wed Apr 10 2002 Nalin Dahyabhai <nalin@redhat.com> 1.53-1
  119. - update to 1.53
  120. * Thu Apr 4 2002 Nalin Dahyabhai <nalin@redhat.com> 1.52-1
  121. - update to 1.52
  122. * Wed Mar 27 2002 Nalin Dahyabhai <nalin@redhat.com> 1.51-1
  123. - update to 1.51
  124. * Fri Feb 22 2002 Nalin Dahyabhai <nalin@redhat.com> 1.50-1
  125. - update to 1.50
  126. - use lockdev for locking
  127. * Thu Jan 24 2002 Than Ngo <than@redhat.com> 1.41-18
  128. - fix to build against g++ 3
  129. * Wed Sep 12 2001 Tim Powers <timp@redhat.com>
  130. - rebuild with new gcc and binutils
  131. * Mon Jul 23 2001 Nalin Dahyabhai <nalin@redhat.com>
  132. - bump the release and rebuild
  133. * Wed Jul 11 2001 Nalin Dahyabhai <nalin@redhat.com>
  134. - bump the release and rebuild
  135. * Tue Jul 3 2001 Nalin Dahyabhai <nalin@redhat.com>
  136. - change Copyright: tag to License:
  137. * Mon Apr 2 2001 Nalin Dahyabhai <nalin@redhat.com>
  138. - include the actual TODO file in docs, not a dangling symlink to it (#34385)
  139. * Mon Feb 12 2001 Nalin Dahyabhai <nalin@redhat.com>
  140. - Merge in latest -libs patch from rp3.
  141. * Mon Aug 21 2000 Nalin Dahyabhai <nalin@redhat.com>
  142. - Merge in latest -libs patch from rp3.
  143. * Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
  144. - automatic rebuild
  145. * Tue Jul 2 2000 Jakub Jelinek <jakub@redhat.com>
  146. - Rebuild with new C++
  147. * Sat Jun 17 2000 Bill Nottingham <notting@redhat.com>
  148. - add %%defattr
  149. * Fri Jun 16 2000 Nalin Dahyabhai <nalin@redhat.com>
  150. - Merge in latest -libs patch from rp3.
  151. * Sun Jun 4 2000 Nalin Dahyabhai <nalin@redhat.com>
  152. - FHS fixes.
  153. * Fri May 5 2000 Bill Nottingham <notting@redhat.com>
  154. - fix build with more strict c++ compiler
  155. * Tue Mar 7 2000 Jeff Johnson <jbj@redhat.com>
  156. - rebuild for sparc baud rates > 38400.
  157. * Fri Jan 28 2000 Nalin Dahyabhai <nalin@redhat.com>
  158. - sync up to copy in rp3's CVS repository for consistency, except for
  159. changes to Makefiles
  160. * Thu Jan 13 2000 Nalin Dahyabhai <nalin@redhat.com>
  161. - update to 1.41, backing out patches that are now in mainline source
  162. * Sat Sep 18 1999 Michael K. Johnson <johnsonm@redhat.com>
  163. - improved the speed up dialing patch
  164. - improved the inheritance patch
  165. * Fri Sep 17 1999 Michael K. Johnson <johnsonm@redhat.com>
  166. - added explicit inheritance to wvdial.conf
  167. - speed up dialing
  168. * Mon Sep 13 1999 Michael K. Johnson <johnsonm@redhat.com>
  169. - improved the chat mode fix to allow specifying the remotename
  170. so that multiple wvdial instances can't step on each other.
  171. * Fri Sep 10 1999 Michael K. Johnson <johnsonm@redhat.com>
  172. - chat mode fix to make CHAP/PAP work with chat mode
  173. * Mon Aug 02 1999 Michael K. Johnson <johnsonm@redhat.com>
  174. - Packaged 1.40
  175. * Wed Jul 28 1999 Michael K. Johnson <johnsonm@redhat.com>
  176. - Initial Red Hat package