Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37041755
en ru br
ALT Linux repos
S:1.61-alt3.git20090513.qa3
5.0: 1.61-alt2.git20090513.M50.1
3.0: 1.54.0-alt3

Group :: Networking/Remote access
RPM: wvdial

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: wvdial
Version: 1.61
Release: alt2.git20090513.M50.1

Summary: A heuristic autodialer for PPP connections
License: LGPL
Group: Networking/Remote access
Packager: Eugeny A. Rostovtsev (REAL) <real at altlinux.org>

URL: http://alumnit.ca/wiki/index.php?page=WvDial
# git pull git://github.com/wlach/wvdial.git master:upstream
Source: %name-%version.tar.gz
Patch: wvdial-1.61-LIBS_ATDP.patch

# Added by buildreq2 on Sun May 01 2005

BuildRequires: gcc-c++
BuildRequires: libwvstreams-devel-static libuniconf-devel

%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
%patch -p0

%build
sed -i '544s|(int.*))||' wvmodemscan.cc
%configure
%make_build VERBOSE=1 CFLAGS="%optflags"

%install
%makeinstall \
PREFIX=%buildroot%_prefix \
PPPDIR=%buildroot%_sysconfdir/ppp/peers \
BINDIR=%buildroot%_bindir \
MANDIR=%buildroot%_mandir \
install

%files
%_bindir/%name
%_bindir/wvdialconf
%_man1dir/%name.*
%_man1dir/wvdialconf.*
%_man5dir/%name.conf.*
%attr(640,root,uucp) %config(noreplace) %_sysconfdir/ppp/peers/%name
%attr(640,root,uucp) %config(noreplace) %_sysconfdir/ppp/peers/%name-pipe
%doc CHANGES FAQ MENUS README TODO

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin