diff --git a/luajit.spec b/luajit.spec index 1bea606c012c154ef4637c7c62b1072a740b90c5..b40c89a8a1ff94ec9b41703d6e9415664a88dec0 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,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 %setup -q -n LuaJIT-2.1.0-beta3 @@ -94,6 +92,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