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

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

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


Revision 1.7 - (show annotations) (download)
Sun Apr 17 01:46:29 2022 UTC (2 years, 1 month ago) by jpp
Branch: MAIN
Changes since 1.6: +8 -4 lines
* Sat Apr 16 2022 Jean-Philippe Pialasse <tests@pialasse.com> %{version}-2.sme
- fix huge amount of error if asterisk disabled [SME: 9756]
- fix multiple email sent because of asterisk cron php path [SME: 11940]

1 # $Id: smeserver-freepbx.spec,v 1.6 2022/03/28 03:56:02 jpp Exp $
2 # Authority: vip-ire
3 # Name: Daniel Berteaud
4
5 #%define fpbxversion 2.5.0
6 %define version 14
7 %define release 2
8 %define name smeserver-freepbx
9
10 Summary: Asterisk web GUI
11 Name: %{name}
12 Version: %{version}
13 Release: %{release}%{?dist}
14 License: GPL
15 Group: System/Servers
16 Source: %{name}-%{version}.tar.gz
17 Patch0: smeserver-freepbx-14-bz11940-bz9756-cron.patch
18
19 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
20 URL: http://www.freepbx.org/
21
22 BuildRequires: e-smith-devtools
23 BuildRequires: tar
24
25 Requires: mariadb
26 Requires: nodejs >= 10
27 #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
28 # freepbx 14 requires php56
29 Requires: php56-php-pear php56-php-cgi php56-php-common php56-php-curl php56-php-mbstring php56-php-gd php56-php-mysql php56-php-gettext php56-php-bcmath php56-php-zip php56-php-xml php56-php-imap php56-php-json php56-php-process php56-php-snmp
30 #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
31 Requires: httpd
32 Requires: php-pear
33 Requires: /usr/sbin/asterisk
34 # not available for SME10 need to find module for mysql Requires: asterisk-addons
35 #Requires: dahdi-tools
36 #Requires: dahdi-linux
37 Requires: sox
38 Requires: mod_auth_tkt
39 Requires: e-smith-base
40 Requires: freepbx-src
41 Requires: asterisk-sounds-core-en-ulaw
42 # not available for sme10 Requires: asterisk-sounds-extra-en-ulaw
43 # not available for sme10 Requires: asterisk-resample
44 Requires: asterisk-voicemail
45 Requires: asterisk-configs
46 #SME10
47 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
48 # conlicts with imap asterisk-voicemail-odbc asterisk-voicemail-plain
49 Requires: ffmpeg
50 Requires: mpg123
51 Requires: mysql-connector-odbc
52 Requires: unixODBC
53 Requires: asterisk-odbc
54 Requires: lame
55 Requires: xz
56 Requires: asterisk-ael asterisk-iax2 asterisk-fax asterisk-ldap asterisk-misdn
57 Requires: MySQL-python opus nmap icu vsftpd libicu-devel gcc-c++
58 Requires: asterisk-moh-opsound-alaw asterisk-moh-opsound-g722 asterisk-moh-opsound-g729 asterisk-moh-opsound-gsm asterisk-moh-opsound-siren14 asterisk-moh-opsound-siren7 asterisk-moh-opsound-sln16 asterisk-moh-opsound-ulaw asterisk-moh-opsound-wav
59 Requires: asterisk-sounds-core-en-alaw asterisk-sounds-core-en-g722 asterisk-sounds-core-en-g729 asterisk-sounds-core-en-gsm asterisk-sounds-core-en-siren14 asterisk-sounds-core-en-siren7 asterisk-sounds-core-en-sln16 asterisk-sounds-core-en-ulaw asterisk-sounds-core-en-wav
60 # 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
61 # 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
62 # 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
63
64 #Buildarch: noarch
65 AutoReqProv: no
66
67
68 %description
69 FreePBX is a Standardised Implementation of Asterisk that gives you a GUI to manage your system. If you have looked into Asterisk, you would know that it does not come with any built in programming. You cannot plug a phone into it and make it work without editing configuration files, writing dialplans, and various messing about. FreePBX simplifies this by giving you a pre-written set of dialplans that allow you to have a fully functional PBX pretty much straight away.
70 This package provide the integration of FreePBX on SME Server.
71
72
73 %changelog
74 * Sat Apr 16 2022 Jean-Philippe Pialasse <tests@pialasse.com> %{version}-2.sme
75 - fix huge amount of error if asterisk disabled [SME: 9756]
76 - fix multiple email sent because of asterisk cron php path [SME: 11940]
77
78 * Sun Mar 27 2022 Jean-Philippe Pialasse <tests@pialasse.com> 14-1.sme
79 - first version 14 [SME: 11613]
80
81 * Wed Nov 10 2021 Jean-Philippe Pialasse <tests@pialasse.com> 13-17.sme
82 - first import to SME10 [SME: 11613]
83 - make it Freepbx 14 compatible [SME: 10705] 
84 add dependencies for SME10 mariadb nodejs >= 10 php70*
85 remove missing rpms asterisk-sounds-extra-en-ulaw asterisk-resample asterisk-addons
86 remove double owned folders /etc/asterisk /var/lib/asterisk
87 systemd ready for asterisk(disabled), freepbx, httpd-fpbx
88 smeserver-freepbx-update event created NEED TEST
89 php70-php-fpm fragment
90 update httpd-fpbx template for php-fpm use
91 update httpd-e-smith to use php-fpm for fpbx
92 update install script for php74
93 add a copy of safe_asterisk
94 create php folders and set rights
95 improve logrotate
96
97 * Mon Jan 20 2020 Jean-Philipe Pialasse <tests@pialasse.com> 13-16.sme
98 - add required modules to enable cel and cdr logging and search [SME: 10620]
99 - add requires lame [SME: 9859]
100
101 * Mon Jan 29 2018 Jean-Philipe Pialasse <tests@pialasse.com> 13-15.sme
102 - fix warning tampered files in GUI [SME: 10496]
103 - remove DeviceAndUser property [SME: 10503]
104
105 * Wed May 03 2017 Jean-Philipe Pialasse <tests@pialasse.com> 13-14.sme
106 - update TKT auth parameter for SME 9.2 [SME: 10268]
107
108 * Sat Feb 25 2017 Jean-Philipe Pialasse <tests@pialasse.com> 13-13.sme
109 - fix noise rebooting and restarting freepbx [SME: 10120]
110
111 * Wed Jan 25 2017 Jean-Philipe Pialasse <tests@pialasse.com> 13-11.sme
112 - NFR: auto backup of whole FBX config during pre-backup event [SME: 9637]
113 - both asdb and fpbx, asterisk config files, freepbx folders, voicemails are part of backup
114 - 2 versions are kepts
115 - weekly backup is also done.
116
117 * Mon Jan 23 2017 Jean-Philipe Pialasse <tests@pialasse.com> 13-10.sme
118 - fix Missing HTML5 format converters [SME: 9859]
119 - added requirement for mpg123 and ffmpeg available in smecontribs
120
121 * Mon Jan 23 2017 Jean-Philipe Pialasse <tests@pialasse.com> 13-9.sme
122 - update framework before other modules [SME: 9860]
123
124 * Mon Jan 09 2017 Jean-Philipe Pialasse <tests@pialasse.com> 13-8.sme
125 - autoupgrade modules [SME: 9860]
126
127 * Mon Jan 09 2017 Jean-Philipe Pialasse <tests@pialasse.com> 13-7.sme
128 - fix wrong default UDPPorts on new install [SME: 9918]
129
130 * Mon Oct 24 2016 Jean-Philipe Pialasse <tests@pialasse.com> 13-6.sme
131 - fix error while backup with workstation [SME: 9760]
132
133 * Mon Oct 24 2016 Jean-Philipe Pialasse <tests@pialasse.com> 13-5.sme
134 -fix typo in smeserver-freepbx-13.bz9744.patch
135
136 * Sun Oct 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 13-4.sme
137 - fix [SME: 9702]
138 - corrected syntax for port range
139
140 * Sun Oct 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 13-3.sme
141 - fix [SME: 9744]
142 - fix wrong /tmp folder permission after update
143 - Thank you Hsing-Foo Wang.
144
145 * Tue Jul 26 2016 Jean-Philipe Pialasse <tests@pialasse.com> 13-2.sme
146 - fix wrong UDP ports change 1000:2000 to 10000:20000 [SME: 9702]
147
148 * Mon Jun 13 2016 Jean-Philipe Pialasse <tests@pialasse.com> 13-1.sme
149 - bump version to current Freepbx version 13
150
151 * Mon Jun 13 2016 Jean-Philipe Pialasse <tests@pialasse.com> -47.sme
152 - add all needed port for Freepbx sip pjsip and RTP [SME: 9495]
153
154 * Sat Jun 11 2016 Jean-Philipe Pialasse <tests@pialasse.com> -46.sme
155 - fix missing config files (requires asterisk-configs) [SME: 9577]
156 - fix recuring reconfiguration error while installing digium phone module [SME: 9575]
157 - added port 5061 for tls to TCP ports [SME: 9576]
158
159 * Thu Jun 09 2016 Jean-Philipe Pialasse <tests@pialasse.com> -45.sme
160 - fix wrong logrotate pattern [SME: 9516]
161 - as the contrib is only in smedev, i do not fix existing log files badly rotated
162
163 * Mon May 16 2016 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-44.sme
164 - remove fop db [SME: 9495]
165 - add some mysql setting for freepbxdb (user, email)
166 - smeserver-freepbx-0.1-Sme9Ast13Fpbx13-7.patch
167
168 * Sun May 15 2016 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-43.sme
169 - add path to ucp module [SME: 9495]
170 - add 256Mo as default for freepbx php Memory
171 - add AllowOveride All for .htaccess
172 - remove httpd config to old FOP panel
173 - add port 5061 for freepbx
174 - smeserver-freepbx-0.1-Sme9Ast13Fpbx13-5.patch
175 - configuration of amportal.conf and its mysql equivalent
176 - smeserver-freepbx-0.1-Sme9Ast13Fpbx13-6.patch
177
178 * Sun May 15 2016 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-42.sme
179 - remove FOP patches [SME: 9495]
180 - deleted link to expand amportal.conf
181 - smeserver-freepbx-0.1-Sme9Ast13Fpbx13-4.patch
182
183 * Sun May 15 2016 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-41.sme
184 - remove heading of /etc/asterisk/asterisk.conf [SME: 9495]
185 - smeserver-freepbx-0.1-Sme9Ast13Fpbx13-3.patch
186 - bump
187
188 * Sun May 15 2016 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-38.sme
189 - remove expand template amportal.conf [SME: 9495]
190 - chown /var/lib/asterisk
191 - installation configuration options
192 - smeserver-freepbx-0.1-Sme9Ast13Fpbx13-2.patch
193 - Requires: asterisk-sounds-core-en-ulaw asterisk-sounds-extra-en-ulaw asterisk-voicemail
194
195 * Sun May 15 2016 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-37.sme
196 - new path to sql files [SME: 9495]
197 - smeserver-freepbx-0.1-Sme9Ast13Fpbx13-1.patch
198
199 * Fri May 06 2016 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-36.sme
200 - adapt script to fpbx13 and asterisk 13 [SME: 9495]
201 - change Requires Requires: %{_libdir}/asterisk/modules/app_addon_sql_mysql.so to
202 - Requires: asterisk-addons as this is the paquet providing it, and it changed name to app_mysql.so
203
204 * Fri May 06 2016 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-35.sme
205 - adapt script to fpbx13 and asterisk 13 [SME: 9495]
206 - smeserver-freepbx-0.1-Sme9Ast13Fpbx13-0.patch
207
208 * Fri May 06 2016 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-34.sme
209 - first import to SME9 [SME: 9495]
210
211 * Sun May 12 2013 JP Pialasse <tests@pialasse.com> 0.1-33.sme
212 - buildarch removed in order to find the correct %{_libdir}/asterisk/modules/app_addon_sql_mysql.so
213
214 * Thu Oct 20 2011 Daniel B. <daniel@firewall-services.com> 0.1-32.sme
215 - Protect by locations (so other alias can be defined to protect with LL::NG for example)
216
217 * Mon Oct 17 2011 Daniel B. <daniel@firewall-services.com> 0.1-31.sme
218 - Add misdn.log to logrotate
219
220 * Thu Oct 13 2011 Daniel B. <daniel@firewall-services.com> 0.1-30.sme
221 - Change session path [SME: 6661]
222
223 * Wed Jan 05 2011 Daniel B. <daniel@firewall-services.com> 0.1-29.sme
224 - astdatadir is /var/lib/asterisk
225 - templates for /etc/logrotate.d/asterisk
226
227 * Mon Sep 20 2010 Daniel B. <daniel@firewall-services.com> 0.1-28.sme
228 - Create and populate the mysql databases in mysql.init
229 - Templates for /etc/asterisk/asterisk.conf
230
231 * Thu Jul 15 2010 Daniel B. <daniel@firewall-services.com> [0.1-27]
232 - Read ARI password from the DB (and initialize a random one)
233
234 * Mon Feb 22 2010 Daniel B. <daniel@firewall-services.com> [0.1-26]
235 - Remove hard-coded dependencies on asterisk and asterisk-addons14
236 Depends now on asterisk binary and app_addon_sql_mysql.so files
237 (so it can work with asterisk or asterisk14)
238
239 * Mon Feb 15 2010 Daniel B. <daniel@firewall-services.com> [0.1-25]
240 - Remove /etc/logrotate.d/asterisk which is now included in asterisk14
241
242 * Tue Feb 09 2010 Daniel B. <daniel@firewall-services.com> [0.1-24]
243 - Depends now on asterisk14 and asterisk-addons14
244
245 * Wed Jan 06 2010 Daniel B. <daniel@firewall-services.com> [0.1-23]
246 - disable dynamic hints
247
248 * Tue Oct 06 2009 Daniel B. <daniel@firewall-services.com> [0.1-22]
249 - include /opt/freepbx/admin/functions.inc.php in freepbx-dump-astdb
250 action script for FreePBX 2.6 compatibility
251
252 * Tue May 19 2009 Daniel B. <daniel@firewall-services.com> [0.1-21]
253 - Add CHECKREFERER=FALSE in amportal.conf to repvent error message in some
254 modules (due to the ProxyPass configuration)
255
256 * Tue Apr 28 2009 Daniel B. <daniel@firewall-services.com> [0.1-20]
257 - Fix CDR db password in cdr_mysql.conf template
258 - Use a separate service in SME db for FOP
259
260 * Thu Apr 16 2009 Daniel B. <daniel@firewall-services.com> [0.1-19]
261 - remove scoreboard directive from httpd-fpbx config
262 - remove some modules (mod_ssl, mod_proxy)
263
264 * Sat Apr 11 2009 Daniel B. <daniel@firewall-services.com> [0.1-18]
265 - templatize cdr_mysql.conf [SME: 5153]
266 - templatize manager.conf
267 - remove freepbx-cron-scheduler.php from root crontab so only
268 asterisk user runs it (prevent email error sent from cron)
269
270 * Fri Mar 27 2009 Daniel B. <daniel@firewall-services.com> [0.1-17]
271 - Remove obsolete /admin Alias from apache
272 - Run the security script on bootsrape-console-save event
273
274 * Mon Mar 23 2009 Daniel B. <daniel@firewall-services.com> [0.1-16]
275 - Security Fixe: put a random password for ARI admin (this should be documented)
276
277 * Thu Mar 19 2009 Daniel B. <daniel@firewall-services.com> [0.1-15]
278 - Check if /opt/freepbx/admin exists (retry the install if a first one failed)
279 - Remove tabs from spec
280
281 * Wed Mar 18 2009 Daniel B. <daniel@firewall-services.com> [0.1-14]
282 - Remove speex from dependencies
283
284 * Thu Mar 12 2009 Daniel B. <daniel@firewall-services.com> [0.1-13]
285 - Remove zaptel dependency, replaced with dahdi-tools and dahdi-linux
286
287 * Mon Feb 23 2009 Daniel B. <daniel@firewall-services.com> [0.1-12]
288 - Fix logrotate issue (send a sigusr1 signal to httpd-fpbx)
289
290 * Thu Feb 12 2009 Daniel B. <daniel@firewall-services.com> [0.1-11]
291 - Full support for the new DAHDI driver, droping zaptel
292
293 * Mon Feb 09 2009 Daniel B. <daniel@firewall-services.com> [0.1-10]
294 - add support for DAHDI channel
295
296 * Mon Dec 08 2008 Daniel B. <daniel@firewall-services.com> [0.1-9]
297 - move expand-templates from post-upgrade event to bootstrap-console-save
298
299 * Thu Nov 27 2008 Daniel B. <daniel@firewall-services.com> [0.1-8]
300 - Add support for trunk name in mail alerts
301
302 * Wed Nov 26 2008 Daniel B. <daniel@firewall-services.com> [0.1-7]
303 - Add a simple script to alert admin by mail on trunk errors
304
305 * Thu Nov 20 2008 Daniel B. <daniel@firewall-services.com> [0.1-6]
306 - Use AdminPanels props so access can be configured using
307 smeserver-userpanels contrib. AdminUsers and FopUsers
308 props aren't used anymore
309
310 * Wed Nov 19 2008 Daniel B. <daniel@firewall-services.com> [0.1-5]
311 - add logrotate default config file for asterisk's logs
312 - spec cleanup
313
314 * Thu Nov 13 2008 Daniel B. <daniel@firewall-services.com> [0.1-4]
315 - fix logrotate issue
316
317 * Wed Nov 05 2008 Daniel B. <daniel@firewall-services.com> [0.1-3]
318 - split freepbx sources in a separate package (freepbx-src)
319 - alternative genzaptelconf
320
321 * Mon Oct 13 2008 Daniel B. <daniel@firewall-services.com> [0.1-2]
322 - Fix fop not being displayed in admin page
323
324 * Sat Sep 20 2008 Daniel B. <daniel@firewall-services.com> [0.1-1]
325 - updated to 2.5.0 final
326 - spec cleaning
327 - templates cleaning
328 - templates to update mysql informations
329
330 * Mon Aug 04 2008 daniel B. <daniel@firewall-services.com> [0.1-0]
331 - initial release
332
333 %prep
334 %setup -q -n %{name}-%{version}
335 %patch0 -p1
336
337 %build
338 # Build symlinks
339 perl createlinks
340
341 %install
342 rm -rf $RPM_BUILD_ROOT
343
344 %{__mkdir_p} $RPM_BUILD_ROOT/var/lib/php/fpbx-session
345
346 (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
347 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
348 --file /usr/share/freepbx/scripts/uninstall.sh 'attr(0750,root,root)' \
349 --file /usr/share/freepbx/scripts/restore-astdb.php 'attr(0750,root,root)' \
350 --dir /var/service/httpd-fpbx 'attr(01755,root,root)' \
351 --dir /var/service/httpd-fpbx/supervise 'attr(0700,root,root)' \
352 --dir /var/service/httpd-fpbx/log 'attr(0755,root,root)' \
353 --file /var/service/httpd-fpbx/log/run 'attr(0755,root,root)' \
354 --dir /var/service/httpd-fpbx/log/supervise 'attr(0700,root,root)' \
355 --file /var/lib/asterisk/bin/genzaptelconf 'attr(0750,root,root)' \
356 --file /usr/share/asterisk/agi-bin/trunk_alert_mail.agi 'attr(0750,asterisk,asterisk)' \
357 --file /etc/logrotate.d/asterisk 'config(noreplace)' \
358 --dir /var/lib/php/fpbx-session 'attr(0770,root,asterisk)' \
359 --file /usr/sbin/safe_asterisk 'attr(0755,root,root)' \
360 --dir /var/log/php/freepbx 'attr(0770,root,asterisk)' \
361 --dir /var/lib/php/freepbx/sessions 'attr(0770,root,asterisk)' \
362 --dir /var/lib/php/freepbx/temp 'attr(0770,root,asterisk)' \
363 |grep -v '/var/lib/asterisk$'| grep -v '/etc/asterisk$' \
364 > %{name}-%{version}-%{release}-filelist
365
366 %clean
367 rm -rf $RPM_BUILD_ROOT
368
369 %files -f %{name}-%{version}-%{release}-filelist
370 %defattr(-,root,root)
371
372
373 %post
374
375 #bug 9744, restore tmp permissions
376 if [ `stat -c %U /tmp` == "asterisk" ]; then
377 chmod o+rwxt /tmp/
378 chown root:root /tmp/
379 fi
380
381 %preun
382 if [ $1 = 0 ] ; then
383 /etc/rc.d/init.d/freepbx stop >& /dev/null || :
384 fi
385
386 true
387

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