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