]> git.pld-linux.org Git - packages/wvdial.git/blame - wvdial.spec
- added link patch (fixes build with -as-needed)
[packages/wvdial.git] / wvdial.spec
CommitLineData
5570a2c0 1Summary: A heuristic autodialer for PPP connections
3fbae7b2 2Summary(pl.UTF-8): Heurystyczny "autowydzwaniacz" dla połączeń PPP
0968eda5 3Name: wvdial
a0203d16 4Version: 1.61
06e31ecf 5Release: 2
69d559d6 6License: LGPL v2
0968eda5 7Group: Networking/Daemons
a0203d16
AM
8Source0: http://wvstreams.googlecode.com/files/%{name}-%{version}.tar.gz
9# Source0-md5: acd3b2050c9b65fff2aecda6576ee7bc
69d559d6 10Patch0: %{name}-link.patch
e31fb7cd 11URL: http://alumnit.ca/wiki/index.php?page=WvDial
bc74cdf0 12BuildRequires: libstdc++-devel
3ca48053 13BuildRequires: pkgconfig
e31fb7cd 14BuildRequires: wvstreams-devel >= 4.5
589855eb 15Requires: ppp >= 2.4.0
8596716c 16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
0968eda5
SZ
17
18%description
5570a2c0
JB
19WvDial automatically locates and configures modems and can log into
20almost any ISP's server without special configuration. You need to
21input the username, password, and phone number, and then WvDial will
22negotiate the PPP connection using any mechanism needed.
0968eda5 23
e4ff5cfe 24%description -l pl.UTF-8
69d559d6 25WvDial automatycznie wyszukuje i konfiguruje modem, i potrafi się
e4ff5cfe 26zalogować do praktycznie każdego serwera dostawcy usług internetowych
69d559d6 27(ISP). Trzeba wprowadzić nazwę użytkownika, hasło i numer telefonu, a
e4ff5cfe 28WvDial wynegocjuje połączenie PPP używając potrzebnych mechanizmów.
0968eda5
SZ
29
30%prep
31%setup -q
69d559d6 32%patch0 -p1
58a02c77 33
0968eda5 34%build
69d559d6
JB
35# not autoconf generated, no arguments used
36./configure
37%{__make} -j1 \
38 CC="%{__cc}" \
39 CXX="%{__cxx}" \
40 CPPOPTS="%{rpmcppflags}" \
41 COPTS="%{rpmcflags}" \
42 CXXOPTS="%{rpmcppflags}" \
43 VERBOSE=1 \
44 WVSTREAMS_LIB=. \
45 enable_debug=no
0968eda5
SZ
46
47%install
48rm -rf $RPM_BUILD_ROOT
68ee6c10 49%{__make} install \
a453035d
SZ
50 PREFIX=$RPM_BUILD_ROOT%{_prefix} \
51 BINDIR=$RPM_BUILD_ROOT%{_bindir} \
52 MANDIR=$RPM_BUILD_ROOT%{_mandir} \
53 PPPDIR=$RPM_BUILD_ROOT%{_sysconfdir}/ppp/peers
54
0968eda5 55%clean
eb2d93cc 56rm -rf $RPM_BUILD_ROOT
0968eda5
SZ
57
58%files
59%defattr(644,root,root,755)
69d559d6
JB
60%doc CHANGES ChangeLog FAQ MENUS README TODO
61%attr(755,root,root) %{_bindir}/wvdial
62%attr(755,root,root) %{_bindir}/wvdialconf
63%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ppp/peers/wvdial
64%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ppp/peers/wvdial-pipe
65%{_mandir}/man1/wvdial.1*
66%{_mandir}/man1/wvdialconf.1*
67%{_mandir}/man5/wvdial.conf.5*
This page took 0.104496 seconds and 4 git commands to generate.