From a26171391b917ec5897f525bdd979544899dd59e Mon Sep 17 00:00:00 2001 From: zhangwei Date: Mon, 19 Aug 2024 15:43:23 +0800 Subject: [PATCH] Added 'Buildarch: noarch' to the help subpackage --- luajit.spec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/luajit.spec b/luajit.spec index 1bea606..b40c89a 100644 --- a/luajit.spec +++ b/luajit.spec @@ -2,7 +2,7 @@ Name: luajit Version: 2.1.0 -Release: 9 +Release: 10 Summary: Just-In-Time Compiler for Lua License: MIT URL: http://luajit.org/ @@ -33,11 +33,9 @@ Requires: luajit = 2.1.0-%{release} %description devel This package contains development files for luajit. -%package help -Summary: Documents for luajit -%description help -Man pages and other related documents for luajit. +%package_help + %prep %setup -q -n LuaJIT-2.1.0-beta3 @@ -94,6 +92,9 @@ cp -a doc _tmp_html/html %{_mandir}/man1/%{name}.1* %changelog +* Mon Aug 19 2024 Wei Zhang - 2.1.0-10 +- Replaced declaration of help subpackage with the 'package_help' macro + * Tue Apr 23 2024 zhaoxiaolin - 2.1.0-9 - Add loongarch64 base support -- Gitee