rpms/aria2/devel aria2.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Michał Bentkowski (ecik) fedora-extras-commits at redhat.com
Mon Jan 1 18:33:31 UTC 2007


Author: ecik

Update of /cvs/extras/rpms/aria2/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15008/devel

Modified Files:
	.cvsignore sources 
Added Files:
	aria2.spec 
Log Message:
auto-import aria2-0.9.0-2 on branch devel from aria2-0.9.0-2.src.rpm


--- NEW FILE aria2.spec ---
Name:           aria2
Version:        0.9.0
Release:        2%{?dist}
Summary:        High speed download utility with resuming and segmented downloading
Group:          Applications/Internet
License:        GPL
URL:            http://aria2.sourceforge.net/
Source0:        http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  bison
BuildRequires:  c-ares-devel cppunit-devel
BuildRequires:  gettext gnutls-devel
BuildRequires:  libgcrypt-devel libxml2-devel

%description
aria2 is a download utility with resuming and segmented downloading.
Supported protocols are HTTP/HTTPS/FTP/BitTorrent. It also supports Metalink
version 3.0.

Currently it has following features:
- HTTP/HTTPS GET support
- HTTP Proxy support
- HTTP BASIC authentication support
- HTTP Proxy authentication support
- FTP support(active, passive mode)
- FTP through HTTP proxy(GET command or tunneling)
- Segmented download
- Cookie support(currently aria2 ignores "expires")
- It can run as a daemon process.
- BitTorrent protocol support with fast extension.
- Selective download in multi-file torrent
- Metalink version 3.0 support(HTTP/FTP/BitTorrent).
- Limiting download/upload speed

%prep
%setup -q


%build
%configure --enable-bittorrent \
           --enable-metalink \
           --disable-rpath \
           --with-gnutls \
           --with-libcares \
           --with-libxml2

make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
%find_lang aria2c

%clean
rm -rf $RPM_BUILD_ROOT


%files -f aria2c.lang
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING README TODO
%{_bindir}/aria2c
%{_mandir}/man*/*


%changelog
* Sun Dec 31 2006 Michał Bentkowski <mr.ecik at gmail.com> - 0.9.0-2
- Small fix in Summary

* Sat Dec 30 2006 Michał Bentkowski <mr.ecik at gmail.com> - 0.9.0-1
- Initial release


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/aria2/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	1 Jan 2007 18:32:16 -0000	1.1
+++ .cvsignore	1 Jan 2007 18:33:01 -0000	1.2
@@ -0,0 +1 @@
+aria2-0.9.0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/aria2/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	1 Jan 2007 18:32:16 -0000	1.1
+++ sources	1 Jan 2007 18:33:01 -0000	1.2
@@ -0,0 +1 @@
+f4d1e1761ee2386e5d3a6248b363267f  aria2-0.9.0.tar.bz2




More information about the fedora-extras-commits mailing list