From 43b6441d7595142474d02566ff196a2d2211ca9d 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:04:13 +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 e934964..53123ce 100644 --- a/file.spec +++ b/file.spec @@ -1,6 +1,6 @@ Name: file Version: 5.45 -Release: 1 +Release: 2 Summary: A tool to identify the type of a particular file type License: BSD URL: http://www.darwinsys.com/file/ @@ -36,12 +36,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 python3-magic Summary: Python 3 bindings for the libmagic API @@ -130,6 +125,9 @@ make -C tests check %{python3_sitelib}/__pycache__/* %changelog +* Tue Aug 20 2024 Haofeng Liu +- Replaced declaration of help subpackage with the 'package_help' macro + * Mon Oct 23 2023 li weigang - - 5.45-1 - update to version 5.45 -- Gitee