Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > 69249ca64b3c701bb7a6f8395ddf3dd0 > files > 2

qadsl-1.3.3-1mdk.src.rpm

%define	name	qadsl
%define	version	1.3.3
%define	release	1mdk

Summary:	Autologin & Keep-Alive Daemon for Internet Connections
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		System/Servers 
URL:		http://savannah.nongnu.org/projects/qadsl/
Source:		%{name}-%{version}.tar.bz2
BuildRoot:	%{_tmppath}/%{name}-buildroot

%description
qADSL is an auto-login & keep-alive daemon for Internet connections.
It was created to automate the annoying login process of several
Swedish ISP's, e.g., Telia ADSL, COMHEM and Tiscali. All of which use
the Orbyte Wireless System from Swedish company ServiceFactory AB --
see <http://www.servicefactory.se> for more info.

If our dear ISP's could keep better tabs on their ports vs. their
subscribers then this program would be obsolete. Would we all not be
a lot happier to simply pay for our Internet connection and be online
as long as our NIC and the ISP's switch have a linkup?

%prep

%setup -q

%build

%configure2_5x --sbindir=/sbin

%make

%install
[ -n "%{buildroot}" -a "%{buildroot}" != / ] && rm -rf %{buildroot}

%makeinstall_std

# clean up
rm -rf %{buildroot}%{_infodir}

%clean
[ -n "%{buildroot}" -a "%{buildroot}" != / ] && rm -rf %{buildroot}

%files
%defattr(-,root,root,0755)
%doc INSTALL
%config(noreplace) %{_sysconfdir}/%{name}.conf
/sbin/%{name}
%{_mandir}/man5/*
%{_mandir}/man8/*

%changelog
* Tue Jul 20 2004 Oden Eriksson <oeriksson@mandrakesoft.com> 1.3.3-1mdk
- 1.3.3
- fix description

* Sat May 08 2004 Oden Eriksson <oeriksson@mandrakesoft.com> 1.3.2-1mdk
- 1.3.2

* Sun Feb 01 2004 Oden Eriksson <oden.eriksson@deserve-it.com> 1.3.1-1mdk
- 1.3.1

* Sun Jan 25 2004 Oden Eriksson <oden.eriksson@deserve-it.com> 1.3.0-1mdk
- 1.3.0

* Thu Jul 10 2003 Oden Eriksson <oden.eriksson@kvikkjokk.net> 1.2-5mdk
- rebuild

* Thu Jan 16 2003 Oden Eriksson <oden.eriksson@kvikkjokk.net> 1.2-4mdk
- build release

* Sun May 19 2002 Oden Eriksson <oden.eriksson@kvikkjokk.net> 1.2-3mdk
- added a note in the description saying this package may be for
  Swedish habitants only; as suggested by Yves Duret

* Sat May 18 2002 Oden Eriksson <oden.eriksson@kvikkjokk.net> 1.2-2mdk
- fix pidfile location (P1)
- rebuilt with gcc3.1

* Sat Dec 1 2001 Oden Eriksson <oden.eriksson@kvikkjokk.net> 1.2-1mdk
- update to 1.2
- initial cooker contrib.

* Thu May 31 2001 Oden Eriksson <oden.eriksson@kvikkjokk.net> 1.0-1mdk
- initial mandrake package