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