From 2e86bb51d85046f69783828c54852b6ebe5d967777436b7e8e5c8a7b215127e9 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 14 Apr 2014 07:51:56 +0000 Subject: [PATCH] Accepting request 229837 from GNOME:Next Sub Dimstars magnificent fix :-) OBS-URL: https://build.opensuse.org/request/show/229837 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/bijiben?expand=0&rev=27 --- bijiben.changes | 9 +++++++++ bijiben.spec | 4 ++++ 2 files changed, 13 insertions(+) diff --git a/bijiben.changes b/bijiben.changes index 683c246..86c5323 100644 --- a/bijiben.changes +++ b/bijiben.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Apr 11 18:01:17 UTC 2014 - dimstar@opensuse.org + +- Introduce with_zeitgeist defines (currently set to 0) to easily + switch Zeitgeist integration on and off. At this moment, it is + crashing bijiben when accessing notes if switched on. +- Conditionally enable pkgconfig(zeitgeist-2.0) BuildRequires based + on with_zeitgeist defines. + ------------------------------------------------------------------- Mon Mar 24 21:11:13 UTC 2014 - zaitor@opensuse.org diff --git a/bijiben.spec b/bijiben.spec index 5d89049..21d8790 100644 --- a/bijiben.spec +++ b/bijiben.spec @@ -16,6 +16,8 @@ # +%define with_zeitgeist 0 + Name: bijiben Version: 3.12.0 Release: 0 @@ -37,7 +39,9 @@ BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(tracker-sparql-1.0) BuildRequires: pkgconfig(uuid) BuildRequires: pkgconfig(webkitgtk-3.0) +%if %{with_zeitgeist} BuildRequires: pkgconfig(zeitgeist-2.0) +%endif BuildRoot: %{_tmppath}/%{name}-%{version}-build %description