This commit is contained in:
parent
e216346838
commit
b1382b7544
12
raylib.spec
12
raylib.spec
@ -43,17 +43,17 @@ raylib is inspired by the Borland BGI graphics library and by the XNA framework.
|
|||||||
%package -n raylib-devel
|
%package -n raylib-devel
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libraylib450 = %{version}
|
Requires: libraylib550 = %{version}
|
||||||
Requires: openal-soft-devel
|
Requires: openal-soft-devel
|
||||||
|
|
||||||
%description -n raylib-devel
|
%description -n raylib-devel
|
||||||
Development files and headers for %{name}.
|
Development files and headers for %{name}.
|
||||||
|
|
||||||
%package -n libraylib450
|
%package -n libraylib550
|
||||||
Summary: C library for learning video game programming
|
Summary: C library for learning video game programming
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n libraylib450
|
%description -n libraylib550
|
||||||
A C library for learning video game programming.
|
A C library for learning video game programming.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -71,10 +71,10 @@ A C library for learning video game programming.
|
|||||||
%install
|
%install
|
||||||
%cmake_install
|
%cmake_install
|
||||||
|
|
||||||
%post -n libraylib450 -p /sbin/ldconfig
|
%post -n libraylib550 -p /sbin/ldconfig
|
||||||
%postun -n libraylib450 -p /sbin/ldconfig
|
%postun -n libraylib550 -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n libraylib450
|
%files -n libraylib550
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{_libdir}/libraylib.so.*
|
%{_libdir}/libraylib.so.*
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user