Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
eget
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ivan Ivlev
eget
Commits
a4207213
Commit
a4207213
authored
Oct 26, 2020
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
4.0-alt1
- full rewrite to support curl (and detect curl or wget is available)
parent
0f775c89
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
4 deletions
+10
-4
eget.spec
eget.spec
+10
-4
No files found.
eget.spec
View file @
a4207213
Name: eget
Version:
3.4
Version:
4.0
Release: alt1
Summary: wget wrapper with wildcard support
Summary: wget
like downloader
wrapper with wildcard support
License: AGPLv3
Group: Networking/WWW
...
...
@@ -15,10 +15,13 @@ Source: ftp://updates.etersoft.ru/pub/Korinf/sources/tarball/%name-%version.tar
BuildArchitectures: noarch
Requires: wget
#Requires: wget
#Requires: curl
%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
%setup
...
...
@@ -30,6 +33,9 @@ install -D eget %buildroot%_bindir/eget
%_bindir/eget
%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
- eget: add --latest support
- eget: add support for https://github.com/owner/project urls
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment