Remove thunderbird support on RHEL
This commit is contained in:
parent
2e2333e94c
commit
00d24a116d
19
tracker.spec
19
tracker.spec
@ -6,6 +6,12 @@
|
|||||||
%global with_libcue 1
|
%global with_libcue 1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if 0%{?rhel}
|
||||||
|
%global with_thunderbird 0
|
||||||
|
%else
|
||||||
|
%global with_thunderbird 1
|
||||||
|
%endif
|
||||||
|
|
||||||
Summary: Desktop-neutral search tool and indexer
|
Summary: Desktop-neutral search tool and indexer
|
||||||
Name: tracker
|
Name: tracker
|
||||||
Version: 0.16.1
|
Version: 0.16.1
|
||||||
@ -39,13 +45,17 @@ BuildRequires: libosinfo-devel
|
|||||||
%if 0%{?with_libcue}
|
%if 0%{?with_libcue}
|
||||||
BuildRequires: libcue-devel
|
BuildRequires: libcue-devel
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: firefox thunderbird
|
BuildRequires: firefox
|
||||||
BuildRequires: gdk-pixbuf2-devel
|
BuildRequires: gdk-pixbuf2-devel
|
||||||
BuildRequires: desktop-file-utils intltool gettext
|
BuildRequires: desktop-file-utils intltool gettext
|
||||||
BuildRequires: gtk-doc graphviz dia
|
BuildRequires: gtk-doc graphviz dia
|
||||||
BuildRequires: gobject-introspection
|
BuildRequires: gobject-introspection
|
||||||
#BuildRequires: evolution-devel
|
#BuildRequires: evolution-devel
|
||||||
|
|
||||||
|
%if 0%{?with_thunderbird}
|
||||||
|
BuildRequires: thunderbird
|
||||||
|
%endif
|
||||||
|
|
||||||
Obsoletes: tracker-miner-flickr < 0.16.0
|
Obsoletes: tracker-miner-flickr < 0.16.0
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -110,6 +120,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
|||||||
Tracker's nautilus plugin, provides 'tagging' functionality. Ability to perform
|
Tracker's nautilus plugin, provides 'tagging' functionality. Ability to perform
|
||||||
search in nautilus using tracker is built-in directly in the nautilus package.
|
search in nautilus using tracker is built-in directly in the nautilus package.
|
||||||
|
|
||||||
|
%if 0%{?with_thunderbird}
|
||||||
%package thunderbird-plugin
|
%package thunderbird-plugin
|
||||||
Summary: Thunderbird extension to export mails to Tracker
|
Summary: Thunderbird extension to export mails to Tracker
|
||||||
Group: User Interface/Desktops
|
Group: User Interface/Desktops
|
||||||
@ -117,6 +128,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
|||||||
|
|
||||||
%description thunderbird-plugin
|
%description thunderbird-plugin
|
||||||
A simple Thunderbird extension to export mails to Tracker.
|
A simple Thunderbird extension to export mails to Tracker.
|
||||||
|
%endif
|
||||||
|
|
||||||
%package docs
|
%package docs
|
||||||
Summary: Documentations for tracker
|
Summary: Documentations for tracker
|
||||||
@ -142,7 +154,9 @@ sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure
|
|||||||
%configure --disable-static \
|
%configure --disable-static \
|
||||||
--enable-gtk-doc \
|
--enable-gtk-doc \
|
||||||
--with-firefox-plugin-dir=%{_libdir}/firefox/extensions \
|
--with-firefox-plugin-dir=%{_libdir}/firefox/extensions \
|
||||||
|
%if 0%{?with_thunderbird}
|
||||||
--with-thunderbird-plugin-dir=%{_libdir}/thunderbird/extensions \
|
--with-thunderbird-plugin-dir=%{_libdir}/thunderbird/extensions \
|
||||||
|
%endif
|
||||||
--with-unicode-support=libunistring \
|
--with-unicode-support=libunistring \
|
||||||
--disable-qt \
|
--disable-qt \
|
||||||
--disable-functional-tests
|
--disable-functional-tests
|
||||||
@ -246,10 +260,12 @@ fi
|
|||||||
%files nautilus-plugin
|
%files nautilus-plugin
|
||||||
%{_libdir}/nautilus/extensions-3.0/libnautilus-tracker-tags.so
|
%{_libdir}/nautilus/extensions-3.0/libnautilus-tracker-tags.so
|
||||||
|
|
||||||
|
%if 0%{?with_thunderbird}
|
||||||
%files thunderbird-plugin
|
%files thunderbird-plugin
|
||||||
%{_datadir}/xul-ext/trackerbird/
|
%{_datadir}/xul-ext/trackerbird/
|
||||||
%{_libdir}/thunderbird/extensions/trackerbird@bustany.org
|
%{_libdir}/thunderbird/extensions/trackerbird@bustany.org
|
||||||
%{_datadir}/applications/trackerbird-launcher.desktop
|
%{_datadir}/applications/trackerbird-launcher.desktop
|
||||||
|
%endif
|
||||||
|
|
||||||
%files docs
|
%files docs
|
||||||
%doc docs/reference/COPYING
|
%doc docs/reference/COPYING
|
||||||
@ -262,6 +278,7 @@ fi
|
|||||||
* Wed Jun 26 2013 Matthias Clasen <mclasen@redhat.com> 0.16.1-4
|
* Wed Jun 26 2013 Matthias Clasen <mclasen@redhat.com> 0.16.1-4
|
||||||
- Fix typos in man page
|
- Fix typos in man page
|
||||||
- Trim %%changelog
|
- Trim %%changelog
|
||||||
|
- Re-dethunderbirdize
|
||||||
|
|
||||||
* Fri Jun 21 2013 Matthias Clasen <mclasen@redhat.com> 0.16.1-3
|
* Fri Jun 21 2013 Matthias Clasen <mclasen@redhat.com> 0.16.1-3
|
||||||
- Don't install a (humongous) ChangeLog file
|
- Don't install a (humongous) ChangeLog file
|
||||||
|
Loading…
Reference in New Issue
Block a user