From d17b5f553a7a464f407b4a1df32da3851b53ce96 Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Sat, 11 Jan 2014 12:37:35 +0100 Subject: [PATCH] - fix build with patch for ambiguous Timeout (taken from Arch) - rel 2 --- synapse.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/synapse.spec b/synapse.spec index 4236b26..4eeb4af 100644 --- a/synapse.spec +++ b/synapse.spec @@ -1,12 +1,13 @@ Summary: Application launcher Name: synapse Version: 0.2.10 -Release: 1 +Release: 2 License: GPL v3+ Group: X11/Applications Source0: https://launchpad.net/synapse-project/0.2/%{version}/+download/%{name}-%{version}.tar.gz # Source0-md5: ac1c075c01f1c179f32fd6651bd184f8 Patch0: %{name}-mate.patch +Patch1: %{name}-gtk_timeout.patch URL: http://synapse.zeitgeist-project.com/ BuildRequires: glib2-devel >= 1:2.26.0 BuildRequires: gtk+2-devel >= 2:2.20.0 @@ -30,6 +31,7 @@ files by making use of the Zeitgeist engine. %prep %setup -q %patch0 -p1 +%patch1 -p1 %build %{__aclocal} -I m4 -- 2.43.0