- specfile: libglvnd0 -> libglvnd; missed the package name
change in libglvnd package (boo#1038619, comment#5) OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=613
This commit is contained in:
parent
507b8280d5
commit
fcc0bdaf5d
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun May 21 21:07:48 UTC 2017 - sndirsch@suse.com
|
||||||
|
|
||||||
|
- specfile: libglvnd0 -> libglvnd; missed the package name
|
||||||
|
change in libglvnd package (boo#1038619, comment#5)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 11 09:10:25 UTC 2017 - sndirsch@suse.com
|
Thu May 11 09:10:25 UTC 2017 - sndirsch@suse.com
|
||||||
|
|
||||||
|
12
Mesa.spec
12
Mesa.spec
@ -170,7 +170,7 @@ BuildRequires: llvm-clang-devel
|
|||||||
%if 0%{?libglvnd}
|
%if 0%{?libglvnd}
|
||||||
Requires: Mesa-libEGL1 = %{version}
|
Requires: Mesa-libEGL1 = %{version}
|
||||||
Requires: Mesa-libGL1 = %{version}
|
Requires: Mesa-libGL1 = %{version}
|
||||||
Requires: libglvnd0 >= 0.1.0
|
Requires: libglvnd >= 0.1.0
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -230,7 +230,7 @@ just Mesa or The Mesa 3-D graphics library.
|
|||||||
Summary: Free implementation of the EGL API
|
Summary: Free implementation of the EGL API
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
%if 0%{?libglvnd}
|
%if 0%{?libglvnd}
|
||||||
Requires: libglvnd0 >= 0.1.0
|
Requires: libglvnd >= 0.1.0
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description -n Mesa-libEGL1
|
%description -n Mesa-libEGL1
|
||||||
@ -268,7 +268,7 @@ Summary: The GL/GLX runtime of the Mesa 3D graphics library
|
|||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Requires: Mesa = %{version}
|
Requires: Mesa = %{version}
|
||||||
%if 0%{?libglvnd}
|
%if 0%{?libglvnd}
|
||||||
Requires: libglvnd0 >= 0.1.0
|
Requires: libglvnd >= 0.1.0
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description -n Mesa-libGL1
|
%description -n Mesa-libGL1
|
||||||
@ -301,7 +301,7 @@ programs with Mesa.
|
|||||||
Summary: Free implementation of the OpenGL|ES 1.x Common Profile API
|
Summary: Free implementation of the OpenGL|ES 1.x Common Profile API
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
%if 0%{?libglvnd}
|
%if 0%{?libglvnd}
|
||||||
Requires: libglvnd0 >= 0.1.0
|
Requires: libglvnd >= 0.1.0
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description -n Mesa-libGLESv1_CM1
|
%description -n Mesa-libGLESv1_CM1
|
||||||
@ -336,7 +336,7 @@ using the OpenGL|ES 1.x APIs.
|
|||||||
Summary: Free implementation of the OpenGL|ES 2.x API
|
Summary: Free implementation of the OpenGL|ES 2.x API
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
%if 0%{?libglvnd}
|
%if 0%{?libglvnd}
|
||||||
Requires: libglvnd0 >= 0.1.0
|
Requires: libglvnd >= 0.1.0
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description -n Mesa-libGLESv2-2
|
%description -n Mesa-libGLESv2-2
|
||||||
@ -659,7 +659,7 @@ rm -rf docs/README.{VMS,WIN32,OS2}
|
|||||||
|
|
||||||
%patch40 -p1
|
%patch40 -p1
|
||||||
|
|
||||||
# Remove requires to libglvnd0/libglvnd-devel from baselibs.conf when
|
# Remove requires to libglvnd/libglvnd-devel from baselibs.conf when
|
||||||
# disabling libglvnd build; ugly ...
|
# disabling libglvnd build; ugly ...
|
||||||
%if 0%{?libglvnd} == 0
|
%if 0%{?libglvnd} == 0
|
||||||
grep -v libglvnd $RPM_SOURCE_DIR/baselibs.conf > $RPM_SOURCE_DIR/temp && \
|
grep -v libglvnd $RPM_SOURCE_DIR/baselibs.conf > $RPM_SOURCE_DIR/temp && \
|
||||||
|
Loading…
Reference in New Issue
Block a user