diff --git a/axel-2.17.11.tar.gz b/axel-2.17.11.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..e3fd9dbc5025bee9a3e46eb55c72e15147858a86 Binary files /dev/null and b/axel-2.17.11.tar.gz differ diff --git a/axel.spec b/axel.spec new file mode 100644 index 0000000000000000000000000000000000000000..7028c0cae4e1ca89b703e4ebc9322a6a6b7ea41a --- /dev/null +++ b/axel.spec @@ -0,0 +1,40 @@ +Name: axel +Version: 2.17.11 +Release: 1 +Summary: Light command line download accelerator for Linux and Unix +License: GPLv2+ +URL: https://github.com/axel-download-accelerator/%{name} +Source0: https://github.com/axel-download-accelerator/%{name}/release/download/v%{version}/%{name}-%{version}.tar.gz +BuildRequires: gettext-devel pkgconfig(libssl) txt2man +BuildRequires: autoconf autoconf-archive automake gcc make + +%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 +%autosetup + +%build +autoreconf -vi +%{configure} +%make_build + +%install +%make_install +mkdir -p %{buildroot}%{_sysconfdir} +install -m 644 -p -T doc/axelrc.example %{buildroot}%{_sysconfdir}/axelrc +%find_lang %{name} + +%files -f %{name}.lang +%{_bindir}/%{name} +%doc ChangeLog README.md +%license COPYING +%config(noreplace) %{_sysconfdir}/axelrc +%{_mandir}/man1/axel.1* + +%changelog +* Thu Mar 10 2022 Jiachen Fan - 2.17.11-1 +- package init for axel