From d066501bbc9100fb81af7490b360fe10109607c6 Mon Sep 17 00:00:00 2001 From: B Stack Date: Tue, 8 Oct 2019 15:46:42 -0400 Subject: copyq el8 rc1 --- copyq/copyq.spec | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'copyq/copyq.spec') 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 - 3.9.2-1 +- Upstream release + * Wed Jul 31 2019 B Stack - 3.9.0-1 - Adapted for CentOS 7 -- cgit