summaryrefslogtreecommitdiff
path: root/copyq/copyq.spec
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-10-08 15:46:42 -0400
committerB Stack <bgstack15@gmail.com>2019-10-08 15:46:42 -0400
commitd066501bbc9100fb81af7490b360fe10109607c6 (patch)
tree48a56dc886bfd973cd5d3ca2dba138d4b238e373 /copyq/copyq.spec
parentMerge branch 'waterfox-bump' into 'master' (diff)
downloadstackrpms-d066501bbc9100fb81af7490b360fe10109607c6.tar.gz
stackrpms-d066501bbc9100fb81af7490b360fe10109607c6.tar.bz2
stackrpms-d066501bbc9100fb81af7490b360fe10109607c6.zip
copyq el8 rc1
Diffstat (limited to 'copyq/copyq.spec')
-rw-r--r--copyq/copyq.spec13
1 files changed, 10 insertions, 3 deletions
diff --git a/copyq/copyq.spec b/copyq/copyq.spec
index 69febbd..c1d2723 100644
--- a/copyq/copyq.spec
+++ b/copyq/copyq.spec
@@ -1,17 +1,21 @@
-# copyq spec for CentOS 7. Ripped from Fedora release. No attempt to fedoraize is made here.
+# copyq spec for CentOS 7 and 8. Ripped from Fedora release. No attempt to fedoraize is made here.
%define with_html 1
%global project CopyQ
Name: copyq
Summary: Advanced clipboard manager
-Version: 3.9.0
+Version: 3.9.2
Release: 1%{?dist}
License: GPLv3+
Url: https://hluk.github.io/%{project}/
Source0: https://github.com/hluk/%{project}/archive/v%{version}.tar.gz#/%{project}-%{version}.tar.gz
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, qwt-devel, qt5-qtx11extras-devel
+BuildRequires: qt5-qttools-devel, qt5-qtscript-devel, qt5-qtx11extras-devel
BuildRequires: extra-cmake-modules
+%if 0%{rhel} >= 8
+%else
+BuildRequires: qwt-devel
+%endif
%if 0%{?with_html}
BuildRequires: qt5-qtwebkit-devel
%endif
@@ -56,6 +60,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/com.github.hluk.%{
%{_mandir}/man1/%{name}.1.*
%changelog
+* Tue Oct 08 2019 B Stack <bgstack15@gmail.com> - 3.9.2-1
+- Upstream release
+
* Wed Jul 31 2019 B Stack <bgstack15@gmail.com> - 3.9.0-1
- Adapted for CentOS 7
bgstack15