
%define name quickppp
%define version 1.1.0
%define release 1
%define prefix /usr
Summary : QuickPPP is a simple utility that sets up a PPP connection
Name: %{name}
Version: %{version}
Release: %{release}
Copyright: GPL
Distribution : Build for Red Hat 6.2
Vendor: Boubouline Software
Packager: Okki <crow@planete.net>
URL: http://okki.lefute.com
Group: Applications/Internet
Source: %{name}-%{version}-%{release}.tar.gz
BuildRoot: /var/tmp/%{name}-buildroot
Prefix: %{prefix}
Docdir: %{prefix}/doc

%description
 QuickPPP is a simple utility that sets up a PPP connection to your ISP
using pppd. While its fairly simple to use, its not foolproof, so make sure
you enter the right stuff! It uses PAP authentication, so it will work with
pretty much any ISP that works in Windows9x DialUp Networking (I think it
will work with all of them.) It has been tried with a few ISPs and it has
worked great.

%prep

%setup

%build

%install

%clean

%files
%defattr (-,root,root)
%doc README README-OLD
/usr/bin/quickppp
/usr/bin/quickppp.c
/usr/bin/quickppp.o

%changelog

* Sat Jun 24 2000 Georges Seguin crow@planete.net 
- First RPM
