Или (если не жалко переводить в 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)
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