diff --git a/luajit.spec b/luajit.spec index a9ca679c3a0a5e0cc8982aa3cc814a1e50c661ab..13aaf8c60b486d1ba9d9ebbcea9fe1d13bd1f9fd 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-6 +- Replaced declaration of help subpackage with the 'package_help' macro + * Tue Jul 23 2024 zhangshaoning - 2.1.0-5 - Fix bad date in changelog