diff --git a/glfw.spec b/glfw.spec index 212815a..91f583c 100644 --- a/glfw.spec +++ b/glfw.spec @@ -1,5 +1,5 @@ Name: glfw -Version: 3.3.10 +Version: 3.4 Release: 1mamba Summary: A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input Group: System/Libraries @@ -11,7 +11,6 @@ Source: https://github.com/glfw/glfw.git/%{version}/glfw-%{version}.tar.b License: zlib/libpng ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: libX11-devel ## AUTOBUILDREQ-END BuildRequires: cmake Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} @@ -70,9 +69,15 @@ This package contains libraries and header files for developing applications tha %{_libdir}/cmake/glfw3/glfw3*.cmake %{_libdir}/libglfw.so %{_libdir}/pkgconfig/glfw3.pc +%dir %{_docdir}/GLFW +%dir %{_docdir}/GLFW/html +%{_docdir}/GLFW/html/* %doc README.md %changelog +* Sat Feb 24 2024 Automatic Build System 3.4-1mamba +- automatic version update by autodist + * Thu Feb 22 2024 Automatic Build System 3.3.10-1mamba - automatic version update by autodist