]> git.pld-linux.org Git - packages/asterisk.git/commitdiff
- added h323.conf, Rel 3, STBR AC-TEST,
authordjrzulf <djrzulf@pld-linux.org>
Wed, 2 Mar 2005 20:46:32 +0000 (20:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    asterisk.spec -> 1.45

asterisk.spec

index 1fce6358d8668bb3c913dc20980e70d192a29db6..5121459d1279900a7b35ec3abefcd40bcae5841b 100644 (file)
@@ -13,7 +13,7 @@ Summary:      Asterisk PBX
 Summary(pl):   Centralka (PBX) Asterisk
 Name:          asterisk
 Version:       1.0.6
-Release:       2
+Release:       3
 License:       GPL v2
 Group:         Applications/System
 Source0:       ftp://ftp.digium.com/pub/%{name}/%{name}-%{version}.tar.gz
@@ -127,6 +127,7 @@ rm -f pbx/.depend
        OPENH323DIR="%{_prefix}" \
        CC="%{__cc}" \
        CFLAGS="%{rpmcflags} -I/usr/include/openh323 -fPIC -I../../include"
+
 %endif
 
 # it requires doxygen - I don't know if we should do this...
@@ -144,6 +145,10 @@ install -d $RPM_BUILD_ROOT{/var/{log/asterisk/cdr-csv,spool/asterisk/monitor},/e
 install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name}
 install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/%{name}
 
+%if %{with openh323}
+install channels/h323/h323.conf.sample $RPM_BUILD_ROOT/%{_sysconfdir}/%{name}/h323.conf
+%endif
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.107199 seconds and 4 git commands to generate.