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

Peter Gordon (pgordon) fedora-extras-commits at redhat.com
Wed Oct 3 02:57:05 UTC 2007


Author: pgordon

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

Modified Files:
	empathy.spec 
Log Message:
Disable VoIP stuff for now. Breaking a feature-freeze is very bad(tm).  Bad Peter! No cookie! :(


Index: empathy.spec
===================================================================
RCS file: /cvs/extras/rpms/empathy/devel/empathy.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- empathy.spec	2 Oct 2007 22:29:36 -0000	1.8
+++ empathy.spec	3 Oct 2007 02:56:32 -0000	1.9
@@ -10,7 +10,7 @@
 
 Name:		empathy
 Version:	0.14
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	GNOME Instant Messaging Client
 
 Group:		Applications/Communications
@@ -94,7 +94,7 @@
 
 
 %build
-%configure
+%configure --disable-voip
 make %{?_smp_mflags} LIBTOOL=%{_bindir}/libtool
 
 
@@ -163,9 +163,7 @@
 %{_sysconfdir}/gconf/schemas/GNOME_Megaphone_Applet.schemas
 %{_bindir}/empathy
 %{_bindir}/empathy-accounts
-%{_bindir}/empathy-call-chandler
 %{_datadir}/dbus-1/services/org.gnome.Empathy.Chat.service
-%{_datadir}/dbus-1/services/org.gnome.Empathy.Call.service
 %{_datadir}/empathy/
 %{_datadir}/applications/fedora-%{name}.desktop
 %{_datadir}/icons/hicolor/*/apps/%{name}*
@@ -173,6 +171,9 @@
 %{_datadir}/telepathy/managers/empathy-chat.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
 
 %files	libs
 %defattr(-,root,root,-)
@@ -196,6 +197,10 @@
 
 
 %changelog
+* 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.)
+  
 * Tue Oct 02 2007 Peter Gordon <peter at thecodergeek.com> - 0.14-1
 - Update to new upstream release (0.14).
 




More information about the fedora-extras-commits mailing list