Remove the unused Firefox add-on
We don't advertise this, and nobody really uses it. Keeping it around ties us to the availability of Firefox on various architectures. For example, right now Firefox has been temporarily ExcludeArched on armv7hl.
This commit is contained in:
parent
4a44ea4b16
commit
be5259fe0d
21
tracker.spec
21
tracker.spec
@ -18,7 +18,7 @@
|
||||
|
||||
Name: tracker
|
||||
Version: 1.11.3
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Desktop-neutral search tool and indexer
|
||||
|
||||
License: GPLv2+
|
||||
@ -30,7 +30,6 @@ Source0: https://download.gnome.org/sources/%{name}/1.11/%{name}-%{versio
|
||||
Patch0: 0001-Only-autostart-in-GNOME-771601.patch
|
||||
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: firefox
|
||||
BuildRequires: giflib-devel
|
||||
BuildRequires: graphviz
|
||||
BuildRequires: gtk-doc
|
||||
@ -87,6 +86,7 @@ BuildRequires: pkgconfig(vorbisfile)
|
||||
|
||||
%{?systemd_requires}
|
||||
Obsoletes: compat-tracker018 < 0.17.2-2
|
||||
Obsoletes: tracker-firefox-plugin < 1.11.3-2
|
||||
Obsoletes: tracker-miner-flickr < 0.16.0
|
||||
Obsoletes: tracker-nautilus-plugin < 0.17.2-2
|
||||
|
||||
@ -136,14 +136,6 @@ Obsoletes: tracker-ui-tools < 1.1.4
|
||||
%description preferences
|
||||
Graphical frontend to tracker configuration.
|
||||
|
||||
%package firefox-plugin
|
||||
Summary: A simple bookmark exporter for Tracker
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description firefox-plugin
|
||||
This Firefox addon exports your bookmarks to Tracker, so that you can search
|
||||
for them for example using tracker-needle.
|
||||
|
||||
%if 0%{?with_nautilus}
|
||||
%package nautilus-plugin
|
||||
Summary: Tracker's nautilus plugin
|
||||
@ -187,7 +179,7 @@ sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure
|
||||
--enable-libflac \
|
||||
--enable-libvorbis \
|
||||
--enable-miner-evolution=no \
|
||||
--with-firefox-plugin-dir=%{_libdir}/firefox/extensions \
|
||||
--enable-miner-firefox=no \
|
||||
--disable-mp3 \
|
||||
%if %{with_nautilus}
|
||||
--enable-nautilus-extension \
|
||||
@ -313,10 +305,6 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
%{_datadir}/tracker/tracker-preferences.ui
|
||||
%{_mandir}/man1/tracker-preferences.1*
|
||||
|
||||
%files firefox-plugin
|
||||
%{_datadir}/xul-ext/trackerfox/
|
||||
%{_libdir}/firefox/extensions/trackerfox@bustany.org
|
||||
|
||||
%if 0%{?with_nautilus}
|
||||
%files nautilus-plugin
|
||||
%{_libdir}/nautilus/extensions-3.0/libnautilus-tracker-tags.so
|
||||
@ -338,6 +326,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jan 31 2017 Debarshi Ray <rishi@fedoraproject.org> - 1.11.3-2
|
||||
- Remove the unused Firefox add-on
|
||||
|
||||
* Wed Jan 18 2017 David King <amigadave@amigadave.com> - 1.11.3-1
|
||||
- Update to 1.11.3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user