From 574307af8cef097bda82a2632d513842337d0629 Mon Sep 17 00:00:00 2001 From: zhangwei Date: Mon, 19 Aug 2024 13:48:09 +0800 Subject: [PATCH] Added 'Buildarch: noarch' to the help subpackage --- luajit.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/luajit.spec b/luajit.spec index 9f1c760..6f260cb 100644 --- a/luajit.spec +++ b/luajit.spec @@ -2,7 +2,7 @@ Name: luajit Version: 2.1.0 -Release: 6 +Release: 7 Summary: Just-In-Time Compiler for Lua License: MIT URL: http://luajit.org/ @@ -32,11 +32,7 @@ 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 %autosetup -n LuaJIT-2.1.0-beta3 -p1 @@ -80,6 +76,9 @@ ln -s luajit-2.1.0-beta3 %{buildroot}%{_bindir}/luajit %{_mandir}/man1/%{name}.1* %changelog +* Mon Aug 19 2024 Wei Zhang - 2.1.0-6 +- Replaced declaration of help subpackage with the 'package_help' macro + * Fri Mar 15 2024 chenyuanfeng - 2.1.0-6 - add ppc64le support -- Gitee