!57 [sync] PR-54: set clang_support to default OFF

From: @openeuler-sync-bot 
Reviewed-by: @small_leek, @zhoupengcheng11, @lvying6 
Signed-off-by: @lvying6, @small_leek
This commit is contained in:
openeuler-ci-bot 2023-03-03 01:54:50 +00:00 committed by Gitee
commit 12a9351bd5
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,10 +1,10 @@
%global xapian_core_support "ON"
%global BuildDir "Out"
%global clang_support ON
%global clang_support OFF
Name: doxygen
Epoch: 1
Version: 1.9.3
Release: 2
Release: 3
Summary: A documentation system for C/C++
License: GPL+
Url: https://www.doxygen.nl
@ -104,6 +104,9 @@ make tests -C %{BuildDir}
%{_datadir}/icons/hicolor/*/apps/doxywizard.png
%changelog
* Wed Sep 21 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 1:1.9.3-3
- set clang_support to default OFF
* Mon Aug 15 2022 caodongxia <caodongxia@h-partners.com> - 1:1.9.3-2
- RTFGenerator should exit with 0 when gengrate file success