|
@@ -1,16 +1,15 @@
|
|
Summary: A utility for retrieving files using the HTTP or FTP protocols.
|
|
Summary: A utility for retrieving files using the HTTP or FTP protocols.
|
|
Summary(ja): HTTP/FTP プロトコルによるファイル取得ユーティリティ
|
|
Summary(ja): HTTP/FTP プロトコルによるファイル取得ユーティリティ
|
|
Name: wget
|
|
Name: wget
|
|
-Version: 1.18
|
|
|
|
-Release: 2%{?_dist_release}
|
|
|
|
|
|
+Version: 1.20
|
|
|
|
+Release: 1%{?_dist_release}
|
|
License: GPL
|
|
License: GPL
|
|
Group: Applications/Internet
|
|
Group: Applications/Internet
|
|
-# Source0: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.bz2
|
|
|
|
-Source0: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
|
|
|
|
-Patch0: wget-1.17.1-path.patch
|
|
|
|
|
|
+Source0: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
|
|
|
|
+Patch0: 0001-wget-1.20-path.patch
|
|
|
|
|
|
## Vine Patch(es)
|
|
## Vine Patch(es)
|
|
-Patch110: wget-1.18_disable_sslv2.patch
|
|
|
|
|
|
+Patch110: ../0002-wget-1.20-disable-sslv2.patch
|
|
# Security Fix
|
|
# Security Fix
|
|
# Nothing !
|
|
# Nothing !
|
|
|
|
|
|
@@ -74,7 +73,15 @@ perl -pi -e "s/^PACKAGE_STRING=.+$/PACKAGE_STRING='wget %{version} (Vine)'/" con
|
|
|
|
|
|
%build
|
|
%build
|
|
CFLAGS="$RPM_OPT_FLAGS -DOPENSSL_NO_SSL2"; export CFLAGS
|
|
CFLAGS="$RPM_OPT_FLAGS -DOPENSSL_NO_SSL2"; export CFLAGS
|
|
-%configure --with-ssl=openssl
|
|
|
|
|
|
+%configure \
|
|
|
|
+ --with-ssl=openssl \
|
|
|
|
+ --enable-opie \
|
|
|
|
+ --enable-digest \
|
|
|
|
+ --enable-ntlm \
|
|
|
|
+ --enable-nls \
|
|
|
|
+ --enable-ipv6 \
|
|
|
|
+ --disable-rpath
|
|
|
|
+
|
|
%__make %{?_smp_mflags}
|
|
%__make %{?_smp_mflags}
|
|
pushd po
|
|
pushd po
|
|
msgfmt -o ja.gmo ja.po
|
|
msgfmt -o ja.gmo ja.po
|
|
@@ -83,15 +90,10 @@ popd
|
|
%install
|
|
%install
|
|
%__rm -rf $RPM_BUILD_ROOT
|
|
%__rm -rf $RPM_BUILD_ROOT
|
|
%makeinstall
|
|
%makeinstall
|
|
-%find_lang %{name}
|
|
|
|
|
|
|
|
-%post
|
|
|
|
-/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir
|
|
|
|
|
|
+rm -f $RPM_BUILD_ROOT/%{_infodir}/dir
|
|
|
|
|
|
-%preun
|
|
|
|
-if [ "$1" = 0 ]; then
|
|
|
|
- /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir
|
|
|
|
-fi
|
|
|
|
|
|
+%find_lang %{name}
|
|
|
|
|
|
%clean
|
|
%clean
|
|
%__rm -rf $RPM_BUILD_ROOT
|
|
%__rm -rf $RPM_BUILD_ROOT
|
|
@@ -100,13 +102,17 @@ fi
|
|
%defattr(-,root,root)
|
|
%defattr(-,root,root)
|
|
%{!?_licensedir:%global license %%doc}
|
|
%{!?_licensedir:%global license %%doc}
|
|
%license COPYING
|
|
%license COPYING
|
|
-%doc AUTHORS MAILING-LIST NEWS README INSTALL
|
|
|
|
-%config %{_sysconfdir}/wgetrc
|
|
|
|
-%{_bindir}/wget
|
|
|
|
-%{_infodir}/wget.info*
|
|
|
|
|
|
+%doc AUTHORS MAILING-LIST NEWS README doc/sample.wgetrc
|
|
|
|
+%config(noreplace) %{_sysconfdir}/wgetrc
|
|
%{_mandir}/man1/wget.1*
|
|
%{_mandir}/man1/wget.1*
|
|
|
|
+%{_bindir}/wget
|
|
|
|
+%{_infodir}/*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Mon Dec 03 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.20-1
|
|
|
|
+- new upstream release.
|
|
|
|
+- updated Patch0 and 110.
|
|
|
|
+
|
|
* Thu Jul 21 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.18-2
|
|
* Thu Jul 21 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.18-2
|
|
- fixed BR:.
|
|
- fixed BR:.
|
|
|
|
|