Drop autostart patches now that tracker-miners is split out
Tracker miners now live in a separate tracker-miners package that spins can choose to not install if they don't want to run tracker miners.
This commit is contained in:
parent
81dc008aaa
commit
8807754e0b
@ -1,12 +0,0 @@
|
||||
diff -urNp tracker-1.99.0.orig/src/tracker-store/tracker-store.desktop.in.in tracker-1.99.0/src/tracker-store/tracker-store.desktop.in.in
|
||||
--- tracker-1.99.0.orig/src/tracker-store/tracker-store.desktop.in.in 2017-07-25 15:13:38.676508375 +0200
|
||||
+++ tracker-1.99.0/src/tracker-store/tracker-store.desktop.in.in 2017-07-25 15:15:09.963981832 +0200
|
||||
@@ -11,7 +11,7 @@ X-KDE-autostart-after=panel
|
||||
X-KDE-StartupNotify=false
|
||||
X-KDE-UniqueApplet=true
|
||||
NoDisplay=true
|
||||
-OnlyShowIn=GNOME;KDE;XFCE;X-IVI;Unity;
|
||||
+OnlyShowIn=GNOME;
|
||||
X-GNOME-Bugzilla-Bugzilla=GNOME
|
||||
X-GNOME-Bugzilla-Product=tracker
|
||||
X-GNOME-Bugzilla-Component=Store
|
@ -11,10 +11,6 @@ License: GPLv2+
|
||||
URL: https://wiki.gnome.org/Projects/Tracker
|
||||
Source0: https://download.gnome.org/sources/%{name}/2.0/%{name}-%{version}.tar.xz
|
||||
|
||||
# only autostart in Gnome, see also
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=771601
|
||||
Patch0: 0001-Only-autostart-in-GNOME-771601.patch
|
||||
|
||||
BuildRequires: graphviz
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: intltool
|
||||
@ -80,8 +76,6 @@ This package contains the documentation for tracker
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%patch0 -p1 -b .autostart-gnome
|
||||
|
||||
%if 0%{?rhel}
|
||||
# Fix the build with sqlite 3.7 that doesn't support SQLITE_DETERMINISTIC
|
||||
sed -i -e 's/ | SQLITE_DETERMINISTIC//' src/libtracker-data/tracker-db-interface-sqlite.c
|
||||
@ -176,6 +170,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
||||
* Fri Sep 15 2017 Kalev Lember <klember@redhat.com> - 2.0.0-1
|
||||
- Update to 2.0.0
|
||||
- Pull in split out tracker-miners through recommends
|
||||
- Drop autostart patches now that tracker-miners is split out
|
||||
|
||||
* Fri Sep 15 2017 Debarshi Ray <rishi@fedoraproject.org> - 1.99.2-1
|
||||
- Update to 1.99.2
|
||||
|
Loading…
Reference in New Issue
Block a user