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