rpms/empathy/devel empathy.spec,1.9,1.10

Peter Gordon (pgordon) fedora-extras-commits at redhat.com
Thu Oct 11 04:54:17 UTC 2007


Author: pgordon

Update of /cvs/extras/rpms/empathy/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6217

Modified Files:
	empathy.spec 
Log Message:
Enable VoIP stuff for F9+ testing only.


Index: empathy.spec
===================================================================
RCS file: /cvs/extras/rpms/empathy/devel/empathy.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- empathy.spec	3 Oct 2007 02:56:32 -0000	1.9
+++ empathy.spec	11 Oct 2007 04:53:44 -0000	1.10
@@ -10,7 +10,7 @@
 
 Name:		empathy
 Version:	0.14
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	GNOME Instant Messaging Client
 
 Group:		Applications/Communications
@@ -94,7 +94,7 @@
 
 
 %build
-%configure --disable-voip
+%configure --enable-voip
 make %{?_smp_mflags} LIBTOOL=%{_bindir}/libtool
 
 
@@ -169,11 +169,11 @@
 %{_datadir}/icons/hicolor/*/apps/%{name}*
 %{_datadir}/mission-control/profiles/*
 %{_datadir}/telepathy/managers/empathy-chat.chandler
+%{_datadir}/telepathy/managers/empathy-call.chandler
 %{_libexecdir}/megaphone-applet
 %{_libdir}/bonobo/servers/GNOME_Megaphone_Applet.server
-## VoIP support - disabled for now...
-%exclude %{_bindir}/empathy-call-chandler
-%exclude %{_datadir}/dbus-1/services/org.gnome.Empathy.Call.service
+%{_bindir}/empathy-call-chandler
+%{_datadir}/dbus-1/services/org.gnome.Empathy.Call.service
 
 %files	libs
 %defattr(-,root,root,-)
@@ -197,6 +197,11 @@
 
 
 %changelog
+* Wed Oct 10 2007 Peter Gordon <peter at thecodergeek.com> - 0.14-3
+- Enable VoIP support for those brave enough to test/break/debug it (F9+
+  only). Though it is functional, it is still deemed rather unstable by
+  upstream. Use it at your own risk. :)
+
 * Tue Oct 02 2007 Peter Gordon <peter at thecodergeek.com> - 0.14-2
 - Disable VoIP support at this time, since it is deemed unstable by upstream
   for now. (Thanks to Brian Pepple for the notice.)




More information about the fedora-extras-commits mailing list