From 13e2fca8bb1f53970bf8708515a48ba1820c1ca9 Mon Sep 17 00:00:00 2001 From: Deji Akingunola Date: Thu, 4 Jun 2009 09:39:50 +0000 Subject: [PATCH] - Ship the manpages in the appropriate sub-packages (Fedora bug #479278) --- tracker.spec | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/tracker.spec b/tracker.spec index 7e1eeb3..dad5895 100644 --- a/tracker.spec +++ b/tracker.spec @@ -1,7 +1,7 @@ Summary: An object database, tag/metadata database, search tool and indexer Name: tracker Version: 0.6.95 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ Group: Applications/System URL: http://projects.gnome.org/tracker/ @@ -92,8 +92,7 @@ desktop-file-install --delete-original \ --dir=%{buildroot}%{_datadir}/applications \ %{buildroot}%{_datadir}/applications/%{name}-search-tool.desktop -rm -rf %{buildroot}%{_libdir}/*.la -#rm -rf %{buildroot}/%{evo_plugins_dir}/*.la +find %{buildroot} -type f -name "*.la" -exec rm -f {} ';' %find_lang %{name} @@ -131,6 +130,9 @@ fi #%{evo_plugins_dir}/liborg-freedesktop-Tracker-evolution-plugin.so #%{evo_plugins_dir}/org-freedesktop-Tracker-evolution-plugin.eplug %{_mandir}/*/tracker*.gz +%exclude %{_mandir}/man1/tracker-applet +%exclude %{_mandir}/man1/tracker-preferences +%exclude %{_mandir}/man1/tracker-search-tool %{_sysconfdir}/xdg/autostart/trackerd.desktop %{_sysconfdir}/ld.so.conf.d/tracker-%{_arch}.conf %doc %{_datadir}/gtk-doc/html/libtracker-common/ @@ -152,8 +154,14 @@ fi %{_datadir}/icons/*/*/apps/tracker.* %{_datadir}/applications/*.desktop %{_sysconfdir}/xdg/autostart/tracker-applet.desktop +%{_mandir}/man1/tracker-applet +%{_mandir}/man1/tracker-preferences +%{_mandir}/man1/tracker-search-tool %changelog +* Thu Jun 04 2009 Deji Akingunola - 0.6.95-2 +- Ship the manpages in the appropriate sub-packages (Fedora bug #479278) + * Fri May 22 2009 Deji Akingunola - 0.6.95-1 - Update to 0.6.95 release