update to 1.19.2 [release 1.19.2-1mamba;Sat Oct 10 2015]
This commit is contained in:
parent
170329116b
commit
ec6c7c3b10
@ -1,4 +1,6 @@
|
|||||||
# aria2
|
# aria2
|
||||||
|
|
||||||
aria2 is a utility for downloading files. The supported protocols are HTTP(S), FTP, BitTorrent, and Metalink. It has a powerful segmented downloading ability, downloading a file from multiple sources and multiple protocols and utilizing your download bandwidth to the maximum. It supports downloading a file from HTTP(S)/FTP and BitTorrent at the same time, while the data downloaded from HTTP(S)/FTP is uploaded to the BitTorrent swarm. Using Metalink's chunk checksums, aria2 automatically validates chunks of data while downloading a file like BitTorrent. aria2 can be manipulated via built-in JSON-RPC and XML-RPC interfaces.
|
aria2 is a utility for downloading files.
|
||||||
|
The supported protocols are HTTP(S), FTP, BitTorrent, and Metalink.
|
||||||
|
It has a powerful segmented downloading ability, downloading a file from multiple sources and multiple protocols and utilizing your download bandwidth to the maximum. It supports downloading a file from HTTP(S)/FTP and BitTorrent at the same time, while the data downloaded from HTTP(S)/FTP is uploaded to the BitTorrent swarm. Using Metalink's chunk checksums, aria2 automatically validates chunks of data while downloading a file like BitTorrent. aria2 can be manipulated via built-in JSON-RPC and XML-RPC interfaces.
|
||||||
|
|
||||||
|
13
aria2.spec
13
aria2.spec
@ -1,13 +1,13 @@
|
|||||||
Name: aria2
|
Name: aria2
|
||||||
Version: 1.19.0
|
Version: 1.19.2
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: aria2 is a utility for downloading files. The supported protocols are HTTP(S), FTP, BitTorrent, and Metalink.
|
Summary: A utility for downloading files via HTTP(S), FTP, BitTorrent, and Metalink
|
||||||
Group: Applications/Networking
|
Group: Applications/Networking
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
|
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
|
||||||
URL: http://aria2.sourceforge.net/
|
URL: http://aria2.sourceforge.net/
|
||||||
Source: http://downloads.sourceforge.net/project/aria2/stable/aria2-%{version}/aria2-%{version}.tar.bz2
|
Source: https://github.com/tatsuhiro-t/aria2/releases/download/release-%{version}/aria2-%{version}.tar.xz
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -27,7 +27,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
%description
|
%description
|
||||||
aria2 is a utility for downloading files. The supported protocols are HTTP(S), FTP, BitTorrent, and Metalink. It has a powerful segmented downloading ability, downloading a file from multiple sources and multiple protocols and utilizing your download bandwidth to the maximum. It supports downloading a file from HTTP(S)/FTP and BitTorrent at the same time, while the data downloaded from HTTP(S)/FTP is uploaded to the BitTorrent swarm. Using Metalink's chunk checksums, aria2 automatically validates chunks of data while downloading a file like BitTorrent. aria2 can be manipulated via built-in JSON-RPC and XML-RPC interfaces.
|
aria2 is a utility for downloading files.
|
||||||
|
The supported protocols are HTTP(S), FTP, BitTorrent, and Metalink.
|
||||||
|
It has a powerful segmented downloading ability, downloading a file from multiple sources and multiple protocols and utilizing your download bandwidth to the maximum. It supports downloading a file from HTTP(S)/FTP and BitTorrent at the same time, while the data downloaded from HTTP(S)/FTP is uploaded to the BitTorrent swarm. Using Metalink's chunk checksums, aria2 automatically validates chunks of data while downloading a file like BitTorrent. aria2 can be manipulated via built-in JSON-RPC and XML-RPC interfaces.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -67,6 +69,9 @@ aria2 is a utility for downloading files. The supported protocols are HTTP(S), F
|
|||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Oct 10 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.19.2-1mamba
|
||||||
|
- update to 1.19.2
|
||||||
|
|
||||||
* Tue May 26 2015 Automatic Build System <autodist@mambasoft.it> 1.19.0-1mamba
|
* Tue May 26 2015 Automatic Build System <autodist@mambasoft.it> 1.19.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user