[Spice-devel] [spice-streaming-agent PATCH 2/4] spec: BuildRequires autoconf and friends

Frediano Ziglio fziglio at redhat.com
Thu Sep 26 17:12:22 UTC 2019


> 
> Also only build for x86_64
> 
> Signed-off-by: Uri Lublin <uril at redhat.com>

I don't see the reason, the spec file does not use them, the distributed
configure and related files are used.
Unless you force the generation of a new configure (that would be an
additional change in the spec).

Why only amd64 ?

> ---
>  spice-streaming-agent.spec.in | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/spice-streaming-agent.spec.in b/spice-streaming-agent.spec.in
> index 299ea02..a267c54 100644
> --- a/spice-streaming-agent.spec.in
> +++ b/spice-streaming-agent.spec.in
> @@ -14,11 +14,15 @@ BuildRequires:  pkgconfig(udev)
>  BuildRequires:  libdrm-devel
>  BuildRequires:  libXrandr-devel
>  BuildRequires:  gcc-c++
> +BuildRequires:  automake autoconf autoconf-archive libtool
>  # we need /usr/sbin/semanage program which is available on different
>  # packages depending on distribution
>  Requires(post): /usr/sbin/semanage
>  Requires(postun): /usr/sbin/semanage
>  
> +ExclusiveArch: x86_64
> +
> +
>  %description
>  An agent, running on a guest, sending video streams of the X display to a
>  remote client (over SPICE).

Frediano


More information about the Spice-devel mailing list