packages: asterisk/asterisk.spec - build and add subpkg for osp

glen glen at pld-linux.org
Sat Jan 2 10:36:15 CET 2010


Author: glen                         Date: Sat Jan  2 09:36:15 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- build and add subpkg for osp

---- Files affected:
packages/asterisk:
   asterisk.spec (1.158 -> 1.159) 

---- Diffs:

================================================================
Index: packages/asterisk/asterisk.spec
diff -u packages/asterisk/asterisk.spec:1.158 packages/asterisk/asterisk.spec:1.159
--- packages/asterisk/asterisk.spec:1.158	Sat Jan  2 10:26:51 2010
+++ packages/asterisk/asterisk.spec	Sat Jan  2 10:36:10 2010
@@ -18,7 +18,6 @@
 # $ grep =0 build_tools/menuselect-deps
 #   HOARD=0 AST_EXT_LIB_SETUP([HOARD], [Hoard Memory Allocator], [hoard])
 #   NBS=0 AST_EXT_LIB_SETUP([NBS], [Network Broadcast Sound], [nbs])
-#   OSPTK=0 AST_EXT_LIB_SETUP([OSPTK], [OSP Toolkit], [osptk])
 #   SS7=0 AST_EXT_LIB_SETUP([SS7], [ISDN SS7], [ss7])
 #   VPBAPI=0 AST_EXT_LIB_SETUP([VPB], [Voicetronix API], [vpb])
 # - %attr(755,root,root) %{_libdir}/asterisk/modules/chan_usbradio.so
@@ -34,7 +33,7 @@
 %bcond_without	verbose		# verbose build
 
 %define		spandsp_version 0.0.2pre26
-%define		rel	0.39
+%define		rel	0.40
 Summary:	Asterisk PBX
 Summary(pl.UTF-8):	Centralka (PBX) Asterisk
 Name:		asterisk
@@ -72,7 +71,7 @@
 Patch16:	lpc10-system.patch
 Patch17:	gsm-libpoison.patch
 URL:		http://www.asterisk.org/
-BuildRequires:	OSPToolkit
+BuildRequires:	OSPToolkit-devel
 BuildRequires:	SDL_image-devel
 BuildRequires:	alsa-lib-devel
 BuildRequires:	autoconf
@@ -331,6 +330,14 @@
 %description odbc
 Applications for Asterisk that use ODBC (except voicemail)
 
+%package osp
+Summary:	Modules for Asterisk that use Open Settlement Protocol (OSP) Applications
+Group:		Applications/Networking
+Requires:	%{name} = %{version}-%{release}
+
+%description osp
+Open Settlement Protocol (OSP) Applications.
+
 %package oss
 Summary:	Modules for Asterisk that use OSS sound drivers
 Group:		Applications/Networking
@@ -781,7 +788,6 @@
 %attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/modules.conf
 %attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/musiconhold.conf
 %attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/muted.conf
-%attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/osp.conf
 %attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/phone.conf
 %attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/phoneprov.conf
 %attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/queuerules.conf
@@ -1104,6 +1110,11 @@
 %attr(755,root,root) %{_libdir}/asterisk/modules/res_config_odbc.so
 %attr(755,root,root) %{_libdir}/asterisk/modules/res_odbc.so
 
+%files osp
+%defattr(644,root,root,755)
+%attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/osp.conf
+%attr(755,root,root) %{_libdir}/asterisk/modules/app_osplookup.so
+
 %files oss
 %defattr(644,root,root,755)
 %attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/oss.conf
@@ -1191,6 +1202,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.159  2010/01/02 09:36:10  glen
+- build and add subpkg for osp
+
 Revision 1.158  2010/01/02 09:26:51  glen
 - desc the missing features
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/asterisk/asterisk.spec?r1=1.158&r2=1.159&f=u



More information about the pld-cvs-commit mailing list