From 5ef389a3861de27a519c54974dcea074f6dbf202 Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Feb 19 2020 09:05:21 +0000 Subject: Add conditinal deps for GNOME desktop --- diff --git a/gwe.spec b/gwe.spec index ba5336d..256946a 100644 --- a/gwe.spec +++ b/gwe.spec @@ -2,13 +2,14 @@ Name: gwe Version: 0.13.3 -Release: 6%{?dist} +Release: 7%{?dist} Summary: System utility designed to provide information of NVIDIA card License: GPLv3+ URL: https://gitlab.com/leinardi/gwe Source0: %{url}/-/archive/%{version}/%{name}-%{version}.tar.gz Source1: README.fedora.md + BuildArch: noarch BuildRequires: desktop-file-utils @@ -29,6 +30,9 @@ Requires: python3-pyxdg >= 0.26 Requires: python3-requests Requires: python3-rx >= 3.0.1 Requires: python3-xlib >= 0.26 +# For Fedora Workstation (GNOME) +Recommends: (gnome-shell-extension-appindicator if gnome-shell) +Recommends: (libappindicator-gtk3 if gnome-shell) %description GWE is a GTK system utility designed to provide information, control the fans @@ -40,7 +44,7 @@ This package require NVIDIA driver. Please read included README.Fedora file: %prep -%autosetup +%autosetup -p1 %build @@ -75,6 +79,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop %changelog +* Wed Feb 19 2020 Artem Polishchuk - 0.13.3-7 +- Add conditinal deps for GNOME desktop + * Tue Jan 28 2020 Artem Polishchuk - 0.13.3-6 - Improve description