packages: asterisk/asterisk.spec - subpkg for h323
glen
glen at pld-linux.org
Wed Dec 30 20:36:24 CET 2009
Author: glen Date: Wed Dec 30 19:36:24 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- subpkg for h323
---- Files affected:
packages/asterisk:
asterisk.spec (1.150 -> 1.151)
---- Diffs:
================================================================
Index: packages/asterisk/asterisk.spec
diff -u packages/asterisk/asterisk.spec:1.150 packages/asterisk/asterisk.spec:1.151
--- packages/asterisk/asterisk.spec:1.150 Wed Dec 30 20:30:33 2009
+++ packages/asterisk/asterisk.spec Wed Dec 30 20:36:19 2009
@@ -2,7 +2,6 @@
# TODO:
# - cgi-bin package - separate, because of suid-root
# - use shared versions of lpc10, gsm,...
-# - subpkg for h323 (it has extra deps, etc)
# - CFLAGS passing
# - fix bluetooth patch
# - system mxml
@@ -35,7 +34,7 @@
%bcond_without verbose # verbose build
%define spandsp_version 0.0.2pre26
-%define rel 0.28
+%define rel 0.29
Summary: Asterisk PBX
Summary(pl.UTF-8): Centralka (PBX) Asterisk
Name: asterisk
@@ -237,6 +236,14 @@
Application for the Asterisk PBX that uses Festival to convert text to
speech.
+%package h323
+Summary: h323 resources for Asterisk
+Group: Applications/Networking
+Requires: %{name} = %{version}-%{release}
+
+%description h323
+h323 resources for Asterisk.
+
%package ices
Summary: Stream audio from Asterisk to an IceCast server
Group: Applications/Networking
@@ -760,7 +767,6 @@
%attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/extensions.conf
%attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/features.conf
%attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/followme.conf
-%attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/h323.conf
%attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/http.conf
%attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/iax.conf
%attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/iaxprov.conf
@@ -850,7 +856,6 @@
%attr(755,root,root) %{_libdir}/asterisk/modules/cdr_custom.so
%attr(755,root,root) %{_libdir}/asterisk/modules/cdr_manager.so
%attr(755,root,root) %{_libdir}/asterisk/modules/chan_agent.so
-%attr(755,root,root) %{_libdir}/asterisk/modules/chan_h323.so
%attr(755,root,root) %{_libdir}/asterisk/modules/chan_iax2.so
%attr(755,root,root) %{_libdir}/asterisk/modules/chan_local.so
%attr(755,root,root) %{_libdir}/asterisk/modules/chan_mgcp.so
@@ -1030,6 +1035,11 @@
#%attr(770,root,asterisk) %dir %{_localstatedir}/spool/asterisk/festival
%attr(755,root,root) %{_libdir}/asterisk/modules/app_festival.so
+%files h323
+%defattr(644,root,root,755)
+%attr(640,root,asterisk) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/h323.conf
+%attr(755,root,root) %{_libdir}/asterisk/modules/chan_h323.so
+
%files ices
%defattr(644,root,root,755)
%doc contrib/asterisk-ices.xml
@@ -1175,6 +1185,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.151 2009/12/30 19:36:19 glen
+- subpkg for h323
+
Revision 1.150 2009/12/30 19:30:33 glen
- fix lua
- hacks for h323 proper linking
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/asterisk/asterisk.spec?r1=1.150&r2=1.151&f=u
More information about the pld-cvs-commit
mailing list