diff --git a/luajit.spec b/luajit.spec index 9f1c760cc655064a245d153f03dc6ce0f83c1623..e9c03010d61165a70b2bf7225207e97e1d58c39e 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-7 +- Replaced declaration of help subpackage with the 'package_help' macro + * Fri Mar 15 2024 chenyuanfeng - 2.1.0-6 - add ppc64le support