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