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