From 5c5b727dd77a526aab22edf52728e13282e799c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=B5=A9=E5=B3=B0?= Date: Tue, 20 Aug 2024 14:09:39 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E2=80=9Cpackage=5Fhelp=E2=80=9D?= =?UTF-8?q?=E5=AE=8F=E6=9B=BF=E6=8D=A2help=E5=AD=90=E5=8C=85=E5=A3=B0?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- file.spec | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/file.spec b/file.spec index 003811b..ba62f31 100644 --- a/file.spec +++ b/file.spec @@ -1,6 +1,6 @@ Name: file Version: 5.39 -Release: 8 +Release: 9 Summary: A tool to identify the type of a particular file type License: BSD URL: http://www.darwinsys.com/file/ @@ -39,12 +39,7 @@ Obsoletes: %{name}-static This package contains files needed to develop applications that use file header files and libmagic library -%package help -Summary: Including man files for file -Requires: man - -%description help -This contains man files for the using of file +%package_help %package -n python2-magic Summary: Python 2 bindings for the libmagic API @@ -155,6 +150,9 @@ make check %{python3_sitelib}/__pycache__/* %changelog +* Tue Aug 20 2024 Haofeng Liu 5.39-9 +- Replaced declaration of help subpackage with the 'package_help' macro + * Tue Apr 9 2024 tangyuchen - 5.39-8 - fix a memory leak problem -- Gitee