]> git.pld-linux.org Git - packages/libglvnd.git/commitdiff
build as default gl provider; rel 2 auto/th/libglvnd-1.3.4-2
authorJan Palus <atler@pld-linux.org>
Tue, 7 Dec 2021 10:40:17 +0000 (11:40 +0100)
committerJan Palus <atler@pld-linux.org>
Tue, 7 Dec 2021 10:40:17 +0000 (11:40 +0100)
libglvnd.spec

index be9f7514f646250b4ec94fa7dfee46ae96bec4d6..0690ea59c6f117c8e35cd5381791f855cd7088b3 100644 (file)
@@ -1,12 +1,12 @@
 #
 # Conditional build:
-%bcond_with    default_gl      # build dispatcher as default libGL/libGLX/libGLESv1_CM/libGLESv2 provider
+%bcond_without default_gl      # build dispatcher as default libGL/libGLX/libGLESv1_CM/libGLESv2 provider
 #
 Summary:       Vendor-neutral OpenGL dispatch library
 Summary(pl.UTF-8):     Niezależna od producenta biblioteka przekazująca wywołania OpenGL
 Name:          libglvnd
 Version:       1.3.4
-Release:       1
+Release:       2
 License:       MIT-like
 Group:         Libraries
 #Source0Download: https://github.com/NVIDIA/libglvnd/releases
@@ -81,7 +81,7 @@ Summary(pl.UTF-8):    Plik nagłówkowy platformy Khronos
 Group:         Development/Libraries
 %if %{with default_gl}
 Provides:      khrplatform-devel
-Obsoletes:     Mesa-khrplatform-devel
+Obsoletes:     Mesa-khrplatform-devel < 21.3.1-2
 %endif
 
 %description khrplatform-devel
@@ -150,6 +150,9 @@ Summary:    OpenGL ES 1, 2, 3 interface glvnd libraries
 Summary(pl.UTF-8):     Biblioteki glvnd interfejsów OpenGL ES 1, 2, 3
 Group:         Libraries
 Requires:      %{name} = %{version}-%{release}
+%if %{with default_gl}
+Obsoletes:     Mesa-libGLES < 21.3.1-2
+%endif
 
 %description libGLES
 OpenGL ES 1, 2, 3 interface glvnd libraries.
@@ -168,6 +171,7 @@ Provides:   OpenGLES-devel = 3.2
 Provides:      OpenGLESv1-devel = 1.1
 Provides:      OpenGLESv2-devel = 2.0
 Provides:      OpenGLESv3-devel = 3.2
+Obsoletes:     Mesa-libGLES-devel < 21.3.1-2
 %endif
 
 %description libGLES-devel
This page took 0.113754 seconds and 4 git commands to generate.