Name: axel Version: 2.4 Release: 1%{?dist} Summary: Accelerated download client Group: Applications/Internet License: GPLv2+ URL: http://axel.alioth.debian.org/ Source0: http://alioth.debian.org/frs/download.php/3015/%{name}-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRequires: gettext %description Axel tries to accelerate HTTP/FTP downloading process by using multiple connections for one file. It can use multiple mirrors for a download. Axel has no dependencies and is lightweight, so it might be useful as a wget clone on byte-critical systems. %prep %setup -q %build %configure --prefix=%{_prefix} --strip=0 make %{?_smp_mflags} %install rm -rf %{buildroot} make install \ DESTDIR=%{buildroot} install -m 755 -p %{name} %{buildroot}%{_bindir} %find_lang %{name} %clean rm -rf %{buildroot} %files -f %{name}.lang %defattr(-,root,root,-) %{_bindir}/%{name} %doc CHANGES CREDITS API README COPYING %config(noreplace) %{_sysconfdir}/axelrc %{_mandir}/man1/axel.1* %{_mandir}/zh_CN/man1/axel.1* %changelog * Sat Jul 11 2009 Ankur Sinha - 2.4-1 - initial rpm build