forked from Mirrors/freeswitch
added jingle stuff and default directory stuff to config files in freeswitch.spec
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6700 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
59e8656698
commit
5bd41e52c0
|
@ -272,8 +272,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%dir %attr(750,freeswitch,daemon) /opt/freeswitch/conf/autoload_configs
|
||||
%dir %attr(750,freeswitch,daemon) /opt/freeswitch/conf/dialplan
|
||||
%dir %attr(750,freeswitch,daemon) /opt/freeswitch/conf/directory
|
||||
%dir %attr(750,freeswitch.daemon) /opt/freeswitch/conf/directory/default
|
||||
%dir %attr(750,freeswitch,daemon) /opt/freeswitch/conf/lang
|
||||
%dir %attr(750,freeswitch,daemon) /opt/freeswitch/conf/sip_profiles
|
||||
%dir %attr(750,freeswitch,daemon) /opt/freeswitch/conf/jingle_profiles
|
||||
%config(noreplace) %attr(644,freeswitch,daemon) /etc/monit.d/freeswitch.monitrc
|
||||
%config(noreplace) %attr(640,freeswitch,daemon) /opt/freeswitch/conf/mime.types
|
||||
%config(noreplace) %attr(640,freeswitch,daemon) /opt/freeswitch/conf/*.tpl
|
||||
|
@ -312,7 +314,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%config(noreplace) %attr(640,freeswitch,daemon) /opt/freeswitch/conf/autoload_configs/zeroconf.conf.xml
|
||||
%config(noreplace) %attr(640,freeswitch,daemon) /opt/freeswitch/conf/dialplan/*.xml
|
||||
%config(noreplace) %attr(640,freeswitch,daemon) /opt/freeswitch/conf/directory/*.xml
|
||||
%config(noreplace) %attr(640,freeswitch,daemon) /opt/freeswitch/conf/directory/default/*
|
||||
%config(noreplace) %attr(640,freeswitch,daemon) /opt/freeswitch/conf/sip_profiles/*.xml
|
||||
%config(noreplace) %attr(640,freeswitch,daemon) /opt/freeswitch/conf/jingle_profiles/*.xml
|
||||
%config(noreplace) %attr(640,freeswitch,daemon) /opt/freeswitch/htdocs/*
|
||||
/etc/ld.so.conf.d/*
|
||||
/opt/freeswitch/bin/freeswitch
|
||||
|
|
Loading…
Reference in New Issue