- moved definition of Mesa-libd3d package above definition of
libxatracker packages in order to fix version requires OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=422
This commit is contained in:
parent
9281e59892
commit
5fdc2d3d45
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 29 09:39:48 UTC 2015 - sndirsch@suse.com
|
||||||
|
|
||||||
|
- moved definition of Mesa-libd3d package above definition of
|
||||||
|
libxatracker packages in order to fix version requires
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 28 16:30:06 UTC 2015 - sndirsch@suse.com
|
Wed Jan 28 16:30:06 UTC 2015 - sndirsch@suse.com
|
||||||
|
|
||||||
|
33
Mesa.spec
33
Mesa.spec
@ -401,6 +401,23 @@ This package is required to link wayland client applications to the EGL
|
|||||||
implementation of Mesa.
|
implementation of Mesa.
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if 0%{?with_nine}
|
||||||
|
%package libd3d
|
||||||
|
Summary: Mesa Direct3D9 state tracker
|
||||||
|
Group: System/Libraries
|
||||||
|
|
||||||
|
%description libd3d
|
||||||
|
Mesa Direct3D9 state tracker
|
||||||
|
|
||||||
|
%package libd3d-devel
|
||||||
|
Summary: Mesa Direct3D9 state tracker development package
|
||||||
|
Group: System/Libraries
|
||||||
|
Requires: %{name}-libd3d = %{version}
|
||||||
|
|
||||||
|
%description libd3d-devel
|
||||||
|
Mesa Direct3D9 state tracker development package
|
||||||
|
%endif
|
||||||
|
|
||||||
%package -n libxatracker2
|
%package -n libxatracker2
|
||||||
Version: 1.0.0
|
Version: 1.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -479,22 +496,6 @@ Supplements: xf86-video-ati
|
|||||||
%description -n libvdpau_radeonsi
|
%description -n libvdpau_radeonsi
|
||||||
This package contains the VDPAU state tracker for radeonsi.
|
This package contains the VDPAU state tracker for radeonsi.
|
||||||
|
|
||||||
%if 0%{?with_nine}
|
|
||||||
%package libd3d
|
|
||||||
Summary: Mesa Direct3D9 state tracker
|
|
||||||
Group: System/Libraries
|
|
||||||
|
|
||||||
%description libd3d
|
|
||||||
Mesa Direct3D9 state tracker
|
|
||||||
|
|
||||||
%package libd3d-devel
|
|
||||||
Summary: Mesa Direct3D9 state tracker development package
|
|
||||||
Group: System/Libraries
|
|
||||||
Requires: %{name}-libd3d = %{version}-%{release}
|
|
||||||
|
|
||||||
%description libd3d-devel
|
|
||||||
Mesa Direct3D9 state tracker development package
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{_version} -b4
|
%setup -q -n %{name}-%{_version} -b4
|
||||||
|
Loading…
Reference in New Issue
Block a user