]> git.pld-linux.org Git - packages/aria2.git/blame - aria2.spec
- up to 0.10.2
[packages/aria2.git] / aria2.spec
CommitLineData
dde6a250 1Summary: Aria2 is a download utility with resuming and segmented downloading
4a15c183 2Summary(pl.UTF-8): Narzędzie do pobierania plików z obsługą wznawiania i pobierania segmentowego
dde6a250 3Name: aria2
b3206ce8 4Version: 0.10.2
dde6a250 5Release: 0.1
6License: GPL
4a15c183 7Group: Applications/Networking
dde6a250 8Source0: http://dl.sourceforge.net/aria2/%{name}-%{version}.tar.bz2
b3206ce8 9# Source0-md5: c369cfa4a882071a21086d721be5c35f
dde6a250 10URL: http://aria2.sourceforge.net/
11BuildRequires: gnutls-devel
12BuildRequires: libxml2-devel
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%description
16Aria2 has segmented downloading engine in its core. It can download
17one file from multiple URLs or multiple connections from one URL. This
18results in very high speed downloading, very much faster than ordinary
19browsers. It can also download BitTorrent files. We implemented this
20engine in single-thread model. The architecture is very clean and easy
21to extend. It also supports Metalink version 3.0.
22
d0819d22 23%description -l pl.UTF-8
24Aria2 wykorzystuje silnik pobierania segmentowego. Może pobierać
25jeden plik z kilku adresów lub użyć wielu połączeń do jednego
26serwera. W rezultacie pobieranie jest bardzo szybkie, znacznie
27szybsze niż w przypadku standardowej przeglądarki WWW. Silnik ten
28zaimplementowany jest w modelu jednowątkowym. Aria2 charakteryzuje
29się bardzo prostą i rozszerzalną architekturą, która obsługuje także
30pliki BitTorrent oraz MetaLink w wersji 3.0.
31
dde6a250 32%prep
33%setup -q
34
35%build
36%configure
37%{__make}
38
39%install
40rm -rf $RPM_BUILD_ROOT
41
42%{__make} install \
43 DESTDIR=$RPM_BUILD_ROOT
44
45%find_lang aria2c
46
47%clean
48rm -rf $RPM_BUILD_ROOT
49
50%files -f aria2c.lang
51%defattr(644,root,root,755)
52%doc AUTHORS ChangeLog NEWS README TODO
53%attr(755,root,root) %{_bindir}/aria2c
54%{_mandir}/man1/*
This page took 0.098903 seconds and 4 git commands to generate.