diff --git a/SDL.spec b/SDL.spec index b6c7e173a9e3c4d46d599e5252fd088caf095331..8f9de1ff655638cf704af84fa198ad28f5246346 100644 --- a/SDL.spec +++ b/SDL.spec @@ -1,7 +1,7 @@ Name: SDL Summary: A cross-platform multimedia library Version: 1.2.15 -Release: 41 +Release: 42 License: LGPLv2+ URL: http://www.libsdl.org/ @@ -46,11 +46,7 @@ Requires: libX11-devel libXext-devel libXrandr-devel libXrender-devel %description devel Libraries and header files of %{name} are all in the %{name}-devel package. -%package help -Summary: Help manual for %{name} - -%description help -The %{name}-help package conatins man manual etc +%package_help %prep %autosetup -n %{name}-%{version} -p1 @@ -107,9 +103,12 @@ rm -f %{buildroot}%{_libdir}/*.la %{_mandir}/man3/SDL*.3* %changelog -* Fri Aug 29 2025 mahailiang - 1.2.15-41 +* Thu Oct 16 2025 mahailiang - 1.2.15-42 - add sw_64 support SDL +* Mon Aug 19 2024 Jingbo Hou - 1.2.15-41 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Fri Nov 18 2022 Wenlong Zhang - 1.2.15-40 - add loongarch support SDL