wvdial-vl.spec 7.0 KB

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