/[smecontribs]/rpms/smeserver-freepbx/contribs10/smeserver-freepbx.spec
ViewVC logotype

Diff of /rpms/smeserver-freepbx/contribs10/smeserver-freepbx.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.8 by jpp, Sun Apr 17 02:09:01 2022 UTC Revision 1.16 by jpp, Wed Dec 7 06:01:37 2022 UTC
# Line 1  Line 1 
1  # $Id: smeserver-freepbx.spec,v 1.7 2022/04/17 01:46:29 jpp Exp $  # $Id: smeserver-freepbx.spec,v 1.15 2022/11/18 18:02:39 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 14  %define version 14
7  %define release 2  %define release 7
8  %define name smeserver-freepbx  %define name smeserver-freepbx
9    
10  Summary: Asterisk web GUI  Summary: Asterisk web GUI
# Line 16  Group: System/Servers Line 16  Group: System/Servers
16  Source: %{name}-%{version}.tar.gz  Source: %{name}-%{version}.tar.gz
17  Patch0: smeserver-freepbx-14-bz11940-bz9756-cron.patch  Patch0: smeserver-freepbx-14-bz11940-bz9756-cron.patch
18  Patch1: smeserver-freepbx-14-bz11924-sounds.patch  Patch1: smeserver-freepbx-14-bz11924-sounds.patch
19    Patch2: smeserver-freepbx-14-bz11986-service-fwconsole.patch
20    Patch3: smeserver-freepbx-14-bz12009-backup.patch
21    Patch4: smeserver-freepbx-14-bz12046-httpd24.patch
22    Patch5: smeserver-freepbx-14-bz12226.patch
23    
24  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
25  URL: http://www.freepbx.org/  URL: http://www.freepbx.org/
# Line 46  Requires: asterisk-voicemail Line 50  Requires: asterisk-voicemail
50  Requires: asterisk-configs  Requires: asterisk-configs
51  #SME10  #SME10
52  Requires: asterisk-mysql asterisk-odbc asterisk-pjsip asterisk-sip  asterisk-festival asterisk-moh-opsound asterisk-snmp asterisk-mp3 asterisk-sounds-core-en asterisk-moh-opsound  Requires: asterisk-mysql asterisk-odbc asterisk-pjsip asterisk-sip  asterisk-festival asterisk-moh-opsound asterisk-snmp asterisk-mp3 asterisk-sounds-core-en asterisk-moh-opsound
53    Requires: asterisk-voicemail-plain
54  # conlicts with imap asterisk-voicemail-odbc asterisk-voicemail-plain  # conlicts with imap asterisk-voicemail-odbc asterisk-voicemail-plain
55  Requires: ffmpeg  Requires: ffmpeg
56  Requires: mpg123  Requires: mpg123
# Line 61  Requires: asterisk-sounds-core-en-alaw a Line 66  Requires: asterisk-sounds-core-en-alaw a
66  # Requires: asterisk-sounds-core-fr-alaw asterisk-sounds-core-fr-g722 asterisk-sounds-core-fr-g729 asterisk-sounds-core-fr-gsm asterisk-sounds-core-fr-siren14 asterisk-sounds-core-fr-siren7 asterisk-sounds-core-fr-sln16 asterisk-sounds-core-fr-ulaw asterisk-sounds-core-fr-wav  # Requires: asterisk-sounds-core-fr-alaw asterisk-sounds-core-fr-g722 asterisk-sounds-core-fr-g729 asterisk-sounds-core-fr-gsm asterisk-sounds-core-fr-siren14 asterisk-sounds-core-fr-siren7 asterisk-sounds-core-fr-sln16 asterisk-sounds-core-fr-ulaw asterisk-sounds-core-fr-wav
67  # Requires:  asterisk-sounds-core-it-alaw asterisk-sounds-core-it-g722 asterisk-sounds-core-it-g729 asterisk-sounds-core-it-gsm asterisk-sounds-core-it-siren14 asterisk-sounds-core-it-siren7 asterisk-sounds-core-it-sln16 asterisk-sounds-core-it-ulaw asterisk-sounds-core-it-wav  # Requires:  asterisk-sounds-core-it-alaw asterisk-sounds-core-it-g722 asterisk-sounds-core-it-g729 asterisk-sounds-core-it-gsm asterisk-sounds-core-it-siren14 asterisk-sounds-core-it-siren7 asterisk-sounds-core-it-sln16 asterisk-sounds-core-it-ulaw asterisk-sounds-core-it-wav
68  # Requires: asterisk-sounds-core-es-alaw asterisk-sounds-core-es-g722 asterisk-sounds-core-es-g729 asterisk-sounds-core-es-gsm asterisk-sounds-core-es-siren14 asterisk-sounds-core-es-siren7 asterisk-sounds-core-es-sln16 asterisk-sounds-core-es-ulaw asterisk-sounds-core-es-wav  # Requires: asterisk-sounds-core-es-alaw asterisk-sounds-core-es-g722 asterisk-sounds-core-es-g729 asterisk-sounds-core-es-gsm asterisk-sounds-core-es-siren14 asterisk-sounds-core-es-siren7 asterisk-sounds-core-es-sln16 asterisk-sounds-core-es-ulaw asterisk-sounds-core-es-wav
69    Requires: e-smith-apache >= 2.6.0-19
70    Requires: smeserver-php >= 3.0.0-43
71  #Buildarch: noarch  #Buildarch: noarch
72  AutoReqProv: no  AutoReqProv: no
73    
# Line 72  This package provide the integration of Line 78  This package provide the integration of
78    
79    
80  %changelog  %changelog
81  * Sat Apr 16 2022 Jean-Philippe Pialasse <tests@pialasse.com> %{version}-2.sme  * Wed Dec 07 2022 Jean-Philippe Pialasse <tests@pialasse.com> 14-7.sme
82  - fix huge amount of error if asterisk disabled [SME: 9756]  - fix voicemail not visible in UCP [SME: 12254]
83  - fix multiple email sent because of asterisk cron php path [SME: 11940]    force asterisk-voicemail-plain
84    
85    * Fri Nov 18 2022 Jean-Philippe Pialasse <tests@pialasse.com> 14-6.sme
86    - fix creation of folder preventing migration [SME: 12226]
87    
88    * Sat Jul 30 2022 Brian Read <brianr@bjsystems.co.uk> 14-5.sme
89    - Re-build and link to latest devtools [SME: 11997]
90    
91    * Fri Jul 22 2022 Jean-Philippe Pialasse <tests@pialasse.com> 14-4.sme
92    - add to core backup [SME: 12009]
93    - httpd 2.4 syntax [SME: 12046]
94    
95    * Tue May 31 2022 Jean-Philippe Pialasse <tests@pialasse.com> 14-3.sme
96    - Re-build and link to latest devtools service file fwconsole path [SME: 11986]
97    
98    * Sat Apr 16 2022 Jean-Philippe Pialasse <tests@pialasse.com> 14-2.sme
99    - Re-build and link to latest devtools huge amount of error if asterisk disabled [SME: 9756]
100    - Re-build and link to latest devtools multiple email sent because of asterisk cron php path [SME: 11940]
101  - on uninstall remove asterisk crontab to avoid noise [SME: 10131]  - on uninstall remove asterisk crontab to avoid noise [SME: 10131]
102    - allow access to sounds folder for gui [SME: 11924]
103    
104  * Sun Mar 27 2022 Jean-Philippe Pialasse <tests@pialasse.com> 14-1.sme  * Sun Mar 27 2022 Jean-Philippe Pialasse <tests@pialasse.com> 14-1.sme
105  - first version 14 [SME: 11613]  - first version 14 [SME: 11613]
# Line 99  This package provide the integration of Line 123  This package provide the integration of
123  * 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
124  - 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]
125  - add requires lame [SME: 9859]  - add requires lame [SME: 9859]
126  - fix sounds ownership so they can be handled via gui [SME: 11924]  - Re-build and link to latest devtools sounds ownership so they can be handled via gui [SME: 11924]
127    
128  * Mon Jan 29 2018 Jean-Philipe Pialasse <tests@pialasse.com> 13-15.sme  * Mon Jan 29 2018 Jean-Philipe Pialasse <tests@pialasse.com> 13-15.sme
129  - fix warning tampered files in GUI [SME: 10496]  - Re-build and link to latest devtools warning tampered files in GUI [SME: 10496]
130  - remove DeviceAndUser property [SME: 10503]  - remove DeviceAndUser property [SME: 10503]
131    
132  * Wed May 03 2017 Jean-Philipe Pialasse <tests@pialasse.com> 13-14.sme  * Wed May 03 2017 Jean-Philipe Pialasse <tests@pialasse.com> 13-14.sme
133  - update TKT auth parameter for SME 9.2 [SME: 10268]  - update TKT auth parameter for SME 9.2 [SME: 10268]
134    
135  * Sat Feb 25 2017 Jean-Philipe Pialasse <tests@pialasse.com> 13-13.sme  * Sat Feb 25 2017 Jean-Philipe Pialasse <tests@pialasse.com> 13-13.sme
136  - fix noise rebooting and restarting freepbx [SME: 10120]  - Re-build and link to latest devtools noise rebooting and restarting freepbx [SME: 10120]
137    
138  * Wed Jan 25 2017 Jean-Philipe Pialasse <tests@pialasse.com> 13-11.sme  * Wed Jan 25 2017 Jean-Philipe Pialasse <tests@pialasse.com> 13-11.sme
139  - NFR: auto backup of whole FBX config during pre-backup event [SME: 9637]  - NFR: auto backup of whole FBX config during pre-backup event [SME: 9637]
# Line 118  This package provide the integration of Line 142  This package provide the integration of
142  - weekly backup is also done.  - weekly backup is also done.
143    
144  * Mon Jan 23 2017 Jean-Philipe Pialasse <tests@pialasse.com> 13-10.sme  * Mon Jan 23 2017 Jean-Philipe Pialasse <tests@pialasse.com> 13-10.sme
145  - fix Missing HTML5 format converters  [SME: 9859]  - Re-build and link to latest devtools Missing HTML5 format converters  [SME: 9859]
146  - added requirement for mpg123 and ffmpeg available in smecontribs  - added requirement for mpg123 and ffmpeg available in smecontribs
147    
148  * Mon Jan 23 2017 Jean-Philipe Pialasse <tests@pialasse.com> 13-9.sme  * Mon Jan 23 2017 Jean-Philipe Pialasse <tests@pialasse.com> 13-9.sme
# Line 128  This package provide the integration of Line 152  This package provide the integration of
152  - autoupgrade modules [SME: 9860]  - autoupgrade modules [SME: 9860]
153    
154  * Mon Jan 09 2017 Jean-Philipe Pialasse <tests@pialasse.com> 13-7.sme  * Mon Jan 09 2017 Jean-Philipe Pialasse <tests@pialasse.com> 13-7.sme
155  - fix wrong default UDPPorts on new install [SME: 9918]  - Re-build and link to latest devtools wrong default UDPPorts on new install [SME: 9918]
156    
157  * Mon Oct 24 2016 Jean-Philipe Pialasse <tests@pialasse.com> 13-6.sme  * Mon Oct 24 2016 Jean-Philipe Pialasse <tests@pialasse.com> 13-6.sme
158  - fix error while backup with workstation [SME: 9760]  - Re-build and link to latest devtools error while backup with workstation [SME: 9760]
159    
160  * Mon Oct 24 2016 Jean-Philipe Pialasse <tests@pialasse.com> 13-5.sme  * Mon Oct 24 2016 Jean-Philipe Pialasse <tests@pialasse.com> 13-5.sme
161  -fix typo in smeserver-freepbx-13.bz9744.patch  -fix typo in smeserver-freepbx-13.bz9744.patch
162    
163  * Sun Oct 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 13-4.sme  * Sun Oct 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 13-4.sme
164  - fix [SME: 9702]  - Re-build and link to latest devtools [SME: 9702]
165  - corrected syntax for port range  - corrected syntax for port range
166    
167  * Sun Oct 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 13-3.sme  * Sun Oct 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 13-3.sme
168  - fix [SME: 9744]  - Re-build and link to latest devtools [SME: 9744]
169  - fix wrong /tmp folder permission after update  - Re-build and link to latest devtools wrong /tmp folder permission after update
170  - Thank you Hsing-Foo Wang.  - Thank you Hsing-Foo Wang.
171    
172  * Tue Jul 26 2016 Jean-Philipe Pialasse <tests@pialasse.com> 13-2.sme  * Tue Jul 26 2016 Jean-Philipe Pialasse <tests@pialasse.com> 13-2.sme
173  - fix wrong UDP ports change 1000:2000 to 10000:20000 [SME: 9702]  - Re-build and link to latest devtools wrong UDP ports change 1000:2000 to 10000:20000 [SME: 9702]
174    
175  * Mon Jun 13 2016 Jean-Philipe Pialasse <tests@pialasse.com> 13-1.sme  * Mon Jun 13 2016 Jean-Philipe Pialasse <tests@pialasse.com> 13-1.sme
176  - bump version to current Freepbx version 13  - bump version to current Freepbx version 13
# Line 155  This package provide the integration of Line 179  This package provide the integration of
179  - add all needed port for Freepbx sip pjsip and RTP [SME: 9495]  - add all needed port for Freepbx sip pjsip and RTP [SME: 9495]
180    
181  * Sat Jun 11 2016 Jean-Philipe Pialasse <tests@pialasse.com> -46.sme  * Sat Jun 11 2016 Jean-Philipe Pialasse <tests@pialasse.com> -46.sme
182  - fix missing config files (requires asterisk-configs) [SME: 9577]  - Re-build and link to latest devtools missing config files (requires asterisk-configs) [SME: 9577]
183  - fix recuring reconfiguration error while installing digium phone module [SME: 9575]  - Re-build and link to latest devtools recuring reconfiguration error while installing digium phone module [SME: 9575]
184  - added port 5061 for tls to TCP ports [SME: 9576]  - added port 5061 for tls to TCP ports [SME: 9576]
185    
186  * Thu Jun 09 2016 Jean-Philipe Pialasse <tests@pialasse.com> -45.sme  * Thu Jun 09 2016 Jean-Philipe Pialasse <tests@pialasse.com> -45.sme
187  - fix wrong logrotate pattern [SME: 9516]  - Re-build and link to latest devtools wrong logrotate pattern [SME: 9516]
188  - as the contrib is only in smedev, i do not fix existing log files badly rotated  - as the contrib is only in smedev, i do not fix existing log files badly rotated
189    
190  * Mon May 16 2016 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-44.sme  * Mon May 16 2016 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-44.sme
# Line 315  This package provide the integration of Line 339  This package provide the integration of
339  - spec cleanup  - spec cleanup
340    
341  * Thu Nov 13 2008 Daniel B. <daniel@firewall-services.com> [0.1-4]  * Thu Nov 13 2008 Daniel B. <daniel@firewall-services.com> [0.1-4]
342  - fix logrotate issue  - Re-build and link to latest devtools logrotate issue
343    
344  * Wed Nov 05 2008 Daniel B. <daniel@firewall-services.com> [0.1-3]  * Wed Nov 05 2008 Daniel B. <daniel@firewall-services.com> [0.1-3]
345  - split freepbx sources in a separate package (freepbx-src)  - split freepbx sources in a separate package (freepbx-src)
# Line 337  This package provide the integration of Line 361  This package provide the integration of
361  %setup -q -n %{name}-%{version}  %setup -q -n %{name}-%{version}
362  %patch0 -p1  %patch0 -p1
363  %patch1 -p1  %patch1 -p1
364    %patch2 -p1
365    %patch3 -p1
366    %patch4 -p1
367    %patch5 -p1
368    
369  %build  %build
370  # Build symlinks  # Build symlinks


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed