automatic version update by autodist [release 1.21.1-1mamba;Fri Jan 15 2021]
This commit is contained in:
parent
38b6ddc165
commit
744ee97187
@ -1,7 +1,7 @@
|
||||
%define with_ssl 1
|
||||
|
||||
Name: wget
|
||||
Version: 1.20.3
|
||||
Version: 1.21.1
|
||||
Release: 1mamba
|
||||
Epoch: 1
|
||||
Summary: A utility for retrieving files using the HTTP or FTP protocols
|
||||
@ -44,6 +44,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
GNU Wget is a file retrieval utility which can use either the HTTP or FTP protocols.
|
||||
Wget features include the ability to work in the background while you're logged out, recursive retrieval of directories, file name wildcard matching, remote file timestamp storage and comparison, use of Rest with FTP servers and Range with HTTP servers to retrieve files over slow or unstable connections, support for Proxy servers, and configurability.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
#%patch0 -p1 -b .msec
|
||||
@ -70,7 +72,7 @@ autoreconf
|
||||
%makeinstall
|
||||
#install -m755 util/rmold.pl %{buildroot}%{_bindir}/rmold
|
||||
|
||||
%find_lang %{name}
|
||||
%find_lang %{name} --all-name
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -93,6 +95,9 @@ exit 0
|
||||
#MAILING-LIST NEWS README
|
||||
|
||||
%changelog
|
||||
* Fri Jan 15 2021 Automatic Build System <autodist@mambasoft.it> 1.21.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Mar 30 2020 Automatic Build System <autodist@mambasoft.it> 1.20.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user