|
|
|
@ -2,10 +2,11 @@
|
|
|
|
|
Name: copyq
|
|
|
|
|
Summary: Advanced clipboard manager
|
|
|
|
|
Version: 3.7.3
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
License: GPLv3+
|
|
|
|
|
Url: https://hluk.github.io/%{project}/
|
|
|
|
|
Source0: https://github.com/hluk/%{project}/archive/v%{version}.tar.gz#/%{project}-%{version}.tar.gz
|
|
|
|
|
Patch0: copyq_1078_adda483.patch
|
|
|
|
|
BuildRequires: libXtst-devel, libXfixes-devel, desktop-file-utils
|
|
|
|
|
BuildRequires: kf5-rpm-macros, qt5-qtbase-devel, qt5-qtwebkit-devel, qt5-qtsvg-devel
|
|
|
|
|
BuildRequires: qt5-qttools-devel, qt5-qtscript-devel, qwt-qt5-devel, qt5-qtx11extras-devel
|
|
|
|
@ -19,6 +20,7 @@ support for image formats, command line control and more.
|
|
|
|
|
chmod 644 %{SOURCE0}
|
|
|
|
|
%setup -qn %{project}-%{version}
|
|
|
|
|
sed -i '/DQT_RESTRICTED_CAST_FROM_ASCII/d' CMakeLists.txt
|
|
|
|
|
%patch0 -p1
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%{cmake_kf5} -DCMAKE_SKIP_RPATH=TRUE \
|
|
|
|
@ -52,6 +54,9 @@ appstream-util validate-relax --nonet $RPM_BUILD_ROOT%{_datadir}/metainfo/com.gi
|
|
|
|
|
%{_mandir}/man1/%{name}.1.*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Feb 04 2019 Gerald Cox <gbcox@fedoraproject.org> - 3.7.3-2
|
|
|
|
|
- Patch for missing tray icon rhbz#1672064
|
|
|
|
|
|
|
|
|
|
* Sun Feb 03 2019 Gerald Cox <gbcox@fedoraproject.org> - 3.7.3-1
|
|
|
|
|
- Upstream release rhbz#1672064
|
|
|
|
|
|
|
|
|
|