BuildRequires: perl-podlators for pod2man

This commit is contained in:
Cole Robinson 2013-02-16 16:31:05 -05:00
parent 8dcb79ac98
commit 80e4d1ad06

View File

@ -28,8 +28,6 @@ Release: 7%{?dist}%{?extra_release}
License: LGPLv2+ License: LGPLv2+
Group: Development/Libraries Group: Development/Libraries
Source: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.5/%{name}-%{version}.tar.xz Source: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.5/%{name}-%{version}.tar.xz
# Fix send_key introspection bindings
Patch1: 0001-Add-introspection-annotation-for-vnc_display_send_ke.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
URL: http://live.gnome.org/gtk-vnc URL: http://live.gnome.org/gtk-vnc
Requires: gvnc = %{version}-%{release} Requires: gvnc = %{version}-%{release}
@ -58,8 +56,11 @@ BuildRequires: vala-tools
%if %{with_pulse} %if %{with_pulse}
BuildRequires: pulseaudio-libs-devel BuildRequires: pulseaudio-libs-devel
%endif %endif
BuildRequires: perl-podlators
Patch0: gtk-vnc-0.5.1-bigendian.patch Patch0: gtk-vnc-0.5.1-bigendian.patch
# Fix send_key introspection bindings
Patch1: 0001-Add-introspection-annotation-for-vnc_display_send_ke.patch
%description %description
gtk-vnc is a VNC viewer widget for GTK2. It is built using coroutines gtk-vnc is a VNC viewer widget for GTK2. It is built using coroutines