wvdial-vl.spec 7.0 KB

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