From b00d3ecc3c0804e6ee9d01e1c6933a9527dca61f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=95=8F?= Date: Wed, 21 Aug 2024 09:20:44 +0800 Subject: [PATCH] Replaces declaration of help subpackage with the 'package_help' marco. --- freeglut.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/freeglut.spec b/freeglut.spec index 722b090..a4f8e82 100644 --- a/freeglut.spec +++ b/freeglut.spec @@ -1,6 +1,6 @@ Name: freeglut Version: 3.0.0 -Release: 12 +Release: 13 Summary: A freely licensed alternative to the GLUT library License: MIT URL: http://freeglut.sourceforge.net @@ -31,11 +31,11 @@ Obsoletes: glut-devel < 3.7 This package provides developmental libraries and header files required for developing or compilingsoftware which links to the freeglut library. -%package help -Summary: Help information and man pages for freeglut +%package_help +#Summary: Help information and man pages for freeglut -%description help -This package privides man-pages and involved help info for freeglut +#%description help +#This package privides man-pages and involved help info for freeglut %prep %autosetup -n %{name}-%{version} -a 1 -p1 @@ -68,6 +68,9 @@ install -p -m 644 doc/man/*.3 $RPM_BUILD_ROOT/%{_mandir}/man3 %doc README doc/*.png doc/*.html %changelog +* Wed Aug 21 2024 Min Zhang - 3.0.0-13 +- Replaces declaration of help subpackage with the 'package_help' marco. + * Sun Feb 18 2024 wangkai <13474090681@163.com> - 3.0.0-12 - Fix CVE-2024-24258 and CVE-2024-24259 -- Gitee