- moved libxatracker package definition to the end to get rid of
issues related to the special version of this package OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=529
This commit is contained in:
parent
81f3b5b6d8
commit
8ced621141
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 17 14:57:47 UTC 2016 - sndirsch@suse.com
|
||||||
|
|
||||||
|
- moved libxatracker package definition to the end to get rid of
|
||||||
|
issues related to the special version of this package
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 17 14:12:52 UTC 2016 - sndirsch@suse.com
|
Fri Jun 17 14:12:52 UTC 2016 - sndirsch@suse.com
|
||||||
|
|
||||||
|
56
Mesa.spec
56
Mesa.spec
@ -450,34 +450,6 @@ Requires: %{name}-libd3d = %{version}
|
|||||||
Mesa Direct3D9 state tracker development package
|
Mesa Direct3D9 state tracker development package
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%package -n libxatracker2
|
|
||||||
Version: 1.0.0
|
|
||||||
Release: 0
|
|
||||||
Summary: XA state tracker
|
|
||||||
Group: System/Libraries
|
|
||||||
|
|
||||||
%description -n libxatracker2
|
|
||||||
This package contains the XA state tracker for gallium3D driver.
|
|
||||||
It superseeds the Xorg state tracker and provides an infrastructure
|
|
||||||
to accelerate Xorg 2D operations. It is currently used by vmwgfx
|
|
||||||
video driver.
|
|
||||||
|
|
||||||
%package -n libxatracker-devel
|
|
||||||
Version: 1.0.0
|
|
||||||
Release: 0
|
|
||||||
Summary: Development files for the XA API
|
|
||||||
Group: Development/Libraries/C and C++
|
|
||||||
Requires: libxatracker2 = %{version}
|
|
||||||
|
|
||||||
%description -n libxatracker-devel
|
|
||||||
This package contains the XA state tracker for gallium3D driver.
|
|
||||||
It superseeds the Xorg state tracker and provides an infrastructure
|
|
||||||
to accelerate Xorg 2D operations. It is currently used by vmwgfx
|
|
||||||
video driver.
|
|
||||||
|
|
||||||
This package provides the development environment for compiling
|
|
||||||
programs against the XA state tracker.
|
|
||||||
|
|
||||||
%package -n libXvMC_nouveau
|
%package -n libXvMC_nouveau
|
||||||
Summary: XVMC state tracker for Nouveau
|
Summary: XVMC state tracker for Nouveau
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -565,6 +537,34 @@ Conflicts: vulkan-devel
|
|||||||
This package contains the development files for Mesas Vulkan implementation.
|
This package contains the development files for Mesas Vulkan implementation.
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%package -n libxatracker2
|
||||||
|
Version: 1.0.0
|
||||||
|
Release: 0
|
||||||
|
Summary: XA state tracker
|
||||||
|
Group: System/Libraries
|
||||||
|
|
||||||
|
%description -n libxatracker2
|
||||||
|
This package contains the XA state tracker for gallium3D driver.
|
||||||
|
It superseeds the Xorg state tracker and provides an infrastructure
|
||||||
|
to accelerate Xorg 2D operations. It is currently used by vmwgfx
|
||||||
|
video driver.
|
||||||
|
|
||||||
|
%package -n libxatracker-devel
|
||||||
|
Version: 1.0.0
|
||||||
|
Release: 0
|
||||||
|
Summary: Development files for the XA API
|
||||||
|
Group: Development/Libraries/C and C++
|
||||||
|
Requires: libxatracker2 = %{version}
|
||||||
|
|
||||||
|
%description -n libxatracker-devel
|
||||||
|
This package contains the XA state tracker for gallium3D driver.
|
||||||
|
It superseeds the Xorg state tracker and provides an infrastructure
|
||||||
|
to accelerate Xorg 2D operations. It is currently used by vmwgfx
|
||||||
|
video driver.
|
||||||
|
|
||||||
|
This package provides the development environment for compiling
|
||||||
|
programs against the XA state tracker.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{_name_archive}-%{_version} -b4
|
%setup -q -n %{_name_archive}-%{_version} -b4
|
||||||
# remove some docs
|
# remove some docs
|
||||||
|
Loading…
Reference in New Issue
Block a user