Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > 816c9979a7e636e1b212bc902fb059b8 > files > 2

axel-1.0a-4mdk.src.rpm

%define name 	axel
%define version 1.0a
%define release 4mdk

Name: 		%name
Summary: 	A light Linux download accelerator - Console version
Version: 	%version
Release: 	%release
Source: 	%{name}-%{version}.tar.bz2
Url: 		http://wilmer.gaast.net/main.php/axel.html
Group:		Networking/File transfer
BuildRoot: 	%{_tmppath}/%{name}-buildroot
License: GPL

%description
Axel tries to accelerate the downloading process by using multiple
connections for one file. Starting from version 0.97, the program can use
different URL's for one download as well. The program tries to be as light
as possible (25-30k in binary form), so it might be useful as a wget clone
on byte-critical systems.

%prep
rm -rf $RPM_BUILD_ROOT

%setup -q

%build
./configure --prefix=%{_prefix} --etcdir=%{_sysconfdir} --i18n=1

%make

%install

%makeinstall DESTDIR=$RPM_BUILD_ROOT

%find_lang %name

%clean
rm -rf $RPM_BUILD_ROOT

%files -f %name.lang
%defattr(-,root,root)
%{_bindir}/axel
%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/axelrc
%{_mandir}/man1/axel.1*
%doc CREDITS CHANGES README axelrc.example

%changelog
* Sun Mar 13 2005 Nicolas Lécureuil <neoclust@mandrake.org> 1.0a-4mdk
- Fix URL

* Mon Feb 23 2004 Lenny Cartier <lenny@mandrakesoft.com> 1.0a-3mdk
- rebuild

* Thu Jan 30 2003 Lenny Cartier <lenny@mandrakesoft.com> 1.0a-2mdk
- rebuild

* Tue May 21 2002 Lenny Cartier <lenny@mandrakesoft.com> 1.0a-1mdk
- fix files permissions
- Matthias Debus  <psic4t@netbands.de> :
	- Rewritten most parts of the spec file to fit Mandrake rpm specifications
	- GUI is not included as Mandrake does not provide Kaptain

* Sun Dec 16 2001 Wilmer van der Gaast <lintux@debian.org>
- Made the package a bit more rpmlint clean

* Fri Nov 09 2001 Wilmer van der Gaast <lintux@lintux.cx>
- Added axel-kapt binary package

* Wed Aug 15 2001 Wilmer van der Gaast <lintux@lintux.cx>
- Removed line which removed all other builds from rpm directory, don't really
  know why it was there
- New description

* Wed Jun 26 2001 Wilmer van der Gaast <lintux@lintux.cx>
- Version changes will not be logged anymore
- spec file is part of the default source tarball now
- Small spec file changes

* Tue May 22 2001 Wilmer van der Gaast <lintux@lintux.cx>
- Upgraded to version 0.93

* Fri May 11 2001 Wilmer van der Gaast <lintux@lintux.cx>
- Upgraded to version 0.92

* Sat May 05 2001 Ralph Slooten <axllent@axllent.cjb.net>
- Rpm created