diff --git a/file.spec b/file.spec index 81f8d502371dc64320a0ccc8b39278480b9f0785..05761abae41b4f4724ddb66840db822e53e0ef8f 100644 --- a/file.spec +++ b/file.spec @@ -1,6 +1,6 @@ Name: file Version: 5.41 -Release: 4 +Release: 5 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 python3-magic Summary: Python 3 bindings for the libmagic API @@ -133,6 +128,9 @@ make -C tests check %{python3_sitelib}/__pycache__/* %changelog +* Tue Aug 20 2024 Haofeng Liu 5.41-5 +- Replaced declaration of help subpackage with the 'package_help' macro + * Tue Apr 9 2024 tangyuchen - 5.41-4 - fix a memory leak problem