diff --git a/luajit.spec b/luajit.spec index c9209b4664f0f6b7ab6e8ac2a7aa87343e38b1fd..e1ad806751393e07aa91434e431d2bc5fe0a1c98 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 +%package_help + -%description help -Man pages and other related documents for luajit. %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 + * Fri Mar 24 2023 liyanan - 2.1.0-5 - Round upstream commit