]> git.pld-linux.org Git - packages/aria2.git/blobdiff - aria2.spec
- allegedly works
[packages/aria2.git] / aria2.spec
index 0a4012fddf1acf5a9db9370c10f0e1398a1d6932..49e1451181b1295766c2f4d899344fc376f79bb7 100644 (file)
@@ -1,11 +1,12 @@
 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.10.1
-Release:       0.1
+Version:       1.10.9
+Release:       1
 License:       GPL
-Group:         Applications
+Group:         Applications/Networking
 Source0:       http://dl.sourceforge.net/aria2/%{name}-%{version}.tar.bz2
-# Source0-md5: ee56d934d11c70e8d3b778658e5d7d9d
+# Source0-md5: 856cd88e75c7b893b42f4b6b8f2c0ad1
 URL:           http://aria2.sourceforge.net/
 BuildRequires: gnutls-devel
 BuildRequires: libxml2-devel
@@ -19,6 +20,15 @@ browsers. It can also download BitTorrent files. We implemented this
 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.
+
 %prep
 %setup -q
 
@@ -32,13 +42,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
 %attr(755,root,root) %{_bindir}/aria2c
 %{_mandir}/man1/*
This page took 0.114661 seconds and 4 git commands to generate.