]> git.pld-linux.org Git - packages/aria2.git/blame - aria2.spec
- release 2 (by relup.sh)
[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
23e34416 4Version: 1.16.1
5e2f1d51 5Release: 2
dde6a250 6License: GPL
4a15c183 7Group: Applications/Networking
d40ab7d9 8Source0: http://downloads.sourceforge.net/aria2/%{name}-%{version}.tar.bz2
23e34416 9# Source0-md5: ad7e0575ce4a480eb54030e1d348e076
dde6a250 10URL: http://aria2.sourceforge.net/
23e34416
ŁK
11BuildRequires: c-ares-devel >= 1.7.0
12BuildRequires: cppunit-devel >= 1.10.2
13BuildRequires: expat-devel
14BuildRequires: gnutls-devel >= 2.2.0
15BuildRequires: libgcrypt-devel >= 1.2.4
16BuildRequires: libxml2-devel >= 2.6.24
17BuildRequires: nettle-devel
18BuildRequires: pkgconfig >= 0.20
19BuildRequires: sqlite3-devel
20BuildRequires: zlib-devel >= 1.2.3
dde6a250 21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
24Aria2 has segmented downloading engine in its core. It can download
25one file from multiple URLs or multiple connections from one URL. This
26results in very high speed downloading, very much faster than ordinary
27browsers. It can also download BitTorrent files. We implemented this
28engine in single-thread model. The architecture is very clean and easy
29to extend. It also supports Metalink version 3.0.
30
d0819d22 31%description -l pl.UTF-8
d40ab7d9
CM
32Aria2 wykorzystuje silnik pobierania segmentowego. Może pobierać jeden
33plik z kilku adresów lub użyć wielu połączeń do jednego serwera. W
34rezultacie pobieranie jest bardzo szybkie, znacznie szybsze niż w
35przypadku standardowej przeglądarki WWW. Silnik ten zaimplementowany
36jest w modelu jednowątkowym. Aria2 charakteryzuje się bardzo prostą i
37rozszerzalną architekturą, która obsługuje także pliki BitTorrent oraz
38MetaLink w wersji 3.0.
d0819d22 39
dde6a250 40%prep
41%setup -q
42
43%build
44%configure
45%{__make}
46
47%install
48rm -rf $RPM_BUILD_ROOT
49
50%{__make} install \
51 DESTDIR=$RPM_BUILD_ROOT
52
5b5a5682 53%find_lang aria2
dde6a250 54
55%clean
56rm -rf $RPM_BUILD_ROOT
57
5b5a5682 58%files -f aria2.lang
dde6a250 59%defattr(644,root,root,755)
23e34416 60%doc AUTHORS ChangeLog NEWS README.rst doc/xmlrpc
dde6a250 61%attr(755,root,root) %{_bindir}/aria2c
62%{_mandir}/man1/*
This page took 0.032977 seconds and 4 git commands to generate.