]> git.pld-linux.org Git - packages/aria2.git/commitdiff
- updated to 1.16.1 auto/th/aria2-1.16.1-1
authorŁukasz Kieś <kiesiu@pld-linux.org>
Mon, 31 Dec 2012 09:46:31 +0000 (10:46 +0100)
committerŁukasz Kieś <kiesiu@pld-linux.org>
Mon, 31 Dec 2012 09:46:31 +0000 (10:46 +0100)
- updated BRs

aria2.spec

index 6f7a5f16e4bc38f86b75ac8b0519ca780e3d9ee8..43caa226a4df77ffaca202cb037bf9aed234ad68 100644 (file)
@@ -1,17 +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.14.2
+Version:       1.16.1
 Release:       1
 License:       GPL
 Group:         Applications/Networking
 Source0:       http://downloads.sourceforge.net/aria2/%{name}-%{version}.tar.bz2
-# Source0-md5: 19b1a9f83a09c6ef5c7ab87e4e0f7974
+# Source0-md5: ad7e0575ce4a480eb54030e1d348e076
 URL:           http://aria2.sourceforge.net/
-BuildRequires: cppunit-devel
-BuildRequires: gnutls-devel
-BuildRequires: libxml2-devel
-BuildRequires: pkgconfig
+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
@@ -51,6 +57,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f aria2.lang
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS README.asciidoc
+%doc AUTHORS ChangeLog NEWS README.rst doc/xmlrpc
 %attr(755,root,root) %{_bindir}/aria2c
 %{_mandir}/man1/*
This page took 0.042876 seconds and 4 git commands to generate.