Commit a4207213 authored by Vitaly Lipatov's avatar Vitaly Lipatov

4.0-alt1

- full rewrite to support curl (and detect curl or wget is available)
parent 0f775c89
Name: eget Name: eget
Version: 3.4 Version: 4.0
Release: alt1 Release: alt1
Summary: wget wrapper with wildcard support Summary: wget like downloader wrapper with wildcard support
License: AGPLv3 License: AGPLv3
Group: Networking/WWW Group: Networking/WWW
...@@ -15,10 +15,13 @@ Source: ftp://updates.etersoft.ru/pub/Korinf/sources/tarball/%name-%version.tar ...@@ -15,10 +15,13 @@ Source: ftp://updates.etersoft.ru/pub/Korinf/sources/tarball/%name-%version.tar
BuildArchitectures: noarch BuildArchitectures: noarch
Requires: wget #Requires: wget
#Requires: curl
%description %description
eget is a wget wrapper. It supports download urls with wildcard. eget is a wget like downloader wrapper. It supports download urls with wildcard.
It supports wget or curl as backend.
%prep %prep
%setup %setup
...@@ -30,6 +33,9 @@ install -D eget %buildroot%_bindir/eget ...@@ -30,6 +33,9 @@ install -D eget %buildroot%_bindir/eget
%_bindir/eget %_bindir/eget
%changelog %changelog
* Mon Oct 26 2020 Vitaly Lipatov <lav@altlinux.ru> 4.0-alt1
- full rewrite to support curl (and detect curl or wget is available)
* Fri Oct 23 2020 Vitaly Lipatov <lav@altlinux.ru> 3.4-alt1 * Fri Oct 23 2020 Vitaly Lipatov <lav@altlinux.ru> 3.4-alt1
- eget: add --latest support - eget: add --latest support
- eget: add support for https://github.com/owner/project urls - eget: add support for https://github.com/owner/project urls
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment