Prevent RPM picking up a dep on gjs (rhbz 628604)

This commit is contained in:
Daniel P. Berrange 2010-08-31 11:15:19 +01:00
parent 20e0e77bd3
commit 138e378724

View File

@ -13,7 +13,7 @@
Summary: A GTK widget for VNC clients Summary: A GTK widget for VNC clients
Name: gtk-vnc Name: gtk-vnc
Version: 0.4.1 Version: 0.4.1
Release: 5%{?dist} Release: 6%{?dist}
License: LGPLv2+ License: LGPLv2+
Group: Development/Libraries Group: Development/Libraries
Source: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.4/%{name}-%{version}.tar.bz2 Source: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.4/%{name}-%{version}.tar.bz2
@ -131,6 +131,8 @@ screenshots of a VNC desktop
%configure %{plugin_arg} %{gir_arg} %configure %{plugin_arg} %{gir_arg}
%__make %{?_smp_mflags} V=1 %__make %{?_smp_mflags} V=1
# Stop RPM picking up a dep on gjs
chmod a-x examples/gvncviewer.js
%install %install
rm -fr %{buildroot} rm -fr %{buildroot}
@ -209,6 +211,9 @@ rm -fr %{buildroot}
%{_mandir}/man1/gvnccapture.1* %{_mandir}/man1/gvnccapture.1*
%changelog %changelog
* Tue Aug 31 2010 Daniel P. Berrange <berrange@redhat.com> - 0.4.1-6
- Prevent RPM picking up a dep on gjs (rhbz 628604)
* Fri Aug 6 2010 Daniel P. Berrange <berrange@redhat.com> - 0.4.1-5 * Fri Aug 6 2010 Daniel P. Berrange <berrange@redhat.com> - 0.4.1-5
- Reset buffer offsets on connection close (rhbz 620843) - Reset buffer offsets on connection close (rhbz 620843)