- baselibs.conf: replaced definition of packages, which default is

not set to be built in specfile to 
    arch aarch64 ppc64 ppc64le s390x x86_64 package <package>
 in order to make "osc service localrun source_validator" happy :-(

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=567
This commit is contained in:
Stefan Dirsch 2017-01-30 11:04:57 +00:00 committed by Git OBS Bridge
parent cb520f7682
commit a6bc0fdacb
3 changed files with 14 additions and 6 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Jan 30 10:01:47 UTC 2017 - sndirsch@suse.com
- baselibs.conf: replaced definition of packages, which default is
not set to be built in specfile to
arch aarch64 ppc64 ppc64le s390x x86_64 package <package>
in order to make "osc service localrun source_validator" happy :-(
-------------------------------------------------------------------
Fri Jan 27 21:38:44 UTC 2017 - mimi.vx@gmail.com

View File

@ -452,8 +452,8 @@ implementation of Mesa.
%if 0%{?with_nine}
%package libd3d
Summary: Mesa Direct3D9 state tracker
# Manually provide d3d library (bnc#918294)
Group: System/Libraries
# Manually provide d3d library (bnc#918294)
%ifarch x86_64 s390x ppc64le aarch64
Provides: d3dadapter9.so.1()(64bit)
%else

View File

@ -54,12 +54,12 @@ Mesa-libd3d
provides "d3dadapter9.so.1"
Mesa-libd3d-devel
requires "Mesa-libd3d-<targettype> = <version>"
libvulkan_intel
arch aarch64 ppc64 ppc64le s390x x86_64 package libvulkan_intel
+/usr/share/vulkan/icd.d/intel_icd.*.json
libvulkan_radeon
arch aarch64 ppc64 ppc64le s390x x86_64 package libvulkan_radeon
+/usr/share/vulkan/icd.d/radeon_icd.*.json
Mesa-libVulkan-devel
requires "libvulkan_intel-<targettype> = <version>"
arch aarch64 ppc64 ppc64le s390x x86_64 package Mesa-libVulkan-devel
requires "libvulkan_intel-<targettype> = <version>"
requires "libvulkan_radeon-<targettype> = <version>"
libXvMC_nouveau
libXvMC_r600
@ -67,5 +67,5 @@ libvdpau_nouveau
libvdpau_r300
libvdpau_r600
libvdpau_radeonsi
Mesa-libOpenCL
arch aarch64 ppc64 ppc64le s390x x86_64 package Mesa-libOpenCL
Mesa-dri-nouveau