From 8ced621141fc46b00ff28dfc17391475104b2a39e9b4e3cd378bd63b40a172f3 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Fri, 17 Jun 2016 15:15:38 +0000 Subject: [PATCH] - 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 --- Mesa.changes | 6 ++++++ Mesa.spec | 56 ++++++++++++++++++++++++++-------------------------- 2 files changed, 34 insertions(+), 28 deletions(-) diff --git a/Mesa.changes b/Mesa.changes index 1c2630e..f582c3c 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -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 diff --git a/Mesa.spec b/Mesa.spec index e678a57..12fb28d 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -450,34 +450,6 @@ Requires: %{name}-libd3d = %{version} Mesa Direct3D9 state tracker development package %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 Summary: XVMC state tracker for Nouveau Group: System/Libraries @@ -565,6 +537,34 @@ Conflicts: vulkan-devel This package contains the development files for Mesas Vulkan implementation. %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 %setup -q -n %{_name_archive}-%{_version} -b4 # remove some docs