]> git.pld-linux.org Git - packages/aria2.git/blobdiff - aria2.spec
- release 2 (by relup.sh)
[packages/aria2.git] / aria2.spec
index 3992eb4917c860cb0f9f408a127fd4922db85a7f..06ef2254a13bfad087195764d23c13f04fad78aa 100644 (file)
@@ -1,15 +1,23 @@
 Summary:       Aria2 is a download utility with resuming and segmented downloading
 Summary(pl.UTF-8):     Narzędzie do pobierania plików z obsługą wznawiania i pobierania segmentowego
 Name:          aria2
-Version:       1.6.0
-Release:       1
+Version:       1.16.1
+Release:       2
 License:       GPL
 Group:         Applications/Networking
-Source0:       http://dl.sourceforge.net/aria2/%{name}-%{version}.tar.bz2
-# Source0-md5: c97eb0d4f36aa76448ecd660b143c465
+Source0:       http://downloads.sourceforge.net/aria2/%{name}-%{version}.tar.bz2
+# Source0-md5: ad7e0575ce4a480eb54030e1d348e076
 URL:           http://aria2.sourceforge.net/
-BuildRequires: gnutls-devel
-BuildRequires: libxml2-devel
+BuildRequires: c-ares-devel >= 1.7.0
+BuildRequires: cppunit-devel >= 1.10.2
+BuildRequires: expat-devel
+BuildRequires: gnutls-devel >= 2.2.0
+BuildRequires: libgcrypt-devel >= 1.2.4
+BuildRequires: libxml2-devel >= 2.6.24
+BuildRequires: nettle-devel
+BuildRequires: pkgconfig >= 0.20
+BuildRequires: sqlite3-devel
+BuildRequires: zlib-devel >= 1.2.3
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -21,13 +29,13 @@ engine in single-thread model. The architecture is very clean and easy
 to extend. It also supports Metalink version 3.0.
 
 %description -l pl.UTF-8
-Aria2 wykorzystuje silnik pobierania segmentowego. Może pobierać
-jeden plik z kilku adresów lub użyć wielu połączeń do jednego
-serwera. W rezultacie pobieranie jest bardzo szybkie, znacznie
-szybsze niż w przypadku standardowej przeglądarki WWW. Silnik ten
-zaimplementowany jest w modelu jednowątkowym. Aria2 charakteryzuje
-się bardzo prostą i rozszerzalną architekturą, która obsługuje także
-pliki BitTorrent oraz MetaLink w wersji 3.0.
+Aria2 wykorzystuje silnik pobierania segmentowego. Może pobierać jeden
+plik z kilku adresów lub użyć wielu połączeń do jednego serwera. W
+rezultacie pobieranie jest bardzo szybkie, znacznie szybsze niż w
+przypadku standardowej przeglądarki WWW. Silnik ten zaimplementowany
+jest w modelu jednowątkowym. Aria2 charakteryzuje się bardzo prostą i
+rozszerzalną architekturą, która obsługuje także pliki BitTorrent oraz
+MetaLink w wersji 3.0.
 
 %prep
 %setup -q
@@ -49,6 +57,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f aria2.lang
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS README
+%doc AUTHORS ChangeLog NEWS README.rst doc/xmlrpc
 %attr(755,root,root) %{_bindir}/aria2c
 %{_mandir}/man1/*
This page took 0.109835 seconds and 4 git commands to generate.