1 |
# $Id: smeserver-freepbx.spec,v 1.34 2020/01/21 08:52:40 jpp Exp $ |
# $Id: smeserver-freepbx.spec,v 1.1 2021/11/11 04:44:32 jpp 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 13 |
%define version 13 |
7 |
%define release 16 |
%define release 17 |
8 |
%define name smeserver-freepbx |
%define name smeserver-freepbx |
9 |
|
|
10 |
Summary: Asterisk web GUI |
Summary: Asterisk web GUI |
33 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
34 |
BuildRequires: tar |
BuildRequires: tar |
35 |
|
|
36 |
Requires: mysql |
Requires: mariadb |
37 |
|
Requires: nodejs >= 10 |
38 |
|
#Requires: php-pear php-cgi php-common php-curl php-mbstring php-gd php-mysql php-gettext php-bcmath php-zip php-xml php-imap php-json php-process php-snmp |
39 |
|
Requires: php74-php-pear php74-php-cgi php74-php-common php74-php-curl php74-php-mbstring php74-php-gd php74-php-mysql php74-php-gettext php74-php-bcmath php74-php-zip php74-php-xml php74-php-imap php74-php-json php74-php-process php74-php-snmp |
40 |
Requires: httpd |
Requires: httpd |
41 |
Requires: php-pear |
Requires: php-pear |
42 |
Requires: /usr/sbin/asterisk |
Requires: /usr/sbin/asterisk |
43 |
Requires: asterisk-addons |
Requires: asterisk-addons |
44 |
Requires: dahdi-tools |
#Requires: dahdi-tools |
45 |
Requires: dahdi-linux |
#Requires: dahdi-linux |
46 |
Requires: sox |
Requires: sox |
47 |
Requires: mod_auth_tkt |
Requires: mod_auth_tkt |
48 |
Requires: e-smith-base |
Requires: e-smith-base |
58 |
Requires: unixODBC |
Requires: unixODBC |
59 |
Requires: asterisk-odbc |
Requires: asterisk-odbc |
60 |
Requires: lame |
Requires: lame |
|
Requires: e-smith-manager >= 2.6.0-22 |
|
61 |
|
|
62 |
#Buildarch: noarch |
#Buildarch: noarch |
63 |
AutoReqProv: no |
AutoReqProv: no |
69 |
|
|
70 |
|
|
71 |
%changelog |
%changelog |
72 |
|
* Wed Nov 10 2021 Jean-Philippe Pialasse <tests@pialasse.com> 13-17.sme |
73 |
|
- first import to SME10 [SME: ] |
74 |
|
add dependencies for SME10 |
75 |
|
|
76 |
* Mon Jan 20 2020 Jean-Philipe Pialasse <tests@pialasse.com> 13-16.sme |
* Mon Jan 20 2020 Jean-Philipe Pialasse <tests@pialasse.com> 13-16.sme |
77 |
- add required modules to enable cel and cdr logging and search [SME: 10620] |
- add required modules to enable cel and cdr logging and search [SME: 10620] |
78 |
- add requires lame [SME: 9859] |
- add requires lame [SME: 9859] |