# qadsl.spec # # Copyright (c) 2003 Joachim Nilsson # %define name qadsl %define version 1.3.3 %define release 1 %define manifest %{_builddir}/%{name}-%{version}-%{release}.manifest # required items Name: %{name} Version: %{version} Release: %{release} Copyright: GPL Group: Application/Misc # optional items #Vendor: Joachim Nilsson #Distribution: #Icon: #URL: #Packager: Joachim Nilsson # source + patches Source: %{name}-%{version}.tar.gz #Source1: #Patch: #Patch1: # RPM info # XXX: needs to be worked out by someone with an RPM based system. #Provides: #Requires: #Conflicts: #Prereq: #Prefix: /usr BuildRoot: /var/tmp/%{name}-%{version} Summary: Auto-login & keep-alive for Internet connections. %description Frustrated about having to "log in" to your paid Internet connection? qadsl is a small utility that automates the login process to Telia, COMHEM, Tiscali and other Internet Service Providers, ISPs. It features a keep-alive daemon that periodically connects to your ISP ensuring that your connection to the Internet are not logged out all of a sudden. qadsl works for any type of connection where your ISP has put a login server in your way. qadsl - In pursuit of a free Internet! This build was configured as follows: qadsl.spec. Generated from qadsl.spec.in by configure. %prep %setup -q #%patch0 -p1 %build %configure make %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT %makeinstall # __os_install_post is implicitly expanded after the # %install section... do it now, and then disable it, # so all work is done before building manifest. %{?__os_install_post} %define __os_install_post %{nil} # build the file list automagically into %{manifest} cd $RPM_BUILD_ROOT rm -f %{manifest} find . -type d \ | sed '1,2d;s,^\.,\%attr(-\,root\,root) \%dir ,' >> %{manifest} find . -type f \ | sed 's,^\.,\%attr(-\,root\,root) ,' >> %{manifest} find . -type l \ | sed 's,^\.,\%attr(-\,root\,root) ,' >> %{manifest} #%pre #%post #%preun #%postun %clean rm -f %{manifest} rm -rf $RPM_BUILD_ROOT %files -f %{manifest} %defattr(-, root, root) #%doc AUTHORS COPYING NEWS README ChangeLog INSTALL COPYING #%docdir #%config %changelog * Sat Jan 31 2004 Joachim Nilsson - Initial release of spec file for qadsl-1.3.1 - NOT TESTED!