summaryrefslogtreecommitdiff
path: root/copyq
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-10-08 15:56:46 -0400
committerB Stack <bgstack15@gmail.com>2019-10-08 15:56:46 -0400
commitf9f8708ce16dbedc73d98f8662be7ddb7bfe967c (patch)
tree94dbf09dbe0d1a2c9c795b5193e4398de948dbd2 /copyq
parentcopyq el8 rc1 (diff)
downloadstackrpms-f9f8708ce16dbedc73d98f8662be7ddb7bfe967c.tar.gz
stackrpms-f9f8708ce16dbedc73d98f8662be7ddb7bfe967c.tar.bz2
stackrpms-f9f8708ce16dbedc73d98f8662be7ddb7bfe967c.zip
add question to if rhel
Diffstat (limited to 'copyq')
-rw-r--r--copyq/copyq.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/copyq/copyq.spec b/copyq/copyq.spec
index c1d2723..59c3b9f 100644
--- a/copyq/copyq.spec
+++ b/copyq/copyq.spec
@@ -12,7 +12,7 @@ BuildRequires: libXtst-devel, libXfixes-devel, desktop-file-utils
BuildRequires: kf5-rpm-macros, qt5-qtbase-devel, qt5-qtsvg-devel
BuildRequires: qt5-qttools-devel, qt5-qtscript-devel, qt5-qtx11extras-devel
BuildRequires: extra-cmake-modules
-%if 0%{rhel} >= 8
+%if 0%{?rhel} >= 8
%else
BuildRequires: qwt-devel
%endif
bgstack15