1 |
# $Id: smeserver-freepbx.spec,v 1.2 2016/05/06 08:30:17 unnilennium Exp $ |
# $Id: smeserver-freepbx.spec,v 1.3 2016/05/06 11:09:30 unnilennium Exp $ |
2 |
# Authority: vip-ire |
# Authority: vip-ire |
3 |
# Name: Daniel Berteaud |
# Name: Daniel Berteaud |
4 |
|
|
5 |
#%define fpbxversion 2.5.0 |
#%define fpbxversion 2.5.0 |
6 |
%define version 0.1 |
%define version 0.1 |
7 |
%define release 35 |
%define release 36 |
8 |
%define name smeserver-freepbx |
%define name smeserver-freepbx |
9 |
|
|
10 |
Summary: Asterisk web GUI |
Summary: Asterisk web GUI |
62 |
Requires: httpd |
Requires: httpd |
63 |
Requires: php-pear |
Requires: php-pear |
64 |
Requires: /usr/sbin/asterisk |
Requires: /usr/sbin/asterisk |
65 |
Requires: %{_libdir}/asterisk/modules/app_addon_sql_mysql.so |
Requires: asterisk-addons |
66 |
Requires: dahdi-tools |
Requires: dahdi-tools |
67 |
Requires: dahdi-linux |
Requires: dahdi-linux |
68 |
Requires: sox |
Requires: sox |
80 |
|
|
81 |
|
|
82 |
%changelog |
%changelog |
83 |
* Fri May 06 2016 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-34.sme |
* Fri May 06 2016 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-36.sme |
84 |
|
- adapt script to fpbx13 and asterisk 13 [SME: 9495] |
85 |
|
- change Requires Requires: %{_libdir}/asterisk/modules/app_addon_sql_mysql.so to |
86 |
|
- Requires: asterisk-addons as this is the paquet providing it, and it changed name to app_mysql.so |
87 |
|
|
88 |
|
* Fri May 06 2016 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-35.sme |
89 |
- adapt script to fpbx13 and asterisk 13 [SME: 9495] |
- adapt script to fpbx13 and asterisk 13 [SME: 9495] |
90 |
- smeserver-freepbx-0.1-Sme9Ast13Fpbx13-0.patch |
- smeserver-freepbx-0.1-Sme9Ast13Fpbx13-0.patch |
91 |
|
|