bumped spec file vrersion up to 1.0.7-trunk for trunk
added skinny dialplan stuff to specfile
This commit is contained in:
parent
05e5667d16
commit
16ebeb0eb9
|
@ -9,8 +9,8 @@ Name: freeswitch
|
||||||
Summary: FreeSWITCH open source telephony platform
|
Summary: FreeSWITCH open source telephony platform
|
||||||
License: MPL
|
License: MPL
|
||||||
Group: Productivity/Telephony/Servers
|
Group: Productivity/Telephony/Servers
|
||||||
Version: 1.0.4
|
Version: 1.0.7
|
||||||
Release: 1
|
Release: trunk
|
||||||
URL: http://www.freeswitch.org/
|
URL: http://www.freeswitch.org/
|
||||||
Packager: Michal Bielicki
|
Packager: Michal Bielicki
|
||||||
Vendor: http://www.freeswitch.org/
|
Vendor: http://www.freeswitch.org/
|
||||||
|
@ -355,6 +355,7 @@ fi
|
||||||
%dir %attr(0750, freeswitch, daemon) %{prefix}/conf
|
%dir %attr(0750, freeswitch, daemon) %{prefix}/conf
|
||||||
%dir %attr(0750, freeswitch, daemon) %{prefix}/conf/autoload_configs
|
%dir %attr(0750, freeswitch, daemon) %{prefix}/conf/autoload_configs
|
||||||
%dir %attr(0750, freeswitch, daemon) %{prefix}/conf/dialplan
|
%dir %attr(0750, freeswitch, daemon) %{prefix}/conf/dialplan
|
||||||
|
%dir %attr(0750, freeswitch, daemon) %{prefix}/conf/dialplan/skinny-patterns
|
||||||
%dir %attr(0750, freeswitch, daemon) %{prefix}/conf/directory
|
%dir %attr(0750, freeswitch, daemon) %{prefix}/conf/directory
|
||||||
%dir %attr(0750, freeswitch, daemon) %{prefix}/conf/directory/default
|
%dir %attr(0750, freeswitch, daemon) %{prefix}/conf/directory/default
|
||||||
%dir %attr(0750, freeswitch, daemon) %{prefix}/conf/lang
|
%dir %attr(0750, freeswitch, daemon) %{prefix}/conf/lang
|
||||||
|
@ -430,6 +431,7 @@ fi
|
||||||
%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/dialplan/*.xml
|
%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/dialplan/*.xml
|
||||||
%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/dialplan/default/*.xml
|
%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/dialplan/default/*.xml
|
||||||
%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/dialplan/public/*.xml
|
%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/dialplan/public/*.xml
|
||||||
|
%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/dialplan/skinny-patterns
|
||||||
%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/directory/*.xml
|
%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/directory/*.xml
|
||||||
%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/directory/default/*
|
%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/directory/default/*
|
||||||
%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/ivr_menus/*.xml
|
%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/ivr_menus/*.xml
|
||||||
|
@ -614,6 +616,9 @@ fi
|
||||||
%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/lang/ru/dir/*.xml
|
%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/lang/ru/dir/*.xml
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fr Apr 23 2010 - michal.bielicki@seventhsignal.de
|
||||||
|
- bumped spec file vrersion up to 1.0.7-trunk for trunk
|
||||||
|
- added skinny dialplan stuff to specfile
|
||||||
* Sun Mar 28 2010 - michal.bielicki@seventhsignal.de
|
* Sun Mar 28 2010 - michal.bielicki@seventhsignal.de
|
||||||
- added sangoma codec config file
|
- added sangoma codec config file
|
||||||
* Wed Dec 02 2009 - michal.bielicki@seventhsignal.de
|
* Wed Dec 02 2009 - michal.bielicki@seventhsignal.de
|
||||||
|
|
Loading…
Reference in New Issue