- Ship the manpages in the appropriate sub-packages (Fedora bug #479278)
This commit is contained in:
parent
ca5b58ea08
commit
13e2fca8bb
14
tracker.spec
14
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 <dakingun@gmail.com> - 0.6.95-2
|
||||
- Ship the manpages in the appropriate sub-packages (Fedora bug #479278)
|
||||
|
||||
* Fri May 22 2009 Deji Akingunola <dakingun@gmail.com> - 0.6.95-1
|
||||
- Update to 0.6.95 release
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user