Skip to content
项目
群组
代码片段
帮助
正在加载...
登录
切换导航
F
freeswitch
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
张华
freeswitch
Commits
42171579
提交
42171579
authored
6月 04, 2015
作者:
Sergey Safarov
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
FS-7553: New modules declaration has been sorted
上级
390ebac3
显示空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
34 行增加
和
32 行删除
+34
-32
freeswitch.spec
freeswitch.spec
+34
-32
没有找到文件。
freeswitch.spec
浏览文件 @
42171579
...
...
@@ -187,19 +187,18 @@ BuildRequires: net-snmp-devel
BuildRequires: libmemcached-devel
BuildRequires: portaudio-devel
BuildRequires: libsndfile-devel
BuildRequires: mongo-c-driver-devel
BuildRequires: soundtouch-devel => 1.8.0
BuildRequires: broadvoice-devel
BuildRequires: flite-devel
BuildRequires: ilbc-devel = 0.0.1
BuildRequires: g722_1-devel
BuildRequires: libcodec2-devel
BuildRequires: libsilk-devel
BuildRequires: g722_1-devel
BuildRequires: libvpx-devel => 1.4.0
BuildRequires: libyuv-devel >= 0.0.1280
BuildRequires: lua-devel
BuildRequires: mongo-c-driver-devel
BuildRequires: opus-devel
BuildRequires: flite-devel
BuildRequires: ilbc-devel
BuildRequires: broadvoice-devel
BuildRequires: libyuv-devel >= 0.0.1280
BuildRequires: flite-devel
BuildRequires: soundtouch-devel => 1.7.1
%if %{build_py26_esl}
BuildRequires: python26-devel
Requires: python26
...
...
@@ -284,14 +283,6 @@ FreeSWITCH development files
######################################################################################################################
# FreeSWITCH Application Modules
######################################################################################################################
%package application-translate
Summary: FreeSWITCH mod_translate
Group: System/Libraries
Requires: %{name} = %{version}-%{release}
%description application-translate
Provide an number translation to FreeSWITCH API calls
%package application-abstraction
Summary: FreeSWITCH mod_abstraction
Group: System/Libraries
...
...
@@ -604,6 +595,14 @@ Requires: %{name} = %{version}-%{release}
Provides FreeSWITCH mod_stress. mod_stress attempts to detect stress in a
person's voice and generates FreeSWITCH events based on that data.
%package application-translate
Summary: FreeSWITCH mod_translate
Group: System/Libraries
Requires: %{name} = %{version}-%{release}
%description application-translate
Provide an number translation to FreeSWITCH API calls
%package application-valet_parking
Summary: FreeSWITCH mod_valet_parking
Group: System/Libraries
...
...
@@ -1012,6 +1011,14 @@ BuildRequires: erlang
%description event-erlang-event
Erlang Event Module for FreeSWITCH.
%package event-format-cdr
Summary: JSON and XML Logger for the FreeSWITCH open source telephony platform
Group: System/Libraries
Requires: %{name} = %{version}-%{release}
%description event-format-cdr
JSON and XML Logger for the FreeSWITCH open source telephony platform
%package event-multicast
Summary: Multicast Event System for the FreeSWITCH open source telephony platform
Group: System/Libraries
...
...
@@ -1036,14 +1043,6 @@ Requires: %{name} = %{version}-%{release}
%description event-json-cdr
JSON CDR Logger for FreeSWITCH.
%package event-format-cdr
Summary: JSON and XML Logger for the FreeSWITCH open source telephony platform
Group: System/Libraries
Requires: %{name} = %{version}-%{release}
%description event-format-cdr
JSON and XML Logger for the FreeSWITCH open source telephony platform
%package event-radius-cdr
Summary: RADIUS Logger for the FreeSWITCH open source telephony platform
Group: System/Libraries
...
...
@@ -1391,7 +1390,7 @@ cp %{SOURCE11} libs/
cp %{SOURCE12} libs/
#Hotfix for redefined %_sysconfdir
sed -ie 's:confdir="$
sysconfdir
/freeswitch":confdir="$sysconfdir":' ./configure.ac
sed -ie 's:confdir="$
{sysconfdir}
/freeswitch":confdir="$sysconfdir":' ./configure.ac
######################################################################################################################
#
...
...
@@ -1850,7 +1849,6 @@ fi
%config(noreplace) %attr(0640, freeswitch, daemon) %{sysconfdir}/autoload_configs/amqp.conf.xml
%config(noreplace) %attr(0640, freeswitch, daemon) %{sysconfdir}/autoload_configs/blacklist.conf.xml
%config(noreplace) %attr(0640, freeswitch, daemon) %{sysconfdir}/autoload_configs/callcenter.conf.xml
%config(noreplace) %attr(0640, freeswitch, daemon) %{sysconfdir}/autoload_configs/conference_layouts.conf.xml
%config(noreplace) %attr(0640, freeswitch, daemon) %{sysconfdir}/autoload_configs/cdr_csv.conf.xml
%config(noreplace) %attr(0640, freeswitch, daemon) %{sysconfdir}/autoload_configs/cdr_mongodb.conf.xml
%config(noreplace) %attr(0640, freeswitch, daemon) %{sysconfdir}/autoload_configs/cdr_pg_csv.conf.xml
...
...
@@ -1858,6 +1856,7 @@ fi
%config(noreplace) %attr(0640, freeswitch, daemon) %{sysconfdir}/autoload_configs/cepstral.conf.xml
%config(noreplace) %attr(0640, freeswitch, daemon) %{sysconfdir}/autoload_configs/cidlookup.conf.xml
%config(noreplace) %attr(0640, freeswitch, daemon) %{sysconfdir}/autoload_configs/conference.conf.xml
%config(noreplace) %attr(0640, freeswitch, daemon) %{sysconfdir}/autoload_configs/conference_layouts.conf.xml
%config(noreplace) %attr(0640, freeswitch, daemon) %{sysconfdir}/autoload_configs/console.conf.xml
%config(noreplace) %attr(0640, freeswitch, daemon) %{sysconfdir}/autoload_configs/db.conf.xml
%config(noreplace) %attr(0640, freeswitch, daemon) %{sysconfdir}/autoload_configs/dialplan_directory.conf.xml
...
...
@@ -1972,9 +1971,6 @@ fi
%files application-avmd
%{MODINSTDIR}/mod_avmd.so*
%files application-translate
%{MODINSTDIR}/mod_translate.so*
%files application-blacklist
%{MODINSTDIR}/mod_blacklist.so*
...
...
@@ -2076,6 +2072,9 @@ fi
%files application-stress
%{MODINSTDIR}/mod_stress.so*
%files application-translate
%{MODINSTDIR}/mod_translate.so*
%files application-valet_parking
%{MODINSTDIR}/mod_valet_parking.so*
...
...
@@ -2250,6 +2249,9 @@ fi
%files event-erlang-event
%{MODINSTDIR}/mod_erlang_event.so*
%files event-format-cdr
%{MODINSTDIR}/mod_format_cdr.so*
%files event-multicast
%{MODINSTDIR}/mod_event_multicast.so*
...
...
@@ -2259,9 +2261,6 @@ fi
%files event-json-cdr
%{MODINSTDIR}/mod_json_cdr.so*
%files event-format-cdr
%{MODINSTDIR}/mod_format_cdr.so*
%files event-radius-cdr
%{MODINSTDIR}/mod_radius_cdr.so*
...
...
@@ -2464,6 +2463,9 @@ fi
#
######################################################################################################################
%changelog
* Thu Jun 04 2015 - crienzo@grasshopper.com
- Build dependences declared
- mod_rad_auth, mod_radius_cdr, mod_format_cdr modules declared
* Tue Nov 04 2014 - crienzo@grasshopper.com
- add mod_graylog2 and mod_mongo
* Thu Sep 11 2014 - krice@freeswitch.org
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论