X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=aria2.spec;h=06ef2254a13bfad087195764d23c13f04fad78aa;hb=5e2f1d510cfa79edd5c4ff870d73d94779cb0346;hp=0c8c76ca71633a6ed764ec6f7442dc6f19540664;hpb=4f2243475ecde187d2a2c6c8a226ce9dd09b7d89;p=packages%2Faria2.git diff --git a/aria2.spec b/aria2.spec index 0c8c76c..06ef225 100644 --- a/aria2.spec +++ b/aria2.spec @@ -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: 0.11.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: 4d0274d53401360689598815de72e7fe +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 @@ -42,13 +50,13 @@ rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT -%find_lang aria2c +%find_lang aria2 %clean rm -rf $RPM_BUILD_ROOT -%files -f aria2c.lang +%files -f aria2.lang %defattr(644,root,root,755) -%doc AUTHORS ChangeLog NEWS README TODO +%doc AUTHORS ChangeLog NEWS README.rst doc/xmlrpc %attr(755,root,root) %{_bindir}/aria2c %{_mandir}/man1/*