automatic version update by autodist [release 1.18.5-1mamba;Mon Mar 31 2014]
This commit is contained in:
parent
f9284b6ffe
commit
ab0d40c744
@ -1,2 +1,4 @@
|
||||
# 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.
|
||||
|
||||
|
119
aria2.spec
Normal file
119
aria2.spec
Normal file
@ -0,0 +1,119 @@
|
||||
Name: aria2
|
||||
Version: 1.18.5
|
||||
Release: 1mamba
|
||||
Summary: aria2 is a utility for downloading files. The supported protocols are HTTP(S), FTP, BitTorrent, and Metalink.
|
||||
Group: Applications/Networking
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
|
||||
URL: http://aria2.sourceforge.net/
|
||||
Source: http://downloads.sourceforge.net/project/aria2/stable/aria2-%{version}/aria2-%{version}.tar.bz2
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libcares-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libgcrypt-devel
|
||||
BuildRequires: libgnutls-devel
|
||||
BuildRequires: libgpg-error-devel
|
||||
BuildRequires: libsqlite-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: python-docutils
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%debug_package
|
||||
|
||||
%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.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/aria2c
|
||||
%{_datadir}/doc/aria2/README
|
||||
#%{_datadir}/doc/aria2/README.asciidoc
|
||||
%{_datadir}/doc/aria2/README.html
|
||||
#%{_datadir}/doc/aria2/aria2c.1.asciidoc
|
||||
#%{_datadir}/doc/aria2/aria2c.1.html
|
||||
%{_datadir}/doc/aria2/bash_completion/README.txt
|
||||
%{_datadir}/doc/aria2/bash_completion/aria2c
|
||||
#%{_datadir}/doc/aria2/ru/aria2c.1.asciidoc
|
||||
#%{_datadir}/doc/aria2/ru/aria2c.1.html
|
||||
%{_datadir}/doc/aria2/xmlrpc/README.txt
|
||||
%{_datadir}/doc/aria2/xmlrpc/aria2mon
|
||||
%{_datadir}/doc/aria2/xmlrpc/aria2rpc
|
||||
%{_mandir}/man1/aria2c.1.gz
|
||||
%lang(pt) %{_mandir}/pt/man1/aria2c.1.gz
|
||||
%lang(ru) %{_mandir}/ru/man1/aria2c.1.gz
|
||||
%{_datadir}/doc/aria2/README.rst
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%changelog
|
||||
* Mon Mar 31 2014 Automatic Build System <autodist@mambasoft.it> 1.18.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Mar 26 2014 Automatic Build System <autodist@mambasoft.it> 1.18.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Jan 06 2014 Automatic Build System <autodist@mambasoft.it> 1.18.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Dec 29 2013 Automatic Build System <autodist@mambasoft.it> 1.18.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Oct 24 2013 Automatic Build System <autodist@mambasoft.it> 1.18.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Sep 11 2013 Automatic Build System <autodist@mambasoft.it> 1.18.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun May 26 2013 Automatic Build System <autodist@mambasoft.it> 1.17.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Apr 22 2013 Automatic Build System <autodist@mambasoft.it> 1.17.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Apr 02 2013 Automatic Build System <autodist@mambasoft.it> 1.16.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Mar 18 2013 Automatic Build System <autodist@mambasoft.it> 1.16.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Feb 04 2013 Automatic Build System <autodist@mambasoft.it> 1.16.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Feb 04 2013 Automatic Build System <autodist@mambasoft.it> 1.16.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Dec 31 2012 Automatic Build System <autodist@mambasoft.it> 1.16.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Dec 03 2012 Automatic Build System <autodist@mambasoft.it> 1.16.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Sep 06 2012 Automatic Build System <autodist@mambasoft.it> 1.15.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon May 28 2012 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 1.15.1-1mamba
|
||||
- update to 1.15.1
|
||||
|
||||
* Mon Apr 09 2012 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 1.15.0-1mamba
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user