/[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.15 - (show annotations) (download)
Fri Nov 18 18:02:39 2022 UTC (18 months, 2 weeks ago) by jpp
Branch: MAIN
CVS Tags: smeserver-freepbx-14-6_el7_sme
Changes since 1.14: +8 -3 lines
* Fri Nov 18 2022 Jean-Philippe Pialasse <tests@pialasse.com> 14-6.sme
- fix creation of folder preventing migration [SME: 12226]

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

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