fix conditional comparison
This commit is contained in:
parent
9d6e93108a
commit
13386e637a
@ -7,7 +7,7 @@
|
||||
Summary: A GTK widget for VNC clients
|
||||
Name: gtk-vnc
|
||||
Version: 0.3.6
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
License: LGPLv2+
|
||||
Group: Development/Libraries
|
||||
Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
|
||||
@ -16,7 +16,7 @@ URL: http://gtk-vnc.sf.net/
|
||||
BuildRequires: gtk2-devel pygtk2-devel python-devel zlib-devel
|
||||
BuildRequires: gnutls-devel gtkglext-devel
|
||||
%if %{with_plugin}
|
||||
%if "%{fedora}" > "8"
|
||||
%if 0%{?fedora} > 8
|
||||
BuildRequires: xulrunner-devel
|
||||
%else
|
||||
BuildRequires: firefox-devel
|
||||
@ -120,6 +120,9 @@ rm -fr %{buildroot}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Jul 7 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.3.6-3
|
||||
- fix conditional comparison
|
||||
|
||||
* Wed Jun 25 2008 Daniel P. Berrange <berrange@redhat.com> - 0.3.6-2.fc10
|
||||
- Rebuild for GNU TLS ABI change
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user