Prevent RPM picking up a dep on gjs (rhbz 628604)
This commit is contained in:
parent
20e0e77bd3
commit
138e378724
@ -13,7 +13,7 @@
|
||||
Summary: A GTK widget for VNC clients
|
||||
Name: gtk-vnc
|
||||
Version: 0.4.1
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
License: LGPLv2+
|
||||
Group: Development/Libraries
|
||||
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}
|
||||
%__make %{?_smp_mflags} V=1
|
||||
# Stop RPM picking up a dep on gjs
|
||||
chmod a-x examples/gvncviewer.js
|
||||
|
||||
%install
|
||||
rm -fr %{buildroot}
|
||||
@ -209,6 +211,9 @@ rm -fr %{buildroot}
|
||||
%{_mandir}/man1/gvnccapture.1*
|
||||
|
||||
%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
|
||||
- Reset buffer offsets on connection close (rhbz 620843)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user