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