#1 axel-2.17.10
Merged 3 years ago by ankursinha. Opened 3 years ago by frantisekz.
rpms/ frantisekz/axel rawhide  into  rawhide

file modified
+1
@@ -4,3 +4,4 @@ 

  /axel-2.15.tar.gz

  tags

  /axel-2.16.tar.gz

+ /axel-2.17.10.tar.gz

file modified
+9 -5
@@ -1,8 +1,8 @@ 

  %global gitowner axel-download-accelerator

  

  Name:       axel

- Version:    2.16

- Release:    7%{?dist}

+ Version:    2.17.10

+ Release:    1%{?dist}

  Summary:    Light command line download accelerator for Linux and Unix

  

  License:    GPLv2+
@@ -11,6 +11,8 @@ 

  BuildRequires: gettext-devel

  BuildRequires: pkgconfig(libssl)

  BuildRequires: autoconf

+ BuildRequires: autoconf-archive

+ BuildRequires: txt2man

  BuildRequires: automake

  BuildRequires: gcc

  BuildRequires: make
@@ -25,7 +27,7 @@ 

  %autosetup -n %{name}-%{version}

  

  %build

- ./autogen.sh

+ autoreconf -vfi

  %{configure}

  %make_build

  
@@ -33,7 +35,6 @@ 

  %install

  %make_install \

  

- install -m 755 -p src/%{name} %{buildroot}%{_bindir}

  mkdir -p %{buildroot}%{_sysconfdir}

  install -m 644 -p -T doc/axelrc.example %{buildroot}%{_sysconfdir}/axelrc

  
@@ -42,13 +43,16 @@ 

  

  %files -f %{name}.lang

  %{_bindir}/%{name}

- %doc ChangeLog CREDITS AUTHORS README.md doc/API

+ %doc ChangeLog README.md doc/API

  %license COPYING

  %config(noreplace) %{_sysconfdir}/axelrc

  %{_mandir}/man1/axel.1*

  

  

  %changelog

+ * Mon Apr 26 2021 Frantisek Zatloukal <fzatlouk@redhat.com> - 2.17.10-1

+ - Updated to axel-2.17.10

+ 

  * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.16-7

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (axel-2.16.tar.gz) = cf7608cb5232fce9d56c42dd9134fd77186327befd320b25314155048576cdf09110a8d2d54cc0cbcac00c6f775d84602953060a7ce78403507844fc7bee2fb2

+ SHA512 (axel-2.17.10.tar.gz) = aa7e25033121b541c71efbb59e642ea76c70dfde46bc91f59c2ddff323146efa7bd2b58f46d943d24f102acf09dbeb68378f798e33ca16af0480ff22dd0e4f60

no initial comment

Metadata Update from @ankursinha:
- Request assigned

3 years ago

LGTM, thanks very much. Merging and building now.

Pull-Request has been merged by ankursinha

3 years ago