]> git.pld-linux.org Git - packages/wvdial.git/blob - wvdial.spec
- massive attack: source-md5
[packages/wvdial.git] / wvdial.spec
1 Summary:        A heuristic autodialer for PPP connections
2 Summary(pl):    Heurystyczny "autowydzwaniacz" dla po³±czeñ PPP
3 Name:           wvdial
4 Version:        1.53
5 Release:        1
6 License:        LGPL
7 Group:          Networking/Daemons
8 Source0:        http://www.worldvisions.ca/wvdial/%{name}-%{version}.tar.gz
9 # Source0-md5:  e5432b4812b76e31b37cc10b6df62f5f
10 Patch0:         %{name}-make.patch
11 URL:            http://open.nit.ca/wvdial/
12 BuildRequires:  libstdc++-devel
13 BuildRequires:  wvstreams-devel
14 Requires:       ppp >= 2.4.0
15 Buildroot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 WvDial automatically locates and configures modems and can log into
19 almost any ISP's server without special configuration. You need to
20 input the username, password, and phone number, and then WvDial will
21 negotiate the PPP connection using any mechanism needed.
22
23 Install wvdial if you need a utility to configure your modem and set
24 up a PPP connection.
25
26 %description -l pl
27 WvDial automatycznie wyszukuje i konfiguruje modem, i mo¿e sie
28 zalogowaæ do praktycznie ka¿dego serwera dostawcy us³ug internetowych
29 (ISP). Potrzebujesz podaæ nazwê u¿ytkownika, has³o i numer telefonu, a
30 WvDial wynegocjuje po³±czenie PPP u¿ywaj±c potrzebnych mechanizmów.
31
32 %prep
33 %setup -q
34 %patch0 -p1
35
36 %build
37 %{__make} \
38         CXX="%{__cxx}" \
39         PREFIX=%{_prefix} \
40         BINDIR=%{_bindir} \
41         MANDIR=%{_mandir} \
42         COPTS="%{rpmcflags}" \
43         CXXOPTS="%{rpmcflags} -fno-rtti -fno-exceptions -fno-implicit-templates" \
44         LDOPTS="%{rpmldflags}"
45
46 %install
47 rm -rf $RPM_BUILD_ROOT
48 %{__make} install \
49         PREFIX=$RPM_BUILD_ROOT%{_prefix} \
50         BINDIR=$RPM_BUILD_ROOT%{_bindir} \
51         MANDIR=$RPM_BUILD_ROOT%{_mandir} \
52         PPPDIR=$RPM_BUILD_ROOT%{_sysconfdir}/ppp/peers
53
54 %clean
55 rm -rf $RPM_BUILD_ROOT
56
57 %files
58 %defattr(644,root,root,755)
59 %doc README CHANGES ANNOUNCE src/FAQ src/TODO src/MENUS
60 %attr(755,root,root) %{_bindir}/*
61 %{_mandir}/man?/*
62 %config %{_sysconfdir}/ppp/peers/*
This page took 0.044446 seconds and 3 git commands to generate.