[tracker] No Thunderbird on aarch64 until tb-31

Peter Robinson pbrobinson at fedoraproject.org
Mon Jul 28 15:46:23 UTC 2014


commit 7ce3cb9e8e8fba2a788efae9c6945b156167b58a
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Mon Jul 28 16:45:48 2014 +0100

    No Thunderbird on aarch64 until tb-31

 tracker.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/tracker.spec b/tracker.spec
index 9de3519..ab901ed 100644
--- a/tracker.spec
+++ b/tracker.spec
@@ -9,13 +9,17 @@
 %else
 %global with_enca 1
 %global with_libcue 1
+%ifarch aarch64
+%global with_thunderbird 0
+%else
 %global with_thunderbird 1
 %endif
+%endif
 
 Summary:	Desktop-neutral search tool and indexer
 Name:		tracker
 Version:	1.0.2
-Release:	3%{?dist}
+Release:	4%{?dist}
 License:	GPLv2+
 Group:		Applications/System
 URL:		https://wiki.gnome.org/Projects/Tracker
@@ -283,6 +287,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/gtk-doc/html/ontology/
 
 %changelog
+* Mon Jul 28 2014 Peter Robinson <pbrobinson at fedoraproject.org> 1.0.2-4
+- No Thunderbird on aarch64 until tb-31
+
 * Sun Jul 27 2014 Kalev Lember <kalevlember at gmail.com> - 1.0.2-3
 - Revert back to tracker 1.0.2 for now
 


More information about the scm-commits mailing list