rpms/tracker/devel tracker.spec,1.52,1.53

Deji Akingunola deji at fedoraproject.org
Thu Jun 4 09:40:21 UTC 2009


Author: deji

Update of /cvs/pkgs/rpms/tracker/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31372

Modified Files:
	tracker.spec 
Log Message:
* Thu Jun 04 2009 Deji Akingunola <dakingun at gmail.com> - 0.6.95-2
- Ship the manpages in the appropriate sub-packages (Fedora bug #479278)



Index: tracker.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tracker/devel/tracker.spec,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -p -r1.52 -r1.53
--- tracker.spec	29 May 2009 12:44:43 -0000	1.52
+++ tracker.spec	4 Jun 2009 09:39:50 -0000	1.53
@@ -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 at gmail.com> - 0.6.95-2
+- Ship the manpages in the appropriate sub-packages (Fedora bug #479278)
+
 * Fri May 22 2009 Deji Akingunola <dakingun at gmail.com> - 0.6.95-1
 - Update to 0.6.95 release
 




More information about the fedora-extras-commits mailing list