[virt-tools-list] [virt-viewer 1/2] Update spice-gtk requirement everywhere
Marc-André Lureau
mlureau at redhat.com
Wed Dec 18 14:03:38 UTC 2013
let's stop duplicating the version requirement everywhere, please use AC_SUBST.
----- Original Message -----
> d1c2bc1 updated configure.ac spice-gtk requirement to 0.22, but did not
> update the various places which duplicated this requirement, namely the
> .spec.in files and the README file.
> ---
> README | 2 +-
> mingw-virt-viewer.spec.in | 4 ++--
> virt-viewer.spec.in | 4 ++--
> 3 files changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/README b/README
> index b1bfc13..8170b59 100644
> --- a/README
> +++ b/README
> @@ -19,7 +19,7 @@ display of the VNC protocol, which is available from
>
> http://gtk-vnc.sourceforge.net/
>
> -Virt Viewer uses the SPICE-GTK (>= 0.20) widget to provide a
> +Virt Viewer uses the SPICE-GTK (>= 0.22) widget to provide a
> display of the SPICE protocol, which is available from:
>
> http://spice-space.org/page/Spice-Gtk
> diff --git a/mingw-virt-viewer.spec.in b/mingw-virt-viewer.spec.in
> index 3ac34fa..1c9f109 100644
> --- a/mingw-virt-viewer.spec.in
> +++ b/mingw-virt-viewer.spec.in
> @@ -32,8 +32,8 @@ BuildRequires: mingw32-readline
> BuildRequires: mingw64-readline
> BuildRequires: mingw32-spice-glib
> BuildRequires: mingw64-spice-glib
> -BuildRequires: mingw32-spice-gtk >= 0.20
> -BuildRequires: mingw64-spice-gtk >= 0.20
> +BuildRequires: mingw32-spice-gtk >= 0.22
> +BuildRequires: mingw64-spice-gtk >= 0.22
> BuildRequires: mingw32-usbredir
> BuildRequires: mingw64-usbredir
> BuildRequires: pkgconfig
> diff --git a/virt-viewer.spec.in b/virt-viewer.spec.in
> index c9871d1..1dafa1a 100644
> --- a/virt-viewer.spec.in
> +++ b/virt-viewer.spec.in
> @@ -62,9 +62,9 @@ BuildRequires: gtk-vnc-devel >= 0.3.8
> %endif
> %if %{with_spice}
> %if %{with_gtk3}
> -BuildRequires: spice-gtk3-devel >= 0.20
> +BuildRequires: spice-gtk3-devel >= 0.22
> %else
> -BuildRequires: spice-gtk-devel >= 0.20
> +BuildRequires: spice-gtk-devel >= 0.22
> %endif
> BuildRequires: spice-protocol >= 0.10.1
> %endif
> --
> 1.8.4.2
>
> _______________________________________________
> virt-tools-list mailing list
> virt-tools-list at redhat.com
> https://www.redhat.com/mailman/listinfo/virt-tools-list
>
More information about the virt-tools-list
mailing list