remove unused BuildRequires

(cherry picked from commit 9fb4b110eaf1115043e449a9b3cf721952fdf509)
This commit is contained in:
huyubiao 2023-10-09 09:23:31 +08:00 committed by openeuler-sync-bot
parent ffc5c0e2e2
commit 503eac6d67

10
gc.spec
View File

@ -1,12 +1,12 @@
Name: gc
Version: 8.0.4
Release: 3
Release: 4
Summary: A garbage collector for C and C++
License: BSD and GPLv1+
Url: http://www.hboehm.info/gc/
Source0: http://www.hboehm.info/gc/gc_source/gc-%{version}.tar.gz
BuildRequires: gcc gcc-c++ libtool libatomic_ops-devel gdb
BuildRequires: gcc gcc-c++ libtool
%description
The Boehm-Demers-Weiser conservative garbage collector can be
@ -72,6 +72,12 @@ make check
%changelog
* Mon Oct 9 2023 huyubiao <huyubiao@huawei.com> - 8.0.4-4
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:remove unused BuildRequires
* Fri Jun 4 2021 panxiaohe<panxiaohe@huawei.com> - 8.0.4-3
- add gcc-c++ to BuildRequires to use c++ command