From 80cd8ad971e6cac312475d85b6329167c18ba6d2 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Fri, 7 Oct 2022 11:02:34 +0200 Subject: [PATCH] Move qt bcond to the top of spec and document it --- appstream.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appstream.spec b/appstream.spec index c2b4c4b..3168b12 100644 --- a/appstream.spec +++ b/appstream.spec @@ -1,3 +1,5 @@ +# Enable Qt by default +%bcond qt 1 # Vala/Vapi support ( upstream disabled by default, probably explains why it the build breaks often ) %global vala 1 @@ -13,8 +15,6 @@ License: GPLv2+ and LGPLv2+ URL: https://github.com/ximion/appstream Source0: http://www.freedesktop.org/software/appstream/releases/AppStream-%{version}.tar.xz -%bcond qt 1 - ## upstream patches (lookaside cache) ## upstreamable patches