Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > a64a913b8db4967685106d98189bfde6 > files > 2

prozilla-1.3.7-2mdk.src.rpm

%define name	prozilla
%define subrelease .4
%define version	1.3.7
%define release	2mdk

Summary:	A multithreaded download accelerator
Name:		%name
Version:	%version
Release:	%release
License: 	GPL
URL:		http://prozilla.genesys.ro/
Group:		Networking/File transfer
Source:		http://prozilla.genesys.ro/downloads/prozilla/tarballs/%{name}-%{version}%{subrelease}.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 -n %{name}-%{version}%{subrelease}

%build
%configure
%make

# (sb) rename the sample like the install does, but put in docs
cp prozrc.sample prozilla.conf-sample

%install
%makeinstall

# (sb) installed but not packaged files
rm -f %buildroot%{_sysconfdir}/prozilla.conf-sample

%clean
rm -rf %buildroot

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

%changelog
* Fri Mar 25 2005 Lenny Cartier <lenny@mandrakesoft.com> 1.3.7-2mdk
- .4 subrelease

* Mon Jan 24 2005 Erwna Velu <velu@seanodes.com> 1.3.7-1mdk
- 1.3.7.3

* Fri May 14 2004 Stew Benedict <sbenedict@mandrakesoft.com> 1.3.6-6mdk
- rebuild

* Thu Apr  3 2003 Stew Benedict <sbenedict@mandrakesoft.com> 1.3.6-5mdk
- new URL, Source link

* Mon Dec 30 2002 Stew Benedict <sbenedict@mandrakesoft.com> 1.3.6-4mdk
- rebuild for new glibc/rpm, installed but unpackaged files

* 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