Bug 29853 - Прошу включить все возможности aria2 (например, XML-RPC)
Summary: Прошу включить все возможности aria2 (например, XML-RPC)
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: aria2 (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: Ilya Mashkin
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-27 16:45 MSK by Andrey Cherepanov
Modified: 2014-02-27 21:19 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Cherepanov 2014-02-27 16:45:55 MSK
Или (если не жалко переводить в Git) просто 

 ssh git.alt task approve 115359 200

diff --git a/aria2.spec b/aria2.spec
index e2467d4..f641d03 100644
--- a/aria2.spec
+++ b/aria2.spec
@@ -1,6 +1,6 @@
 Name: aria2
 Version: 1.18.3
-Release: alt1
+Release: alt2
 
 Summary: aria2 - a simple utility for downloading files faster
 License: GPL
@@ -12,6 +12,15 @@ Source: %name-%version.tar.bz2
 
 # Automatically added by buildreq on Thu Mar 23 2006
 BuildRequires: gcc-c++ libssl-devel libstdc++-devel
+BuildRequires: bison
+BuildRequires: cppunit-devel
+BuildRequires: gettext
+BuildRequires: libcares-devel
+BuildRequires: libgcrypt-devel
+BuildRequires: libgnutls-devel
+BuildRequires: libsqlite3-devel
+BuildRequires: libxml2-devel
+BuildRequires: zlib-devel
 
 %description
 aria2 is a download utility with resuming and segmented downloading.
@@ -37,7 +46,16 @@ Currently it has following features:
 %setup -n %name-%version
 
 %build
-%configure
+%configure --enable-bittorrent \
+           --enable-metalink \
+           --enable-epoll\
+           --disable-rpath \
+           --with-gnutls \
+           --with-libcares \
+           --with-libxml2 \
+           --with-openssl \
+           --with-libz \
+           --with-sqlite3
 %make
 
 %install
@@ -58,6 +76,9 @@ ln -s aria2c  %buildroot%_bindir/%name
 %_datadir/locale/*/LC_MESSAGES/aria2.mo
 
 %changelog
+* Thu Feb 27 2014 Andrey Cherepanov <cas@altlinux.org> 1.18.3-alt2
+- Enable more aria2 features (such as XML-RPC needed by `kiwix`)
+
 * Mon Jan 20 2014 Ilya Mashkin <oddity@altlinux.ru> 1.18.3-alt1
 - 1.18.3
 - add aria2c as binary (Closes: #29742)
Comment 1 Repository Robot 2014-02-27 21:19:02 MSK
aria2-1.18.3-alt2 -> sisyphus:

* Thu Feb 27 2014 Ilya Mashkin <oddity@altlinux> 1.18.3-alt2
- Enable more aria2 features (Closes: #29853) Thanks to Andrey Cherepanov