Fix for rawhide build failure (#914571)
- Added BuildRequires: perl-podlators for pod2man - Patched manpage to silent new Tex errors Signed-off-by: Tomas Hozza <thozza@redhat.com>
This commit is contained in:
parent
c4872368e9
commit
bd52ba20ef
55
wget-1.14-manpage-tex5.patch
Normal file
55
wget-1.14-manpage-tex5.patch
Normal file
@ -0,0 +1,55 @@
|
|||||||
|
From a2a34ad8e09117041761fa96830f289aa6e67042 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Tomas Hozza <thozza@redhat.com>
|
||||||
|
Date: Fri, 22 Feb 2013 12:29:37 +0100
|
||||||
|
Subject: [PATCH] Fix @itemx issue when building doc
|
||||||
|
|
||||||
|
@itemx should be used ONLY for second and subsequent item(s).
|
||||||
|
|
||||||
|
Signed-off-by: Tomas Hozza <thozza@redhat.com>
|
||||||
|
---
|
||||||
|
doc/wget.texi | 8 ++++----
|
||||||
|
1 file changed, 4 insertions(+), 4 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/doc/wget.texi b/doc/wget.texi
|
||||||
|
index c1fc82f..3768156 100644
|
||||||
|
--- a/doc/wget.texi
|
||||||
|
+++ b/doc/wget.texi
|
||||||
|
@@ -876,7 +876,7 @@ recommendation to block many unrelated users from a web site due to the
|
||||||
|
actions of one.
|
||||||
|
|
||||||
|
@cindex proxy
|
||||||
|
-@itemx --no-proxy
|
||||||
|
+@item --no-proxy
|
||||||
|
Don't use proxies, even if the appropriate @code{*_proxy} environment
|
||||||
|
variable is defined.
|
||||||
|
|
||||||
|
@@ -977,7 +977,7 @@ are outside the range of @sc{ascii} characters (that is, greater than
|
||||||
|
whose encoding does not match the one used locally.
|
||||||
|
|
||||||
|
@cindex IPv6
|
||||||
|
-@itemx -4
|
||||||
|
+@item -4
|
||||||
|
@itemx --inet4-only
|
||||||
|
@itemx -6
|
||||||
|
@itemx --inet6-only
|
||||||
|
@@ -3094,7 +3094,7 @@ display properly---the same as @samp{-p}.
|
||||||
|
Change setting of passive @sc{ftp}, equivalent to the
|
||||||
|
@samp{--passive-ftp} option.
|
||||||
|
|
||||||
|
-@itemx password = @var{string}
|
||||||
|
+@item password = @var{string}
|
||||||
|
Specify password @var{string} for both @sc{ftp} and @sc{http} file retrieval.
|
||||||
|
This command can be overridden using the @samp{ftp_password} and
|
||||||
|
@samp{http_password} command for @sc{ftp} and @sc{http} respectively.
|
||||||
|
@@ -3605,7 +3605,7 @@ In addition to the environment variables, proxy location and settings
|
||||||
|
may be specified from within Wget itself.
|
||||||
|
|
||||||
|
@table @samp
|
||||||
|
-@itemx --no-proxy
|
||||||
|
+@item --no-proxy
|
||||||
|
@itemx proxy = on/off
|
||||||
|
This option and the corresponding command may be used to suppress the
|
||||||
|
use of proxy, even if the appropriate environment variables are set.
|
||||||
|
--
|
||||||
|
1.8.1.2
|
||||||
|
|
11
wget.spec
11
wget.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: A utility for retrieving files using the HTTP or FTP protocols
|
Summary: A utility for retrieving files using the HTTP or FTP protocols
|
||||||
Name: wget
|
Name: wget
|
||||||
Version: 1.14
|
Version: 1.14
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
Url: http://www.gnu.org/software/wget/
|
Url: http://www.gnu.org/software/wget/
|
||||||
@ -10,12 +10,13 @@ Source: ftp://ftp.gnu.org/gnu/wget/wget-%{version}.tar.xz
|
|||||||
Patch1: wget-rh-modified.patch
|
Patch1: wget-rh-modified.patch
|
||||||
Patch2: wget-1.12-path.patch
|
Patch2: wget-1.12-path.patch
|
||||||
Patch3: wget-1.14-sslreadtimeout.patch
|
Patch3: wget-1.14-sslreadtimeout.patch
|
||||||
|
Patch4: wget-1.14-manpage-tex5.patch
|
||||||
|
|
||||||
Provides: webclient
|
Provides: webclient
|
||||||
Provides: bundled(gnulib)
|
Provides: bundled(gnulib)
|
||||||
Requires(post): /sbin/install-info
|
Requires(post): /sbin/install-info
|
||||||
Requires(preun): /sbin/install-info
|
Requires(preun): /sbin/install-info
|
||||||
BuildRequires: openssl-devel, pkgconfig, texinfo, gettext, autoconf, libidn-devel, libuuid-devel
|
BuildRequires: openssl-devel, pkgconfig, texinfo, gettext, autoconf, libidn-devel, libuuid-devel, perl-podlators
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -32,6 +33,7 @@ support for Proxy servers, and configurability.
|
|||||||
%patch1 -p0
|
%patch1 -p0
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
%patch3 -p1 -b .sslreadtimeout
|
%patch3 -p1 -b .sslreadtimeout
|
||||||
|
%patch4 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
if pkg-config openssl ; then
|
if pkg-config openssl ; then
|
||||||
@ -68,6 +70,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_infodir}/*
|
%{_infodir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 22 2013 Tomas Hozza <thozza@redhat.com> - 1.14-5
|
||||||
|
- Added BuildRequires: perl-podlators for pod2man
|
||||||
|
- Patched manpage to silent new Tex errors
|
||||||
|
- Resolves: (#914571)
|
||||||
|
|
||||||
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.14-4
|
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.14-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user