Skip to content
项目
群组
代码片段
帮助
正在加载...
登录
切换导航
F
freeswitch
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
张华
freeswitch
Commits
20af2159
提交
20af2159
authored
9月 11, 2014
作者:
Ken Rice
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Fix verto and rtc RPMs
Fix dates in RPM changelog that cause complaints on newer RPM build software
上级
c8afe476
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
33 行增加
和
9 行删除
+33
-9
freeswitch.spec
freeswitch.spec
+33
-9
没有找到文件。
freeswitch.spec
浏览文件 @
20af2159
...
@@ -867,6 +867,22 @@ Requires: %{name} = %{version}-%{release}
...
@@ -867,6 +867,22 @@ Requires: %{name} = %{version}-%{release}
%description endpoint-skinny
%description endpoint-skinny
SCCP/Skinny support for FreeSWITCH open source telephony platform.
SCCP/Skinny support for FreeSWITCH open source telephony platform.
%package endpoint-verto
Summary: Verto endpoint support for FreeSWITCH open source telephony platform
Group: System/Libraries
Requires: %{name} = %{version}-%{release}
%description endpoint-verto
Verto protocol support for FreeSWITCH open source telephony platform.
%package endpoint-rtc
Summary: Verto endpoint support for FreeSWITCH open source telephony platform
Group: System/Libraries
Requires: %{name} = %{version}-%{release}
%description endpoint-rtc
Verto protocol support for FreeSWITCH open source telephony platform.
%package freetdm
%package freetdm
Summary: Provides a unified interface to hardware TDM cards and ss7 stacks for FreeSWITCH
Summary: Provides a unified interface to hardware TDM cards and ss7 stacks for FreeSWITCH
Group: System/Libraries
Group: System/Libraries
...
@@ -1405,7 +1421,7 @@ DIRECTORIES_MODULES=""
...
@@ -1405,7 +1421,7 @@ DIRECTORIES_MODULES=""
######################################################################################################################
######################################################################################################################
ENDPOINTS_MODULES="endpoints/mod_dingaling ../../libs/freetdm/mod_freetdm \
ENDPOINTS_MODULES="endpoints/mod_dingaling ../../libs/freetdm/mod_freetdm \
endpoints/mod_loopback endpoints/mod_portaudio endpoints/mod_rtmp \
endpoints/mod_loopback endpoints/mod_portaudio endpoints/mod_rtmp \
endpoints/mod_skinny endpoints/mod_skypopen endpoints/mod_sofia"
endpoints/mod_skinny endpoints/mod_
verto endpoints/mod_rtc endpoints/mod_
skypopen endpoints/mod_sofia"
## DISABLED MODULES DUE TO BUILD ISSUES endpoints/mod_gsmopen endpoints/mod_h323 endpoints/mod_khomp
## DISABLED MODULES DUE TO BUILD ISSUES endpoints/mod_gsmopen endpoints/mod_h323 endpoints/mod_khomp
...
@@ -2102,6 +2118,12 @@ fi
...
@@ -2102,6 +2118,12 @@ fi
%files endpoint-skinny
%files endpoint-skinny
%{MODINSTDIR}/mod_skinny.so*
%{MODINSTDIR}/mod_skinny.so*
%files endpoint-verto
%{MODINSTDIR}/mod_verto.so*
%files endpoint-rtc
%{MODINSTDIR}/mod_rtc.so*
%files endpoint-skypopen
%files endpoint-skypopen
%{MODINSTDIR}/mod_skypopen.so*
%{MODINSTDIR}/mod_skypopen.so*
...
@@ -2349,7 +2371,9 @@ fi
...
@@ -2349,7 +2371,9 @@ fi
#
#
######################################################################################################################
######################################################################################################################
%changelog
%changelog
* Fri Jun 02 2014 - krice@freeswitch.org
* Thu Sep 11 2014 - krice@freeswitch.org
- add and fix mod_verto and mod_rtc
* Mon Jun 02 2014 - krice@freeswitch.org
- remove mod_spidermoney as its been deprecated
- remove mod_spidermoney as its been deprecated
* Fri Feb 21 2014 - crienzo@grasshopper.com
* Fri Feb 21 2014 - crienzo@grasshopper.com
- change file owner to root
- change file owner to root
...
@@ -2362,11 +2386,11 @@ fi
...
@@ -2362,11 +2386,11 @@ fi
* Mon Dec 09 2013 - crienzo@grasshopper.com
* Mon Dec 09 2013 - crienzo@grasshopper.com
- Add mod_ssml, mod_rayo
- Add mod_ssml, mod_rayo
- Fix build on master
- Fix build on master
*
Thu
Jun 28 2013 - krice@freeswitch.org
*
Fri
Jun 28 2013 - krice@freeswitch.org
- Add module for VP8
- Add module for VP8
*
Thu
Jun 19 2013 - krice@freeswitch.org
*
Wed
Jun 19 2013 - krice@freeswitch.org
- tweak files included for vanilla configs
- tweak files included for vanilla configs
*
Thu
Sep 19 2012 - krice@freeswitch.org
*
Wed
Sep 19 2012 - krice@freeswitch.org
- Add support for Spanish and Portugese say language modules
- Add support for Spanish and Portugese say language modules
* Thu Jan 26 2012 - krice@freeswitch.org
* Thu Jan 26 2012 - krice@freeswitch.org
- complete rework of spec file
- complete rework of spec file
...
@@ -2448,10 +2472,10 @@ fi
...
@@ -2448,10 +2472,10 @@ fi
- added directory files to russian language
- added directory files to russian language
* Sat Nov 21 2009 - michal.bielicki@seventhsignal.de
* Sat Nov 21 2009 - michal.bielicki@seventhsignal.de
- added patch by Igor Neves <neves.igor@gmail.com>: Added some checkup in %post and %postun to prevent upgrades from removing freeswitch user
- added patch by Igor Neves <neves.igor@gmail.com>: Added some checkup in %post and %postun to prevent upgrades from removing freeswitch user
*
Thu
Nov 18 2009 - michal.bielicki@seventhsignal.de
*
Wed
Nov 18 2009 - michal.bielicki@seventhsignal.de
- added new config files for diretory and distributor
- added new config files for diretory and distributor
- removed sangoma boost from openzap for builds that do not inherit wanpipe while building.
- removed sangoma boost from openzap for builds that do not inherit wanpipe while building.
*
Tue
Jul 24 2009 - mike@jerris.com
*
Fri
Jul 24 2009 - mike@jerris.com
- removed mod_http
- removed mod_http
- removed ozmod_wanpipe
- removed ozmod_wanpipe
* Tue Jun 23 2009 - raulfragoso@gmail.com
* Tue Jun 23 2009 - raulfragoso@gmail.com
...
@@ -2459,7 +2483,7 @@ fi
...
@@ -2459,7 +2483,7 @@ fi
- Included new config and mod files to catch up with latest SVN
- Included new config and mod files to catch up with latest SVN
- Included new sound files for base256 and zrtp
- Included new sound files for base256 and zrtp
- mod_unimrcp must be built after mod_sofia
- mod_unimrcp must be built after mod_sofia
*
Mon
Feb 17 2009 - michal.bielicki@halokwadrat.de
*
Tue
Feb 17 2009 - michal.bielicki@halokwadrat.de
- added mod_python
- added mod_python
- added mod_fax
- added mod_fax
- added mod_amrwb.so
- added mod_amrwb.so
...
@@ -2496,7 +2520,7 @@ fi
...
@@ -2496,7 +2520,7 @@ fi
- abstraction of mkdir, mv, rm, install etc into macros
- abstraction of mkdir, mv, rm, install etc into macros
* Fri Jan 18 2008 - michal.bielicki@voiceworks.pl
* Fri Jan 18 2008 - michal.bielicki@voiceworks.pl
- fixes, fixes and more fixes in preparation for rc1
- fixes, fixes and more fixes in preparation for rc1
*
Thu
Dec 5 2007 - michal.bielicki@voiceworks.pl
*
Wed
Dec 5 2007 - michal.bielicki@voiceworks.pl
- put in detail configfiles in to split of spidermonkey configs
- put in detail configfiles in to split of spidermonkey configs
- created link from /opt/freesxwitch/conf to /etc%{prefix}
- created link from /opt/freesxwitch/conf to /etc%{prefix}
* Thu Nov 29 2007 - michal.bielicki@voiceworks.pl
* Thu Nov 29 2007 - michal.bielicki@voiceworks.pl
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论