From e09a0475555c69a202c0266186c6d9bb41834113 Mon Sep 17 00:00:00 2001 From: zhangwei Date: Mon, 19 Aug 2024 15:23:35 +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 d233e83..96bb071 100644 --- a/luajit.spec +++ b/luajit.spec @@ -2,7 +2,7 @@ Name: luajit Version: 2.1.0 -Release: 8 +Release: 9 Summary: Just-In-Time Compiler for Lua License: MIT URL: http://luajit.org/ @@ -29,11 +29,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 @@ -83,6 +80,9 @@ cp -a doc _tmp_html/html %{_mandir}/man1/%{name}.1* %changelog +* Mon Aug 19 2024 Wei Zhang - 2.1.0-9 +- Replaced declaration of help subpackage with the 'package_help' macro + * Thu Mar 21 2024 TexasOct - 2.1.0-8 - update riscv64 support and update to mainline d06beb04 -- Gitee