|
@@ -1,13 +1,12 @@
|
|
Summary: A heuristic autodialer for PPP connections
|
|
Summary: A heuristic autodialer for PPP connections
|
|
Name: wvdial
|
|
Name: wvdial
|
|
-Version: 1.60
|
|
+Version: 1.61
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
License: LGPLv2
|
|
License: LGPLv2
|
|
URL: http://alumnit.ca/wiki/index.php?page=WvDial
|
|
URL: http://alumnit.ca/wiki/index.php?page=WvDial
|
|
Group: System Environment/Daemons
|
|
Group: System Environment/Daemons
|
|
Source0: http://alumnit.ca/download/wvdial-%{version}.tar.gz
|
|
Source0: http://alumnit.ca/download/wvdial-%{version}.tar.gz
|
|
Patch1: wvdial-1.60-remotename.patch
|
|
Patch1: wvdial-1.60-remotename.patch
|
|
-Patch2: wvdial-1.60-dialtimeout.patch
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
BuildRequires: libwvstreams-devel >= 0:4.4, openssl-devel
|
|
BuildRequires: libwvstreams-devel >= 0:4.4, openssl-devel
|
|
BuildRequires: pkgconfig
|
|
BuildRequires: pkgconfig
|
|
@@ -22,11 +21,10 @@ negotiate the PPP connection using any mechanism needed.
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
%patch1 -p1 -b .remotename
|
|
%patch1 -p1 -b .remotename
|
|
-%patch2 -p1 -b .dialtimeout
|
|
|
|
|
|
|
|
%build
|
|
%build
|
|
|
|
+%configure
|
|
make \
|
|
make \
|
|
- CPPOPTS="$RPM_OPT_FLAGS -fno-rtti" \
|
|
|
|
XX_LIBS="-lcrypt" \
|
|
XX_LIBS="-lcrypt" \
|
|
PREFIX=%{_prefix} \
|
|
PREFIX=%{_prefix} \
|
|
BINDIR=%{_bindir} \
|
|
BINDIR=%{_bindir} \
|
|
@@ -56,6 +54,10 @@ touch $RPM_BUILD_ROOT/%{_sysconfdir}/wvdial.conf
|
|
%verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/wvdial.conf
|
|
%verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/wvdial.conf
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Jun 11 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.61-1
|
|
|
|
+- update to 1.61
|
|
|
|
+- remove Patch2
|
|
|
|
+
|
|
* Tue Oct 14 2008 Shu KONNO <owa@bg.wakwak.com> 1.60-1vl5
|
|
* Tue Oct 14 2008 Shu KONNO <owa@bg.wakwak.com> 1.60-1vl5
|
|
- applied new versioning policy, spec in utf-8
|
|
- applied new versioning policy, spec in utf-8
|
|
|
|
|