From 626a9f665c683bd95d340ff551da7fe51be696d1 Mon Sep 17 00:00:00 2001 From: zhangwei Date: Mon, 19 Aug 2024 13:59:14 +0800 Subject: [PATCH 1/2] 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 a9ca679..f7e8b81 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,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 %autosetup -n LuaJIT-2.1.0-beta3 -p1 @@ -76,6 +74,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-5 +- Replaced declaration of help subpackage with the 'package_help' macro + * Tue Jul 23 2024 zhangshaoning - 2.1.0-5 - Fix bad date in changelog -- Gitee From cc9019e5daa7ead5da9c905ab65a5c6c9ea54487 Mon Sep 17 00:00:00 2001 From: zhangwei Date: Mon, 19 Aug 2024 15:09:27 +0800 Subject: [PATCH 2/2] Added 'Buildarch: noarch' to the help subpackage --- luajit.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luajit.spec b/luajit.spec index f7e8b81..13aaf8c 100644 --- a/luajit.spec +++ b/luajit.spec @@ -74,7 +74,7 @@ ln -s luajit-2.1.0-beta3 %{buildroot}%{_bindir}/luajit %{_mandir}/man1/%{name}.1* %changelog -* Mon Aug 19 2024 Wei Zhang - 2.1.0-5 +* Mon Aug 19 2024 Wei Zhang - 2.1.0-6 - Replaced declaration of help subpackage with the 'package_help' macro * Tue Jul 23 2024 zhangshaoning - 2.1.0-5 -- Gitee