]> git.pld-linux.org Git - packages/wvdial.git/blob - wvdial.spec
- removed all Group fields translations (oure rpm now can handle translating
[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:        2
6 License:        LGPL
7 Group:          Networking/Daemons
8 Source0:        http://www.worldvisions.ca/wvdial/%{name}-%{version}.tar.gz
9 Patch0:         %{name}-g++3.patch
10 BuildRequires:  libstdc++-devel
11 Requires:       ppp >= 2.3.7
12 Buildroot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 WvDial automatically locates and configures modems and can log into
16 almost any ISP's server without special configuration. You need to
17 input the username, password, and phone number, and then WvDial will
18 negotiate the PPP connection using any mechanism needed.
19
20 Install wvdial if you need a utility to configure your modem and set
21 up a PPP connection.
22
23 %description -l pl
24 WvDial automatycznie wyszukuje i konfiguruje modem, i mo¿e sie
25 zalogowaæ do praktycznie ka¿dego serwera dostawcy us³ug internetowych
26 (ISP). Potrzebujesz podaæ nazwê u¿ytkownika, has³o i numer telefonu, a
27 WvDial wynegocjuje po³±czenie PPP u¿ywaj±c potrzebnych mechanizmów.
28
29 %prep
30 %setup -q
31 %patch0 -p1
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.091085 seconds and 4 git commands to generate.