Update to 0.10.24
Re-enable the evolution plugin
This commit is contained in:
parent
02b8dfd004
commit
2af940fba3
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@ tracker-0.8.13.tar.bz2
|
|||||||
/tracker-0.10.5.tar.bz2
|
/tracker-0.10.5.tar.bz2
|
||||||
/tracker-0.10.8.tar.bz2
|
/tracker-0.10.8.tar.bz2
|
||||||
/tracker-0.10.10.tar.bz2
|
/tracker-0.10.10.tar.bz2
|
||||||
|
/tracker-0.10.24.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
200e15db4e2ae9acbd439947219c0d7f tracker-0.10.21.tar.bz2
|
1a8368d5818fdd198b3615a7922642e1 tracker-0.10.24.tar.bz2
|
||||||
|
30
tracker.spec
30
tracker.spec
@ -1,6 +1,6 @@
|
|||||||
Summary: Desktop-neutral search tool and indexer
|
Summary: Desktop-neutral search tool and indexer
|
||||||
Name: tracker
|
Name: tracker
|
||||||
Version: 0.10.21
|
Version: 0.10.24
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -59,13 +59,13 @@ Obsoletes: paperbox <= 0.4.4
|
|||||||
Graphical frontend to tracker search and tagging facilities. This has
|
Graphical frontend to tracker search and tagging facilities. This has
|
||||||
dependencies on GNOME libraries
|
dependencies on GNOME libraries
|
||||||
|
|
||||||
#%package evolution-plugin
|
%package evolution-plugin
|
||||||
#Summary: Tracker's evolution plugin
|
Summary: Tracker's evolution plugin
|
||||||
#Group: User Interface/Desktops
|
Group: User Interface/Desktops
|
||||||
#Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
|
||||||
#%description evolution-plugin
|
%description evolution-plugin
|
||||||
#Tracker's evolution plugin
|
Tracker's evolution plugin
|
||||||
|
|
||||||
%package nautilus-plugin
|
%package nautilus-plugin
|
||||||
Summary: Tracker's nautilus plugin
|
Summary: Tracker's nautilus plugin
|
||||||
@ -88,7 +88,7 @@ This package contains the documentation for tracker
|
|||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p0 -b .gtk3
|
%patch0 -p0 -b .gtk3
|
||||||
|
|
||||||
#%global evo_plugins_dir %(pkg-config evolution-plugin-3.0 --variable=plugindir)
|
%global evo_plugins_dir %(pkg-config evolution-plugin-3.0 --variable=plugindir)
|
||||||
|
|
||||||
## nuke unwanted rpaths, see also
|
## nuke unwanted rpaths, see also
|
||||||
## https://fedoraproject.org/wiki/Packaging/Guidelines#Beware_of_Rpath
|
## https://fedoraproject.org/wiki/Packaging/Guidelines#Beware_of_Rpath
|
||||||
@ -96,7 +96,7 @@ sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static \
|
%configure --disable-static \
|
||||||
--enable-gtk-doc --disable-functional-tests
|
--enable-miner-evolution --enable-gtk-doc --disable-functional-tests
|
||||||
# Disable the functional tests for now, they use python bytecodes.
|
# Disable the functional tests for now, they use python bytecodes.
|
||||||
|
|
||||||
make V=1 %{?_smp_mflags}
|
make V=1 %{?_smp_mflags}
|
||||||
@ -179,10 +179,10 @@ fi
|
|||||||
%{_mandir}/man1/tracker-preferences.1.gz
|
%{_mandir}/man1/tracker-preferences.1.gz
|
||||||
%{_mandir}/man1/tracker-needle.1.gz
|
%{_mandir}/man1/tracker-needle.1.gz
|
||||||
|
|
||||||
#%files evolution-plugin
|
%files evolution-plugin
|
||||||
#%defattr(-, root, root, -)
|
%defattr(-, root, root, -)
|
||||||
#%{evo_plugins_dir}/liborg-freedesktop-Tracker-evolution-plugin.so
|
%{evo_plugins_dir}/liborg-freedesktop-Tracker-evolution-plugin.so
|
||||||
#%{evo_plugins_dir}/org-freedesktop-Tracker-evolution-plugin.eplug
|
%{evo_plugins_dir}/org-freedesktop-Tracker-evolution-plugin.eplug
|
||||||
|
|
||||||
%files nautilus-plugin
|
%files nautilus-plugin
|
||||||
%defattr(-, root, root, -)
|
%defattr(-, root, root, -)
|
||||||
@ -198,6 +198,10 @@ fi
|
|||||||
%{_datadir}/gtk-doc/html/ontology/
|
%{_datadir}/gtk-doc/html/ontology/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 25 2011 Deji Akingunola <dakingun@gmail.com> - 0.10.24-1
|
||||||
|
- Update to 0.10.24
|
||||||
|
- Re-enable the evolution plugin
|
||||||
|
|
||||||
* Tue Jul 26 2011 Deji Akingunola <dakingun@gmail.com> - 0.10.21-1
|
* Tue Jul 26 2011 Deji Akingunola <dakingun@gmail.com> - 0.10.21-1
|
||||||
- Update to 0.10.21
|
- Update to 0.10.21
|
||||||
- Temporarily disable the evolution plugin
|
- Temporarily disable the evolution plugin
|
||||||
|
Loading…
Reference in New Issue
Block a user