diff --git a/vala.spec b/vala.spec index ed8d4b952b017f724f88b9fddcae74d0c0f83c19..031febee677eefeb092657173a982304ba89048c 100644 --- a/vala.spec +++ b/vala.spec @@ -5,7 +5,7 @@ Name: vala Version: 0.56.14 -Release: 2 +Release: 3 Summary: Compiler Using the GObject Type System License: LGPLv2+ and BSD URL: https://wiki.gnome.org/Projects/Vala @@ -37,13 +37,9 @@ Obsoletes: vala-devel < 0.43 %description devel Library and and head file for vala compiler. -%package help -Summary: Help documents for vala +%package_help Requires: %{name} = %{version}-%{release} devhelp -%description help -Help documents for vala. - %prep %autosetup -n %{name}-%{version} -p1 @@ -129,6 +125,9 @@ make check %doc %{_datadir}/devhelp/books/vala-%{api_ver} %changelog +* Mon Aug 19 2024 zhangyiteng zhangyiteng@cqsoftware.com.cn> - 0.56.14-3 +- Replaced declaration of help subpackage with the 'package_help' macro + * Fri Jul 26 2024 zhangxianting - 0.56.14-2 - fix build error