From bbb9e74bd995dcd4fc5598b667e157d35e829aae Mon Sep 17 00:00:00 2001 From: zhangwei Date: Mon, 19 Aug 2024 15:47:38 +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 c9209b4..748daa0 100644 --- a/luajit.spec +++ b/luajit.spec @@ -2,7 +2,7 @@ Name: luajit Version: 2.1.0 -Release: 5 +Release: 6 Summary: Just-In-Time Compiler for Lua License: MIT URL: http://luajit.org/ @@ -28,11 +28,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 @@ -76,6 +72,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 24 2023 liyanan - 2.1.0-5 - Round upstream commit -- Gitee