- Update to 1.20.0
- Rebase Use system wide crypto policies patch - Fix configure options
This commit is contained in:
parent
20f1fb5bdf
commit
5cfbd79443
3 changed files with 18 additions and 6 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -15,3 +15,4 @@ aria2-1.10.0.tar.xz
|
||||||
/aria2-1.18.10.tar.xz
|
/aria2-1.18.10.tar.xz
|
||||||
/aria2-1.19.0.tar.xz
|
/aria2-1.19.0.tar.xz
|
||||||
/aria2-1.19.3.tar.xz
|
/aria2-1.19.3.tar.xz
|
||||||
|
/aria2-1.20.0.tar.xz
|
||||||
|
|
|
||||||
21
aria2.spec
21
aria2.spec
|
|
@ -1,20 +1,24 @@
|
||||||
%define binname aria2c
|
%define binname aria2c
|
||||||
|
|
||||||
Name: aria2
|
Name: aria2
|
||||||
Version: 1.19.3
|
Version: 1.20.0
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: High speed download utility with resuming and segmented downloading
|
Summary: High speed download utility with resuming and segmented downloading
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
License: GPLv2+ with exceptions
|
License: GPLv2+ with exceptions
|
||||||
URL: http://aria2.github.io/
|
URL: http://aria2.github.io/
|
||||||
Source0: https://github.com/tatsuhiro-t/%{name}/releases/download/release-%{version}/%{name}-%{version}.tar.xz
|
Source0: https://github.com/tatsuhiro-t/%{name}/releases/download/release-%{version}/%{name}-%{version}.tar.xz
|
||||||
Patch0: aria2-1.19.3-use-system-wide-crypto-policies.patch
|
# Github PR #573
|
||||||
|
Patch0: 0001-Add-support-for-using-gnutls-system-wide-crypto-poli.patch
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
BuildRequires: c-ares-devel cppunit-devel
|
BuildRequires: c-ares-devel cppunit-devel
|
||||||
BuildRequires: gettext gnutls-devel
|
BuildRequires: gettext gnutls-devel
|
||||||
BuildRequires: libgcrypt-devel libxml2-devel
|
BuildRequires: libgcrypt-devel libxml2-devel
|
||||||
BuildRequires: sqlite-devel
|
BuildRequires: sqlite-devel
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
|
# INFO: temp. workaround will be removed once merged
|
||||||
|
BuildRequires: autoconf gettext-devel automake libtool
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
aria2 is a download utility with resuming and segmented downloading.
|
aria2 is a download utility with resuming and segmented downloading.
|
||||||
|
|
@ -41,17 +45,19 @@ Currently it has following features:
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
autoreconf -i
|
||||||
%configure CXX="g++ -std=c++11" \
|
%configure CXX="g++ -std=c++11" \
|
||||||
--enable-bittorrent \
|
--enable-bittorrent \
|
||||||
--enable-metalink \
|
--enable-metalink \
|
||||||
--enable-epoll\
|
--enable-epoll\
|
||||||
--disable-rpath \
|
--disable-rpath \
|
||||||
--with-gnutls \
|
--with-gnutls \
|
||||||
--with-libcares \
|
--with-libcares \
|
||||||
--with-libxml2 \
|
--with-libxml2 \
|
||||||
--with-openssl \
|
--without-openssl \
|
||||||
--with-libz \
|
--with-libz \
|
||||||
--with-sqlite3 \
|
--with-sqlite3 \
|
||||||
|
--enable-gnutls-system-crypto-policy \
|
||||||
|
|
||||||
|
|
||||||
V=1 make %{?_smp_mflags}
|
V=1 make %{?_smp_mflags}
|
||||||
|
|
@ -69,6 +75,11 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/%{name}
|
||||||
%{_mandir}/*/man1/aria2c.1.gz
|
%{_mandir}/*/man1/aria2c.1.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 16 2016 Athmane Madjoudj <athmane@fedoraproject.org> 1.20.0-1
|
||||||
|
- Update to 1.20.0
|
||||||
|
- Rebase Use system wide crypto policies patch
|
||||||
|
- Fix configure options
|
||||||
|
|
||||||
* Sun Feb 14 2016 Athmane Madjoudj <athmane@fedoraproject.org> 1.19.3-4
|
* Sun Feb 14 2016 Athmane Madjoudj <athmane@fedoraproject.org> 1.19.3-4
|
||||||
- Use current ISO C++ name
|
- Use current ISO C++ name
|
||||||
|
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
b6363664e3cd510a092b0d812085724b aria2-1.19.3.tar.xz
|
633b9f5c7a6d2a4198174cf895b4a038 aria2-1.20.0.tar.xz
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue