From df7d8cab135d57749d764bccd7dc81ecc00e2f68 Mon Sep 17 00:00:00 2001 From: Mosaab Alzoubi Date: Dec 14 2014 19:47:10 +0000 Subject: Use system qtsingleapplication --- diff --git a/.gitignore b/.gitignore index 535afec..a7d2a77 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ goldendict-415f35e.tar.gz /goldendict-1.0.1-src.tar.bz2 /goldendict-3bd078debb7ae506e91e5d47f88f34ab847167c3.tar.gz /goldendict-eaa8e8f270bee84fbb1f73702d0b65c3f9f89efa.tar.gz +/goldendict-system-qtsingleapp.patch diff --git a/goldendict.spec b/goldendict.spec index 45633dd..0bcef2f 100644 --- a/goldendict.spec +++ b/goldendict.spec @@ -3,12 +3,13 @@ Name: goldendict Version: 1.5 -Release: 0.5.RC2%{?dist} +Release: 0.6.RC2%{?dist} Summary: A feature-rich dictionary lookup program Group: Applications/System License: GPLv3+ URL: http://goldendict.org Source0: https://github.com/%{owner}/%{name}/archive/%{commit}/%{name}-%{commit}.tar.gz +Patch0: goldendict-system-qtsingleapp.patch BuildRequires: qt-devel BuildRequires: libXtst-devel @@ -21,6 +22,7 @@ BuildRequires: bzip2-devel BuildRequires: lzo-devel BuildRequires: libtiff-devel BuildRequires: eb-devel +BuildRequires: qtsingleapplication-devel %description Goldendict is a feature-rich dictionary lookup program. @@ -39,6 +41,8 @@ Contain doc files of %{name}. %prep %setup -q -n %{name}-%{commit} +%patch0 -p1 +rm -r qtsingleapplication %build %qmake_qt4 PREFIX=%{_prefix} DISABLE_INTERNAL_PLAYER=1 @@ -63,6 +67,9 @@ desktop-file-install %{buildroot}%{_datadir}/applications/%{name}.desktop %{_datadir}/goldendict/help/* %changelog +* Sun Dec 14 2014 Ville Skyttä - 1.5-0.6.RC1 +- Use system qtsingleapplication instead of bundled one + * Sun Dec 14 2014 Mosaab Alzoubi - 1.5-0.5.RC2 - Update on 20141214 - Add libtiff-devel as BR diff --git a/sources b/sources index b056dc7..a4be19e 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ +f898bb382099925bdbbb29d9cf7a8f15 goldendict-system-qtsingleapp.patch 5e249adfe44594349470e757abf05647 goldendict-eaa8e8f270bee84fbb1f73702d0b65c3f9f89efa.tar.gz