From b1382b75440ad2a4d3e8b6a2ad6bf4b1b963e7a81586f041adea4848de55d4ab Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Wed, 27 Nov 2024 08:12:07 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/raylib?expand=0&rev=42 --- raylib.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/raylib.spec b/raylib.spec index 1ef783c..897cb59 100644 --- a/raylib.spec +++ b/raylib.spec @@ -43,17 +43,17 @@ raylib is inspired by the Borland BGI graphics library and by the XNA framework. %package -n raylib-devel Summary: Development files for %{name} Group: Development/Libraries/C and C++ -Requires: libraylib450 = %{version} +Requires: libraylib550 = %{version} Requires: openal-soft-devel %description -n raylib-devel Development files and headers for %{name}. -%package -n libraylib450 +%package -n libraylib550 Summary: C library for learning video game programming Group: System/Libraries -%description -n libraylib450 +%description -n libraylib550 A C library for learning video game programming. %prep @@ -71,10 +71,10 @@ A C library for learning video game programming. %install %cmake_install -%post -n libraylib450 -p /sbin/ldconfig -%postun -n libraylib450 -p /sbin/ldconfig +%post -n libraylib550 -p /sbin/ldconfig +%postun -n libraylib550 -p /sbin/ldconfig -%files -n libraylib450 +%files -n libraylib550 %license LICENSE %{_libdir}/libraylib.so.*