Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > f6cd59a9659c434c2f6df5be5d91ab69 > files > 4

wvdial-1.54.0-3mdk.src.rpm

%define name      wvdial
%define version   1.54.0
%define release   3mdk

Summary:	A heuristic autodialer for PPP connections.
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	LGPL
Group:		System/Configuration/Networking
Source0:	http://open.nit.ca/download/%{name}-%{version}.tar.bz2
Url:		http://open.nit.ca/wvdial
Patch0: 	%{name}-%{version}-bad_analyse.patch.bz2
Patch1: 	%{name}-%{version}-remotename.patch.bz2
BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
Requires: 	ppp >= 2.3.7
Buildrequires: 	libwvstreams-devel >= 3.74.0

%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.
Install wvdial if you need a utility to configure your modem and set
up a PPP connection.

%prep
%setup -q
%patch0 -p1 -b .bad_analyse
%patch1 -p1 -b .remotename

%build
%make "VERBOSE=1"

%install
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
install -d -m 755 $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d

%clean
 rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc CHANGES COPYING.LIB FAQ MENUS README TODO
%attr(4755,root,root)	%{_bindir}/%{name}
%attr(0755,root,root)	%{_bindir}/%{name}conf
%attr(0644,root,root)	%{_mandir}/man1/*
%attr(0644,root,root)	%{_mandir}/man5/*
%attr(0644,root,daemon)	%config(noreplace) %{_sysconfdir}/ppp/peers/%{name}
%attr(0644,root,daemon)	%config(noreplace) %{_sysconfdir}/ppp/peers/%{name}-pipe

%changelog
* Fri Jul  9 2004 Olivier Blin <blino@mandrake.org> 1.54.0-3mdk
- rebuild for libstdc++6

* Sat Jan  3 2004 Olivier Blin <blino@mandrake.org> 1.54.0-2mdk
- remove bash-completion source, it was merged in bash-completion

* Tue Dec 23 2003 Olivier Blin <blino@mandrake.org> 1.54.0-1mdk
- fix perms on peer options files
- bash completion support :-) (Source1)
- use VERBOSE=1 in make not to lie about options
- rediff -remotename patch
- use %%make
- don't check if $RPM_BUILD_ROOT is / before removing it ...
- fix unitialized and unneeded buffer in analyse_line() (Patch0)
- new release

* Thu Aug 04 2003 Aurelien Lemaire <alemaire@mandrakesoft.com> 1.53-3mdk
- Fix undefined references on crypt lib
- Fix buildrequires with vitual providing name

* Mon Jul 21 2003 Per Øyvind Karlsen <peroyvind@sintrax.net> 1.53-2mdk
- rebuild

* Thu Dec 19 2002 Aurelien Lemaire <alemaire@mandrakesoft.com> 1.53-1mdk
- New version : 1.53
- Update Source
- Add Url
- Add build-requires
- Change Copyright to License
- Document --remotename in the man page
- Remove C++ fix patch

* Wed Aug 14 2002 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 1.42-4mdk
- Automated rebuild with gcc 3.2-0.3mdk

* Thu Jul 25 2002 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 1.42-3mdk
- Automated rebuild with gcc3.2

* Sat Jul 13 2002 Geoffrey Lee <snailtalk@mandrakesoft.com> 1.42-2mdk
- Don't unset alpha opt flags.
- C++ fix.

* Fri Jun 22 2001 Renaud Chaillat <rchaillat@mandrakesoft.com> 1.42-1mdk
- initial mandrake release

* 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