rpms/sipwitch/devel sipwitch.spec,1.20,1.21

David Sugar dyfet at fedoraproject.org
Mon Jul 12 02:39:51 UTC 2010


Author: dyfet

Update of /cvs/pkgs/rpms/sipwitch/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv22672

Modified Files:
	sipwitch.spec 
Log Message:
temporarily disable libnotify


Index: sipwitch.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sipwitch/devel/sipwitch.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -p -r1.20 -r1.21
--- sipwitch.spec	12 Jul 2010 02:29:11 -0000	1.20
+++ sipwitch.spec	12 Jul 2010 02:39:51 -0000	1.21
@@ -11,7 +11,7 @@
 Name: sipwitch
 Summary: A secure peer-to-peer VoIP server for the SIP protocol
 Version: 0.8.4
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv3+
 URL: http://www.gnu.org/software/sipwitch
 Group: Applications/Communications
@@ -21,8 +21,7 @@ BuildRequires: ucommon-devel >= 2.1.1
 BuildRequires: libeXosip2-devel >= 3.0.0
 BuildRequires: avahi-devel
 BuildRequires: libgcrypt-devel
-BuildRequires: libnotify-devel
-BuildRequires: gtk+-devel
+# BuildRequires: libnotify-devel
 Requires(post): chkconfig
 Requires(preun): chkconfig
 Requires(preun): initscripts
@@ -48,9 +47,9 @@ Summary: cgi web interface to control si
 Requires: %{name} = %{version}-%{release}
 Summary: Zeroconf plugin for sipwitch
 
-%package plugin-libnotify
-Requires: %{name} = %{version}-%{release}
-Summary: libnotify plugin for sipwitch
+# %package plugin-libnotify
+# Requires: %{name} = %{version}-%{release}
+# Summary: libnotify plugin for sipwitch
 
 %package plugin-scripting
 Requires: %{name} = %{version}-%{release}
@@ -91,9 +90,9 @@ server using the cgi interface of an ins
 service this offers is xmlrpc access to sipwitch shared memory and
 control interfaces in a manner analgolous to the sipwitch command utility.
 
-%description plugin-libnotify
-This plugin sends notification events to the desktop using the libnotify 
-library.
+# %description plugin-libnotify
+# This plugin sends notification events to the desktop using the libnotify 
+# library.
 
 %description plugin-zeroconf
 This plugin activates zeroconf network services for sipwitch and publishes
@@ -168,9 +167,9 @@ echo "PLUGINS=auto" >>%{buildroot}/%{_sy
 %defattr(-,root,root,-)
 %{_libdir}/*.so.*
 
-%files plugin-libnotify
-%defattr(-,root,root,-)
-%{_libdir}/sipwitch/notify.so
+# %files plugin-libnotify
+# %defattr(-,root,root,-)
+# %{_libdir}/sipwitch/notify.so
 
 %files plugin-zeroconf
 %defattr(-,root,root,-)
@@ -217,10 +216,11 @@ fi
 /sbin/ldconfig
 
 %changelog
-* Sun Jul 11 2010 David Sugar <dyfet at gnutelephony.org> - 0.8.4-0
+* Sun Jul 11 2010 David Sugar <dyfet at gnutelephony.org> - 0.8.4-2
 - better tracking of invalid request uri's.
 - interface state change notification support.
 - better prack support.
+- libnotify plugin temporarily disabled for rawhide gtk build issues.
 
 * Sun Apr 11 2010 David Sugar <dyfet at gnutelephony.org> - 0.8.0-0
 - support for new ucommon abi.



More information about the scm-commits mailing list