fix compile fail

(cherry picked from commit 6513a83fe1cd87fdf014349171f53708b9a3f6a4)
This commit is contained in:
leeffo 2023-08-17 15:43:54 +08:00 committed by openeuler-sync-bot
parent 06c8879419
commit 310dd71933

View File

@ -2,7 +2,7 @@
Name: castxml Name: castxml
Version: 0.6.1 Version: 0.6.1
Release: 1 Release: 2
Summary: C-family abstract syntax tree XML output tool Summary: C-family abstract syntax tree XML output tool
License: Apache-2.0 License: Apache-2.0
URL: https://github.com/CastXML/CastXML URL: https://github.com/CastXML/CastXML
@ -16,6 +16,9 @@ BuildRequires: clang-devel >= 3.6.0
BuildRequires: libedit-devel BuildRequires: libedit-devel
BuildRequires: zlib-devel BuildRequires: zlib-devel
BuildRequires: python3-sphinx BuildRequires: python3-sphinx
BuildRequires: llvm-test
BuildRequires: clang-tools-extra
BuildRequires: clang
Obsoletes: gccxml < 0.9.0-0.28 Obsoletes: gccxml < 0.9.0-0.28
%description %description
@ -60,5 +63,8 @@ ctest -v
%license LICENSE NOTICE %license LICENSE NOTICE
%changelog %changelog
* Thu Aug 17 2023 leeffo <liweiganga@uniontech.com> - 0.6.1-2
- fix compile fail
* Fri Apr 28 2023 liweiganga <liweiganga@uniontech.com> - 0.6.1-1 * Fri Apr 28 2023 liweiganga <liweiganga@uniontech.com> - 0.6.1-1
- Init packaging for openEuler - Init packaging for openEuler