axel/axel.spec
Alexander Naumov e3df7c7b34 Accepting request 545731 from home:avindra
- update to 2.16
  * Buildsystem fixes and improvements
  * Fixed bug that produces empty files with -q/--quiet
  * Fixed build with --disable-nls
  * Fixed formatting of the version/copyright message
  * Header files reorganization
  * Spanish translation
  * Style fixes
  * Updated Portuguese translation

OBS-URL: https://build.opensuse.org/request/show/545731
OBS-URL: https://build.opensuse.org/package/show/network:utilities/axel?expand=0&rev=11
2017-11-27 13:25:04 +00:00

55 lines
1.6 KiB
RPMSpec

#
# spec file for package axel
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%{!?license: %global license %doc}
Name: axel
Version: 2.16
Release: 0
Summary: Lightweight Download Accelerator
License: GPL-2.0+
Group: Productivity/Networking/Other
Url: http://axel.alioth.debian.org/
Source: https://github.com/axel-download-accelerator/axel/releases/download/v%{version}/%{name}-%{version}.tar.xz
BuildRequires: pkgconfig(openssl)
%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
make %{?_smp_mflags}
%install
%make_install
%find_lang axel
%files -f axel.lang
%doc ChangeLog NEWS README AUTHORS
%license COPYING
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1%{ext_man}
%changelog