update libglademm.spec.

add buildrequires gcc-c++
This commit is contained in:
丈青山 2022-03-07 05:15:59 +00:00 committed by Gitee
parent 32291272af
commit f0ef81e0ac
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: libglademm24
Version: 2.6.7
Release: 3
Release: 4
Summary: C++ wrapper for libglade
@ -14,6 +14,7 @@ Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig
BuildRequires: gtkmm24-devel >= 2.6.0
BuildRequires: libglade2-devel >= 2.6.1
BuildRequires: gcc-c++
%description
This package provides a C++ interface for libglademm. It is a
@ -78,5 +79,8 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/*.pc
%changelog
* Sat Feb 12 2022 dillon chen <dillon.chen@gmail.com> - 2.6.7-4
- add buildrequires gcc-c++
* Wed Jul 8 2020 Dillon Chen <dillon.chen@turbolinux.com.cn> - 2.6.7-1
- Init package