fix documentation build error

This commit is contained in:
Peter Hatina 2013-04-08 13:03:24 +02:00
parent f0c20e216a
commit cd49050d18
2 changed files with 15 additions and 1 deletions

View File

@ -0,0 +1,9 @@
diff --git a/doc/wireshark.pod.template b/doc/wireshark.pod.template
index b946c34..7b97eea 100644
--- a/doc/wireshark.pod.template
+++ b/doc/wireshark.pod.template
@@ -1,3 +1,4 @@
+=encoding utf8
=head1 NAME

View File

@ -21,7 +21,7 @@
Summary: Network traffic analyzer
Name: wireshark
Version: 1.8.6
Release: 4%{?dist}
Release: 5%{?dist}
License: GPL+
Group: Applications/Internet
Source0: http://wireshark.org/download/src/%{name}-%{version}.tar.bz2
@ -42,6 +42,7 @@ Patch5: wireshark-1.6.0-soname.patch
Patch6: wireshark-1.8.2-python-symbols.patch
Patch7: wireshark-1.8.x-dns-cleanup.patch
Patch8: wireshark-1.8.x-capture-crash.patch
Patch9: wireshark-1.8.x-pod2man-encoding.patch
Url: http://www.wireshark.org/
BuildRequires: libpcap-devel >= 0.9
@ -142,6 +143,7 @@ and plugins.
%patch6 -p1 -b .python-symbols
%patch7 -p1 -b .dns-cleanup
%patch8 -p1 -b .capture-crash
%patch9 -p1 -b .pod2man
%build
%ifarch s390 s390x sparcv9 sparc64
@ -367,6 +369,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{_datadir}/aclocal/*
%changelog
* Mon Apr 04 2013 Peter Hatina <phatina@redhat.com> 1.8.6-5
- fix documentation build error
* Wed Mar 27 2013 Peter Hatina <phatina@redhat.com> 1.8.6-4
- fix capture crash (#894753)