Sophie

Sophie

distrib > Mandriva > 9.0 > i586 > by-pkgid > 8291838d9c79f84d453fb5a0596514f9 > files > 2

prozilla-1.3.6-3mdk.src.rpm

%define name	prozilla
%define version	1.3.6
%define release	3mdk

Summary:	A multithreaded download accelerator
Name:		%name
Version:	%version
Release:	%release
License: 	GPL
URL:		http://prozilla.delrom.ro/
Group:		Networking/File transfer
Source:		http://prozilla.delrom.ro/%{name}-%{version}.tar.bz2
BuildRoot:	%_tmppath/%{name}-buildroot
Buildrequires:	ncurses-devel

%description
ProZilla is a multithreaded download accelerator for Linux which supports
both HTTP and FTP protocols. It makes multiple connections to the server 
and downloads the file in portions, thus giving a much better speed rate 
than the conventional download programs which use a single connection. 
Resuming connections is fully supported and customisable.

%prep
rm -rf %buildroot
%setup -q

%build
%configure
%make

%install
%makeinstall

%clean
rm -rf %buildroot

%files
%defattr (-,root,root)
%doc AUTHORS ANNOUNCE ChangeLog CREDITS COPYING FAQ INSTALL NEWS README 
%doc TODO
%config(noreplace) %_sysconfdir/prozilla.conf
%_bindir/*
%_mandir/man1/*

%changelog
* Wed Mar 06 2002 Yves Duret <yduret@mandrakesoft.com> 1.3.6-3mdk
- spec clean up, macro, rpmlint
- added buildrequires on ncurses-devel

* Fri Aug 31 2001 Lenny Cartier <lenny@mandrakesoft.com> 1.3.6-2mdk
- s/Copyright/License/

* Fri Aug 24 2001 Chmouel Boudjnah <chmouel@mandrakesoft.com> 1.3.6-1mdk
- 1.3.6.

* Mon Aug  6 2001 Chmouel Boudjnah <chmouel@mandrakesoft.com> 1.3.5.2-2mdk
- Remove empty %post/%postun.

* Mon Aug  6 2001 Chmouel Boudjnah <chmouel@mandrakesoft.com> 1.3.5.2-1mdk
- 1.3.5.2.
- Really Fix URL.

* Mon Jun 25 2001 Chmouel Boudjnah <chmouel@mandrakesoft.com> 1.3.5.1-1mdk
- Fix URL.
- 1.3.5.1.
- Fix files.

* Thu Jan 25 2001 Lenny Cartier <lenny@mandrakesoft.com> 1.06pre1-1mdk
- updated to 1.06pre1

* Wed Jan 03 2001 Lenny Cartier <lenny@mandrakesoft.com> 1.06pre0-1mdk
- new in contribs