Update to 0.4.4 release
This commit is contained in:
parent
056b0c53be
commit
8299a81eb8
26
gtk-vnc.spec
26
gtk-vnc.spec
@ -5,7 +5,6 @@
|
|||||||
%define with_plugin 0
|
%define with_plugin 0
|
||||||
|
|
||||||
%define with_gir 0
|
%define with_gir 0
|
||||||
|
|
||||||
%if 0%{?fedora} >= 12
|
%if 0%{?fedora} >= 12
|
||||||
%define with_gir 1
|
%define with_gir 1
|
||||||
%endif
|
%endif
|
||||||
@ -15,10 +14,15 @@
|
|||||||
%define with_gtk3 1
|
%define with_gtk3 1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%define with_vala 0
|
||||||
|
%if 0%{with_gtk3}
|
||||||
|
%define with_vala 1
|
||||||
|
%endif
|
||||||
|
|
||||||
Summary: A GTK2 widget for VNC clients
|
Summary: A GTK2 widget for VNC clients
|
||||||
Name: gtk-vnc
|
Name: gtk-vnc
|
||||||
Version: 0.4.3
|
Version: 0.4.4
|
||||||
Release: 2%{?dist}%{?extra_release}
|
Release: 1%{?dist}%{?extra_release}
|
||||||
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
|
||||||
@ -28,9 +32,6 @@ BuildRequires: gtk2-devel >= 2.14
|
|||||||
BuildRequires: pygtk2-devel python-devel zlib-devel
|
BuildRequires: pygtk2-devel python-devel zlib-devel
|
||||||
BuildRequires: gnutls-devel cyrus-sasl-devel intltool
|
BuildRequires: gnutls-devel cyrus-sasl-devel intltool
|
||||||
%if %{with_gir}
|
%if %{with_gir}
|
||||||
# Temp hack for missing dep
|
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=613466
|
|
||||||
BuildRequires: libtool
|
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
%if 0%{?fedora} < 14
|
%if 0%{?fedora} < 14
|
||||||
BuildRequires: gir-repository-devel
|
BuildRequires: gir-repository-devel
|
||||||
@ -46,6 +47,9 @@ BuildRequires: firefox-devel
|
|||||||
%if %{with_gtk3}
|
%if %{with_gtk3}
|
||||||
BuildRequires: gtk3-devel
|
BuildRequires: gtk3-devel
|
||||||
%endif
|
%endif
|
||||||
|
%if %{with_vala}
|
||||||
|
BuildRequires: vala-tools
|
||||||
|
%endif
|
||||||
|
|
||||||
%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
|
||||||
@ -241,6 +245,9 @@ rm -fr %{buildroot}
|
|||||||
%if %{with_gir}
|
%if %{with_gir}
|
||||||
%{_libdir}/girepository-1.0/GVnc-1.0.typelib
|
%{_libdir}/girepository-1.0/GVnc-1.0.typelib
|
||||||
%endif
|
%endif
|
||||||
|
%if %{with_vala}
|
||||||
|
%{_datadir}/vala/vapi/gvnc-1.0.vapi
|
||||||
|
%endif
|
||||||
|
|
||||||
%files -n gvnc-devel
|
%files -n gvnc-devel
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
@ -270,6 +277,10 @@ rm -fr %{buildroot}
|
|||||||
%if %{with_gir}
|
%if %{with_gir}
|
||||||
%{_libdir}/girepository-1.0/GtkVnc-2.0.typelib
|
%{_libdir}/girepository-1.0/GtkVnc-2.0.typelib
|
||||||
%endif
|
%endif
|
||||||
|
%if %{with_vala}
|
||||||
|
%{_datadir}/vala/vapi/gtk-vnc-2.0.deps
|
||||||
|
%{_datadir}/vala/vapi/gtk-vnc-2.0.vapi
|
||||||
|
%endif
|
||||||
|
|
||||||
%files -n gtk-vnc2-devel
|
%files -n gtk-vnc2-devel
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
@ -288,6 +299,9 @@ rm -fr %{buildroot}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 10 2011 Daniel P. Berrange <berrange@redhat.com> - 0.4.4-1
|
||||||
|
- Update to 0.4.4 release
|
||||||
|
|
||||||
* Tue Nov 08 2011 Adam Jackson <ajax@redhat.com> - 0.4.3-2
|
* Tue Nov 08 2011 Adam Jackson <ajax@redhat.com> - 0.4.3-2
|
||||||
- Rebuild to break bogus libpng dep
|
- Rebuild to break bogus libpng dep
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user