
%define name prozilla
%define version 0.99.9.4
%define release 1
%define prefix /usr
Summary : ProZilla the Download Accelerator for Linux
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
ProZilla is a download accelerator for Linux which gives you a 200% to 300%
improvement in your file downloading speeds.

Features:
Supports FTP
Supports HTTP including redirection.
Resume Supported.
Complete acceleration: The file will be downloaded as fast as possible
as your bandwidth allows. Unlike certain other download accelerators
available for Linux this really works.
GTK interface: provides visual information for those that run ProZilla
under X. FTP passwords can be specified with the URL, or can be obtained
automatically from the .netrc is it exists.


%prep
rm -rf $RPM_BUILD_ROOT

%setup
./configure

%build
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"

%install
make prefix=$RPM_BUILD_ROOT%{prefix} install

%clean
rm -rf $RPM_BUILD_ROOT
rm -rf $RPM_BUILD_DIR/*

%files
%defattr (-,root,root)
%doc ANNOUNCE AUTHORS CHANGES COPYING CREDITS ChangeLog INSTALL NEWS README TODO

/usr/bin/*


%changelog

* Tue Aug 08 2000 Georges Seguin crow@planete.net 
- First RPM
