rpms/sipwitch/F-10 .cvsignore, 1.3, 1.4 sipwitch.spec, 1.2, 1.3 sources, 1.3, 1.4

David Sugar dyfet at fedoraproject.org
Sat Jul 4 19:54:51 UTC 2009


Author: dyfet

Update of /cvs/pkgs/rpms/sipwitch/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19949

Modified Files:
	.cvsignore sipwitch.spec sources 
Log Message:
Update to 0.5.6, runtime separated and rtpproxy plugin dropped


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/sipwitch/F-10/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	10 Jun 2009 15:04:47 -0000	1.3
+++ .cvsignore	4 Jul 2009 19:54:20 -0000	1.4
@@ -1 +1 @@
-sipwitch-0.5.5.tar.gz
+sipwitch-0.5.6.tar.gz


Index: sipwitch.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sipwitch/F-10/sipwitch.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sipwitch.spec	10 Jun 2009 15:04:48 -0000	1.2
+++ sipwitch.spec	4 Jul 2009 19:54:21 -0000	1.3
@@ -14,7 +14,7 @@
 
 Name: sipwitch
 Summary: SIP telephony server for secure phone systems
-Version: 0.5.5
+Version: 0.5.6
 Release: 0%{?dist}
 License: GPLv3+
 URL: http://www.gnu.org/software/sipwitch
@@ -32,10 +32,15 @@ Requires(post): chkconfig
 Requires(preun): chkconfig
 Requires(preun): initscripts
 Requires(postun): initscripts
+Requires: %{name}-runtime = %{version}-%{release}
+
+%package runtime
+Group: Development/Libraries
+Summary: Runtime library support for sipwitch
 
 %package devel
 Requires: ucommon-devel >= 2.0.0
-Requires: %{name} = %{version}-%{release}
+Requires: %{name}-runtime = %{version}-%{release}
 Group: Development/Libraries
 Summary: Headers for building sipwitch plugins
 
@@ -66,10 +71,6 @@ Summary: Scripting plugin for sipwitch
 Requires: %{name} = %{version}-%{release}
 Summary: Forward registration and routing plugin
 
-%package plugin-rtpproxy
-Requires: %{name} = %{version}-%{release}
-Summary: Generic rtp proxy plugin for sipwitch
-
 %package plugin-subscriber
 Requires: %{name} = %{version}-%{release}
 Summary: Subscriber gateway plugin for sipwitch
@@ -91,6 +92,12 @@ found or added to the core distribution 
 developing external application services which need to communicate with a 
 running sipwitch daemon instance.
 
+%description runtime
+Runtime library required for sipwitch development and for using the server.
+This is available as a separate package so that one building sipwitch plugins
+with the required devel package does not also require installing a server 
+image.
+
 %description snmp
 This is the standard GNU Telephony MIB.  It can be used to monitor sipwitch
 servers from a snmp management station when we add snmp support.
@@ -120,15 +127,6 @@ This plugin enables forwarding of regist
 for unknown numbers so that one can create a "secure" peer to peer media
 domain managed by sipwitch and still access an "insecure" b2bua based ip-pbx.
 
-%description plugin-rtpproxy
-Generic assignment of RTP proxy for packet forwarding when local and
-remote caller is not directly routable.  This can include briding when
-both source and destination are offsite or on different subnets.  This
-will enable calls between local users and remote users when either or
-both parties are behind NAT.  It is assumed a block of rtp ports (and 
-the sip port) will be "port forwarded" to sipwitch.  All proxying is 
-transparent and hence directly usable for secure calling with ZRTP.
-
 %description plugin-subscriber
 This module is meant to eventually offer generic support for premise 
 routers when used by providers to offer sip/voip service to a subscriber.
@@ -168,7 +166,6 @@ remote voip service provider.
 %{_mandir}/man8/*.8*
 %{_sbindir}/*
 %{_bindir}/*
-%{_libdir}/*.so.*
 %dir %{_libdir}/sipwitch
 %config(noreplace) %{_sysconfdir}/logrotate.d/sipwitch
 %attr(0755,root,root) %{_initrddir}/sipwitch
@@ -178,6 +175,10 @@ remote voip service provider.
 %attr(0660,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/sipwitch
 %attr(0660,root,root) %config(noreplace) %{_sysconfdir}/sipwitch.d/*.xml
 
+%files runtime
+%defattr(-,root,root,-)
+%{_libdir}/*.so.*
+
 %files snmp
 %defattr(-,root,root,-)
 %{_datadir}/snmp/mibs/GNUTelephony-MIB.txt
@@ -203,10 +204,6 @@ remote voip service provider.
 %defattr(-,root,root,-)
 %{_libdir}/sipwitch/scripting.so
 
-%files plugin-rtpproxy
-%defattr(-,root,root,-)
-%{_libdir}/sipwitch/rtpproxy.so
-
 %files plugin-subscriber
 %defattr(-,root,root,-)
 %{_libdir}/sipwitch/subscriber.so
@@ -234,6 +231,10 @@ fi
 /sbin/ldconfig
 
 %changelog
+* Sat Jul 04 2009 - David Sugar <dyfet at gnutelephony.org> - 0.5.6-0
+- split runtime from server to build plugins without requiring server.
+- removed separate rtp proxy, functionality will be integrated into server.
+
 * Wed Jun 10 2009 - David Sugar <dyfet at gnutelephony.org> - 0.5.5-0
 - upstream fixed in rel 0.5.5, no patches now needed.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/sipwitch/F-10/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	10 Jun 2009 15:04:48 -0000	1.3
+++ sources	4 Jul 2009 19:54:21 -0000	1.4
@@ -1 +1 @@
-201b85501361be9f29d57ad9c25057bd  sipwitch-0.5.5.tar.gz
+9dd409baa335e74a580d4432267bf977  sipwitch-0.5.6.tar.gz




More information about the fedora-extras-commits mailing list