From ae76b07ee3cd17a4fb55ce2df75c8aa9e0e45562 Mon Sep 17 00:00:00 2001 From: zhangwei Date: Mon, 19 Aug 2024 13:43:30 +0800 Subject: [PATCH] Added 'Buildarch: noarch' to the help subpackage --- luajit.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/luajit.spec b/luajit.spec index 1bea606..7b8b582 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,8 @@ 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 +91,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