Name: axel Version: 2.2 Release: 1%{?dist} Summary: A lightweight download accelerator by using multiple connections Group: Applications/Internet License: GPLv2+ URL: http://axel.alioth.debian.org Source0: http://download.alioth.debian.org/axel/axel/%{version}/axel-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gettext #Requires: %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 --etcdir=%{_sysconfdir} \ --i18n=1 \ --strip=0 make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT echo "alternate_output = 1" >> $RPM_BUILD_ROOT/%{_sysconfdir}/axelrc %find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(-,root,root,-) %doc axelrc.example CREDITS COPYING API README %{_bindir}/axel %config(noreplace) %{_sysconfdir}/axelrc %{_mandir}/man1/axel.1.gz %changelog * Thu Dec 11 2008 Mohd Izhar Firdaus Ismail 2.2-1 - modify spec for inclusion in fedora - added BR gettext - set no strip by default * Sat Jul 05 2008 bbbush - 2.0-0.1.20080705 - create spec.