rpms/sipwitch/devel .cvsignore, 1.5, 1.6 sipwitch.spec, 1.6, 1.7 sources, 1.5, 1.6

David Sugar dyfet at fedoraproject.org
Sat Dec 19 04:06:15 UTC 2009


Author: dyfet

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

Modified Files:
	.cvsignore sipwitch.spec sources 
Log Message:
New upstream release for F13 domain dialing feature



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/sipwitch/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore	15 Aug 2009 01:46:58 -0000	1.5
+++ .cvsignore	19 Dec 2009 04:06:14 -0000	1.6
@@ -1 +1 @@
-sipwitch-0.5.7.tar.gz
+sipwitch-0.5.12.tar.gz


Index: sipwitch.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sipwitch/devel/sipwitch.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- sipwitch.spec	15 Aug 2009 01:46:58 -0000	1.6
+++ sipwitch.spec	19 Dec 2009 04:06:14 -0000	1.7
@@ -8,15 +8,10 @@
 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 # PARTICULAR PURPOSE.
 
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
-%{!?php_extdir: %global %(php-config --extension-dir)}
-%global php_apiver %((echo 0; php -i 2>/dev/null | sed -n 's/^PHP API => //p') | tail -1)
-
 Name: sipwitch
 Summary: SIP telephony server for secure phone systems
-Version: 0.5.7
-Release: 1%{?dist}
+Version: 0.5.12
+Release: 0%{?dist}
 License: GPLv3+
 URL: http://www.gnu.org/software/sipwitch
 Group: Applications/Communications
@@ -24,9 +19,6 @@ Source: http://www.gnutelephony.org/dist
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: ucommon-devel >= 2.0.0
 BuildRequires: libeXosip2-devel >= 3.0.0
-BuildRequires: swig >= 1.3.30
-BuildRequires: python-devel
-BuildRequires: php-devel >= 5.0.0
 BuildRequires: avahi-devel
 BuildRequires: libgcrypt-devel
 Requires(post): chkconfig
@@ -45,30 +37,10 @@ Requires: %{name}-runtime = %{version}-%
 Group: Development/Libraries
 Summary: Headers for building sipwitch plugins
 
-%package snmp
-Requires: net-snmp
-Group: Applications/Internet
-Summary: Standard MIB for GNU Telephony
-
 %package plugin-zeroconf
 Requires: %{name} = %{version}-%{release}
 Summary: Zeroconf plugin for sipwitch
 
-%package python-swig
-Requires: python
-Requires: %{name} = %{version}-%{release}
-Summary: Python package to control sipwitch server
-
-%package php-swig
-Summary: PHP package to control sipwitch server
-Requires: %{name} = %{version}-%{release}
-%if 0%{?php_zend_api}
-Requires: php(zend-abi) = %{php_zend_api}
-Requires: php(api) = %{php_core_api}
-%else
-Requires: php-api = %{php_apiver}
-%endif
-
 %package plugin-scripting
 Requires: %{name} = %{version}-%{release}
 Summary: Scripting plugin for sipwitch
@@ -101,29 +73,13 @@ 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 
+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.
-
 %description plugin-zeroconf
 This plugin activates zeroconf network services for sipwitch and publishes
 sipwitch as a sip server.
 
-%description python-swig
-This module allows one to interact with and control a locally running 
-instance of the GNU SIP Witch daemon using python.  This can be used to
-create sipwitch admininstration scripts or python web services that
-interact with the locally running instance of sipwitch.
-
-%description php-swig
-This extension allows one to interact with and control a locally running 
-instance of the GNU SIP Witch daemon using php.  This can be used to
-create sipwitch admininstration scripts or php web services that
-interact with the locally running instance of sipwitch.
-
 %description plugin-scripting
 This plugin enables shell scripting in connection with specific sipwitch 
 events.
@@ -146,40 +102,32 @@ remote voip service provider.
 %prep
 %setup -q
 %build
-%configure --with-pkg-config --disable-static \
-	--with-initrddir=%{_initrddir} \
-	--with-python=%{__python} \
-	--with-python-sitearch=%{python_sitearch} \
-	--with-python-sitelib=%{python_sitelib} \
-	--with-php-extdir=%{php_extdir}
+%configure --with-pkg-config --disable-static --with-initrddir=%{_initrddir}
 
 %{__make} %{?_smp_mflags} 
 
 %install
 %{__rm} -rf %{buildroot}
 %{__make} DESTDIR=%{buildroot} INSTALL="install -p" install
-%{__make} DESTDIR=%{buildroot} INSTALL="install -p" swig-python
-%{__make} DESTDIR=%{buildroot} INSTALL="install -p" swig-php5
 %{__rm} -f %{buildroot}/%{_libdir}/*.la
 %{__rm} -f %{buildroot}/%{_libdir}/sipwitch/*.la
 
-# Put the php config bit into place
-%{__mkdir_p} %{buildroot}%{_sysconfdir}/php.d
-%{__cat} << __EOF__ > %{buildroot}%{_sysconfdir}/php.d/%{name}.ini
-; Enable %{name} extension module
-extension=%{name}.so
-__EOF__
-
-
 %clean
 %{__rm} -rf %{buildroot}
 
 %files 
 %defattr(-,root,root,-)
 %doc README COPYING NEWS FEATURES SUPPORT TODO NOTES AUTHORS MODULES ChangeLog
-%{_mandir}/man8/*.8*
-%{_sbindir}/*
-%{_bindir}/*
+%{_mandir}/man1/sipwitch.1*
+%{_mandir}/man1/sipdigest.1*
+%{_mandir}/man1/sipquery.1*
+%{_mandir}/man8/sipw.8*
+%{_mandir}/man8/sipwitch.cgi.8*
+%{_sbindir}/sipw
+%{_sbindir}/sipwitch.cgi
+%{_bindir}/sipquery
+%{_bindir}/sipwitch
+%{_bindir}/sipdigest
 %dir %{_libdir}/sipwitch
 %config(noreplace) %{_sysconfdir}/logrotate.d/sipwitch
 %attr(0755,root,root) %{_initrddir}/sipwitch
@@ -193,24 +141,10 @@ __EOF__
 %defattr(-,root,root,-)
 %{_libdir}/*.so.*
 
-%files snmp
-%defattr(-,root,root,-)
-%{_datadir}/snmp/mibs/GNUTelephony-MIB.txt
-
 %files plugin-zeroconf
 %defattr(-,root,root,-)
 %{_libdir}/sipwitch/zeroconf.so
 
-%files python-swig
-%defattr(-,root,root,-)
-%{python_sitelib}/sipwitch.py*
-%{python_sitearch}/_sipwitch.so
-
-%files php-swig
-%defattr(-,root,root,-)
-%config(noreplace) %{_sysconfdir}/php.d/%{name}.ini
-%{php_extdir}/sipwitch.so
-
 %files plugin-forward
 %defattr(-,root,root,-)
 %{_libdir}/sipwitch/forward.so
@@ -228,9 +162,13 @@ __EOF__
 %{_libdir}/*.so
 %{_includedir}/sipwitch/
 %{_libdir}/pkgconfig/*.pc
+%{_bindir}/sipwitch-config
+%{_mandir}/man1/sipwitch-config.*
 
-%post
+%post runtime
 /sbin/ldconfig
+
+%post
 /sbin/chkconfig --add sipwitch
 
 %preun
@@ -243,9 +181,20 @@ fi
 if [ "$1" -ge "1" ] ; then
     /sbin/service sipwitch condrestart >/dev/null 2>&1 || :
 fi
+
+%postun runtime
 /sbin/ldconfig
 
 %changelog
+* Wed Dec 09 2009 David Sugar <dyfet at gnutelephony.org> - 0.5.12-0
+- redefined internal user & service permissions and profiles.
+- fixed anonymous inbound.
+- added missing manpages.
+
+* Thu Nov 18 2009 David Sugar <dyfet at gnutelephony.org> - 0.5.9-0
+- removed snmp/mib from this package
+- removed unused swig support and complex packaging it required.
+
 * Fri Aug 14 2009 David Sugar <duyfet at gnutelephony.org> - 0.5.7-1
 - memory corruption issue in allocating subnet access objects fixed
 
@@ -262,7 +211,7 @@ fi
 - 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.
+- upstream fixed in rel 0.5.5, no patches now needed for rpm distros.
 
 * Sun May 10 2009 - David Sugar <dyfet at gnutelephony.org> - 0.5.4-3
 - new generic init script layout as a patch until next upstream release.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/sipwitch/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	15 Aug 2009 01:46:58 -0000	1.5
+++ sources	19 Dec 2009 04:06:14 -0000	1.6
@@ -1 +1 @@
-db05132fcbd8dee5a17758137db5cfa1  sipwitch-0.5.7.tar.gz
+d4fbc1b931bc469453c85e3293afabd9  sipwitch-0.5.12.tar.gz




More information about the fedora-extras-commits mailing list