- Update to 0.8.5 release
- Provide an upgrade path for paperbox (make ~-search-tool obsolete it) on F-13.
This commit is contained in:
parent
eb11e42eca
commit
4f1387078c
@ -1 +1 @@
|
|||||||
tracker-0.8.4.tar.bz2
|
tracker-0.8.5.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
c5539b61520c512b9dbba1d9975317b1 tracker-0.8.4.tar.bz2
|
c332fd7115b45f8001d5f73a5b51509f tracker-0.8.5.tar.bz2
|
||||||
|
26
tracker.spec
26
tracker.spec
@ -1,6 +1,6 @@
|
|||||||
Summary: An object database, tag/metadata database, search tool and indexer
|
Summary: An object database, tag/metadata database, search tool and indexer
|
||||||
Name: tracker
|
Name: tracker
|
||||||
Version: 0.8.4
|
Version: 0.8.5
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -51,11 +51,20 @@ developing with tracker
|
|||||||
Summary: Tracker search tool(s)
|
Summary: Tracker search tool(s)
|
||||||
Group: User Interface/Desktops
|
Group: User Interface/Desktops
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
Obsoletes: paperbox <= 0.4.4
|
||||||
|
|
||||||
%description search-tool
|
%description search-tool
|
||||||
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
|
||||||
|
Summary: Tracker's evolution plugin
|
||||||
|
Group: User Interface/Desktops
|
||||||
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
|
||||||
|
%description evolution-plugin
|
||||||
|
Tracker's evolution plugin
|
||||||
|
|
||||||
%package docs
|
%package docs
|
||||||
Summary: Documentations for tracker
|
Summary: Documentations for tracker
|
||||||
Group: Documentation
|
Group: Documentation
|
||||||
@ -131,6 +140,7 @@ fi
|
|||||||
%{_sysconfdir}/xdg/autostart/tracker*.desktop
|
%{_sysconfdir}/xdg/autostart/tracker*.desktop
|
||||||
%exclude %{_bindir}/tracker-preferences
|
%exclude %{_bindir}/tracker-preferences
|
||||||
%exclude %{_bindir}/tracker-search-tool
|
%exclude %{_bindir}/tracker-search-tool
|
||||||
|
%exclude %{_libexecdir}/tracker-search-bar
|
||||||
%exclude %{_mandir}/man1/tracker-search-bar.1.gz
|
%exclude %{_mandir}/man1/tracker-search-bar.1.gz
|
||||||
%exclude %{_mandir}/man1/tracker-preferences.1.gz
|
%exclude %{_mandir}/man1/tracker-preferences.1.gz
|
||||||
%exclude %{_mandir}/man1/tracker-search-tool.1.gz
|
%exclude %{_mandir}/man1/tracker-search-tool.1.gz
|
||||||
@ -140,22 +150,26 @@ fi
|
|||||||
%{_includedir}/tracker-0.8/
|
%{_includedir}/tracker-0.8/
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%{_datadir}/vala/vapi/tracker*.vapi
|
%{_datadir}/vala/vapi/tracker*.*
|
||||||
|
|
||||||
%files search-tool
|
%files search-tool
|
||||||
%defattr(-, root, root, -)
|
%defattr(-, root, root, -)
|
||||||
%{_bindir}/tracker-preferences
|
%{_bindir}/tracker-preferences
|
||||||
%{_bindir}/tracker-search-tool
|
%{_bindir}/tracker-search-tool
|
||||||
|
%{_libexecdir}/tracker-search-bar
|
||||||
%{_libdir}/nautilus/extensions-2.0/libnautilus-tracker-tags.so
|
%{_libdir}/nautilus/extensions-2.0/libnautilus-tracker-tags.so
|
||||||
%{_libdir}/bonobo/servers/GNOME_Search_Bar_Applet.server
|
%{_libdir}/bonobo/servers/GNOME_Search_Bar_Applet.server
|
||||||
%{evo_plugins_dir}/liborg-freedesktop-Tracker-evolution-plugin.so
|
|
||||||
%{evo_plugins_dir}/org-freedesktop-Tracker-evolution-plugin.eplug
|
|
||||||
%{_datadir}/icons/*/*/apps/tracker.*
|
%{_datadir}/icons/*/*/apps/tracker.*
|
||||||
%{_datadir}/applications/*.desktop
|
%{_datadir}/applications/*.desktop
|
||||||
%{_mandir}/man1/tracker-search-bar.1.gz
|
%{_mandir}/man1/tracker-search-bar.1.gz
|
||||||
%{_mandir}/man1/tracker-preferences.1.gz
|
%{_mandir}/man1/tracker-preferences.1.gz
|
||||||
%{_mandir}/man1/tracker-search-tool.1.gz
|
%{_mandir}/man1/tracker-search-tool.1.gz
|
||||||
|
|
||||||
|
%files evolution-plugin
|
||||||
|
%defattr(-, root, root, -)
|
||||||
|
%{evo_plugins_dir}/liborg-freedesktop-Tracker-evolution-plugin.so
|
||||||
|
%{evo_plugins_dir}/org-freedesktop-Tracker-evolution-plugin.eplug
|
||||||
|
|
||||||
%files docs
|
%files docs
|
||||||
%defattr(-, root, root, -)
|
%defattr(-, root, root, -)
|
||||||
%{_datadir}/gtk-doc/html/libtracker-common/
|
%{_datadir}/gtk-doc/html/libtracker-common/
|
||||||
@ -165,6 +179,10 @@ fi
|
|||||||
%{_datadir}/gtk-doc/html/ontology/
|
%{_datadir}/gtk-doc/html/ontology/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 06 2010 Deji Akingunola <dakingun@gmail.com> - 0.8.5-1
|
||||||
|
- Update to 0.8.5 release
|
||||||
|
- Provide an upgrade path for paperbox (make ~-search-tool obsolete it) on F-13.
|
||||||
|
|
||||||
* Thu Apr 29 2010 Deji Akingunola <dakingun@gmail.com> - 0.8.4-1
|
* Thu Apr 29 2010 Deji Akingunola <dakingun@gmail.com> - 0.8.4-1
|
||||||
- Update to 0.8.4 release
|
- Update to 0.8.4 release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user