From 451f6b5227ad4ed4f9c4f02e74155117c4ca190df37070e8e91ff25797cad5b4 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Sun, 22 Jul 2018 13:21:25 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=528 --- wine.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/wine.spec b/wine.spec index c61e71c..84b0322 100644 --- a/wine.spec +++ b/wine.spec @@ -169,6 +169,15 @@ POSIX calls on-the-fly, eliminating the performance and memory penalties of other methods and allowing you to cleanly integrate Windows applications into your desktop. +%if %{staging} +This WINE flavor contains the "staging" development patchset +on top of the regular Wine release. +%endif + +%if %{nine} +This WINE flavor contains Direct3D9 enhancements patches for Gallium Nine support. +%endif + You can run your Windows executables with it and write your Windows programs under Linux and link against the WINE libraries. It is not necessary to have a Windows installation to run WINE. @@ -180,7 +189,6 @@ information. You can invoke wine by entering 'wine program.exe'. Configure it by running 'winecfg'. - %package devel Summary: Files for Wine development Group: Development/Libraries/C and C++