From f0db9108ab3a1f9a32bb845056ee21ecd538826b Mon Sep 17 00:00:00 2001 From: yangchunc Date: Mon, 19 Aug 2024 16:43:24 +0800 Subject: [PATCH] Add 'Buildarch: noarch' to the help subpackage --- djvulibre.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/djvulibre.spec b/djvulibre.spec index 86efd6a..35ed770 100644 --- a/djvulibre.spec +++ b/djvulibre.spec @@ -1,7 +1,7 @@ Name: djvulibre Summary: An open source (GPL'ed) implementation of DjVu Version: 3.5.27 -Release: 20 +Release: 21 License: GPLv2+ URL: http://djvu.sourceforge.net/ Source0: http://downloads.sourceforge.net/djvu/djvulibre-%{version}.tar.gz @@ -45,11 +45,7 @@ Requires: djvulibre = %{version}-%{release} pkgconfig %description devel Development files for DjVuLibre. -%package help -Summary: Help documentation for the djvulibre - -%description help -Help documentation for the djvulibre. +%package_help %prep %autosetup -p1 @@ -104,6 +100,9 @@ rm -f %{_datadir}/icons/hicolor/32x32/apps/djvulibre-djview3.png || : %{_mandir}/man1/* %changelog +* Mon Aug 19 2024 Chunchun Yang - 3.5.27-21 +- Replaced declaration of subpackage with the 'package_help' macro. + * Wed Sep 13 2023 wangkai <13474090681@163.com> - 3.5.27-20 - Fix CVE-2021-46310,CVE-2021-46312 -- Gitee