Michael Vetter 2024-11-27 08:12:07 +00:00 committed by Git OBS Bridge
parent e216346838
commit b1382b7544

View File

@ -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.*