[packages/libgweather4] always explicitly enable/disable apidocs

atler atler at pld-linux.org
Thu Jun 29 21:47:35 CEST 2023


commit 4be6f5cab176a03114a58644476b6ecdef40695a
Author: Jan Palus <atler at pld-linux.org>
Date:   Thu Jun 29 21:35:05 2023 +0200

    always explicitly enable/disable apidocs
    
    enabled by default so disabling apidocs does nothing

 libgweather4.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libgweather4.spec b/libgweather4.spec
index 9467022..a05c2c0 100644
--- a/libgweather4.spec
+++ b/libgweather4.spec
@@ -123,7 +123,7 @@ API biblioteki libgweather dla języka Vala.
 %build
 %meson build \
 	-Denable_vala=%{!?with_vala:false}%{?with_vala:true} \
-	%{?with_apidocs:-Dgtk_doc=true} \
+	-Dgtk_doc=%{__true_false apidocs} \
 	%{!?with_libsoup3:-Dsoup2=true} \
 	-Dzoneinfo_dir=%{_datadir}/zoneinfo
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libgweather4.git/commitdiff/4be6f5cab176a03114a58644476b6ecdef40695a



More information about the pld-cvs-commit mailing list