[Spice-devel] [spice-streaming-agent 4/7] build: Generate .xz tarballs rather than bz2
Frediano Ziglio
fziglio at redhat.com
Wed Nov 8 12:09:34 UTC 2017
>
> ---
> configure.ac | 2 +-
> spice-streaming-agent.spec.in | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/configure.ac b/configure.ac
> index a21832b..1d86200 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -7,7 +7,7 @@ AM_CONFIG_HEADER([config.h])
> AC_CONFIG_MACRO_DIR([m4])
> AC_CONFIG_AUX_DIR([build-aux])
>
> -AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip subdir-objects])
> +AM_INIT_AUTOMAKE([dist-xz no-dist-gzip subdir-objects])
>
> m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
>
> diff --git a/spice-streaming-agent.spec.in b/spice-streaming-agent.spec.in
> index e472c32..91e6b88 100644
> --- a/spice-streaming-agent.spec.in
> +++ b/spice-streaming-agent.spec.in
> @@ -5,7 +5,7 @@ Summary: SPICE streaming agent
> Group: Applications/System
> License: ASL 2.0
> URL: https://www.redhat.com
> -Source0: %{name}-%{version}.tar.bz2
> +Source0: %{name}-%{version}.tar.xz
> BuildRequires: spice-protocol >= @SPICE_PROTOCOL_MIN_VER@
> BuildRequires: libX11-devel libXfixes-devel
> BuildRequires: libjpeg-turbo-devel
Acked-by: Frediano Ziglio <fziglio at redhat.com>
Frediano
More information about the Spice-devel
mailing list