From dca1fac87cdec735844cb6d870ed566772dfc8ef4eaa8eedd848f099fa175440 Mon Sep 17 00:00:00 2001 From: Matthias Bach Date: Thu, 16 Aug 2018 19:20:16 +0000 Subject: [PATCH] Accepting request 629553 from home:jengelh:branches:games:tools - Wrap descriptions. Add missing Group: lines. - Use noun phrase in summary. OBS-URL: https://build.opensuse.org/request/show/629553 OBS-URL: https://build.opensuse.org/package/show/games:tools/gamemode?expand=0&rev=5 --- gamemode.changes | 6 ++++++ gamemode.spec | 37 ++++++++++++++++++++++++++----------- 2 files changed, 32 insertions(+), 11 deletions(-) diff --git a/gamemode.changes b/gamemode.changes index c66bfcc..54f3c2f 100644 --- a/gamemode.changes +++ b/gamemode.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Aug 16 11:06:03 UTC 2018 - jengelh@inai.de + +- Wrap descriptions. Add missing Group: lines. +- Use noun phrase in summary. + ------------------------------------------------------------------- Mon Aug 13 20:47:23 UTC 2018 - marix@marix.org diff --git a/gamemode.spec b/gamemode.spec index 4a30858..2fbd76b 100644 --- a/gamemode.spec +++ b/gamemode.spec @@ -18,7 +18,7 @@ Name: gamemode Version:1.2 Release: 0 -Summary: Optimise Linux system performance on demand +Summary: Daemon/library combo for changing Linux system performance on demand License: BSD-3-Clause Group: Amusements/Games/Other Url: https://github.com/FeralInteractive/gamemode @@ -37,9 +37,14 @@ BuildRequires: gcc7 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -GameMode is a daemon/lib combo for Linux that allows games to request a set of optimisations be temporarily applied to the host OS. +GameMode is a daemon/lib combo for Linux that allows games to request +a set of optimisations be temporarily applied to the host OS. -GameMode was designed primarily as a stop-gap solution to problems with the Intel and AMD CPU powersave or ondemand governors, but is now able to launch custom user defined plugins, and is intended to be expanded further, as there are a wealth of automation tasks one might want to apply. +GameMode was designed primarily as a stop-gap solution to problems +with the Intel and AMD CPU powersave or ondemand governors, but is +now able to launch custom user defined plugins, and is intended to be +expanded further, as there are a wealth of automation tasks one might +want to apply. %package -n gamemoded Summary: The GameMode daemon required by GameMode enabled games @@ -47,28 +52,36 @@ Recommends: libgamemode Suggests: libgamemodeauto %description -n gamemoded -GameMode is a daemon/lib combo for Linux that allows games to request a set of optimisations be temporarily applied to the host OS. +GameMode is a daemon/lib combo for Linux that allows games to request +a set of optimisations be temporarily applied to the host OS. -The GameMode daemon is installed as a D-Bus Service and will start automatically on first access by a client. +The GameMode daemon is installed as a D-Bus Service and will start +automatically on first access by a client. %package -n libgamemode0 Summary: GameMode client library +Group: System/Libraries Requires: gamemoded %systemd_requires %description -n libgamemode0 -GameMode is a daemon/lib combo for Linux that allows games to request a set of optimisations be temporarily applied to the host OS. +GameMode is a daemon/lib combo for Linux that allows games to request +a set of optimisations be temporarily applied to the host OS. -Libgamemode is the client library used by games or libgamemodeauto to talk to the GameMode daemon. +Libgamemode is the client library used by games or libgamemodeauto to +talk to the GameMode daemon. %package -n libgamemodeauto0 Summary: Helper library allowing to equip any game with GameMode support +Group: System/Libraries Requires: libgamemode0 %description -n libgamemodeauto0 -GameMode is a daemon/lib combo for Linux that allows games to request a set of optimisations be temporarily applied to the host OS. +GameMode is a daemon/lib combo for Linux that allows games to request +a set of optimisations be temporarily applied to the host OS. -Libgamemodeauto allows you to use GameMode with any Game by preloading it into the game. +Libgamemodeauto allows you to use GameMode with any Game by +preloading it into the game. LD_PRELOAD=%{_libdir}/libgamemodeauto.so.0 ./game @@ -84,9 +97,11 @@ Requires: libgamemode0 = %{version} Requires: libgamemodeauto0 = %{version} %description -n libgamemode-devel -GameMode is a daemon/lib combo for Linux that allows games to request a set of optimisations be temporarily applied to the host OS. +GameMode is a daemon/lib combo for Linux that allows games to request +a set of optimisations be temporarily applied to the host OS. -This package contains the headers required to compile games with built-in GameMode support. +This package contains the headers required to compile games with +built-in GameMode support. %prep %setup -q