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

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

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


Revision 1.10 - (show annotations) (download)
Sun May 15 16:32:55 2016 UTC (8 years ago) by unnilennium
Branch: MAIN
Changes since 1.9: +10 -2 lines
* Sun May 15 2016 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-42.sme
- remove FOP patches [SME: 9495]
- deleted link to expand amportal.conf
- smeserver-freepbx-0.1-Sme9Ast13Fpbx13-4.patch

1 # $Id: smeserver-freepbx.spec,v 1.9 2016/05/15 15:36:39 unnilennium Exp $
2 # Authority: vip-ire
3 # Name: Daniel Berteaud
4
5 #%define fpbxversion 2.5.0
6 %define version 0.1
7 %define release 42
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
18 Patch0: smeserver-freepbx-0.1-fop_link.patch
19 Patch1: smeserver-freepbx-0.1-genzaptelconf.patch
20 Patch2: smeserver-freepbx-0.1-logrotate.patch
21 Patch3: smeserver-freepbx-0.1-asterisk_logrotate.patch
22 Patch4: smeserver-freepbx-0.1-userpanels.patch
23 Patch5: smeserver-freepbx-0.1-trunk_alert_mail.patch
24 Patch6: smeserver-freepbx-0.1-trunk_name_in_alert.patch
25 Patch7: smeserver-freepbx-0.1-postupgrade_to_bootstrap.patch
26 Patch8: smeserver-freepbx-0.1-zap2dahdi.patch
27 Patch9: smeserver-freepbx-0.1-full_dahdi_support.patch
28 Patch10: smeserver-freepbx-0.1-fix_logrotate_event.patch
29 Patch11: smeserver-freepbx-0.1-retry_install.patch
30 Patch12: smeserver-freepbx-0.1-recordings_security.patch
31 Patch13: smeserver-freepbx-0.1-remove_admin_alias.patch
32 Patch14: smeserver-freepbx-0.1-recordingsfix2bootstrap.patch
33 Patch15: smeserver-freepbx-0.1-templatize_cdr_mysql.patch
34 Patch16: smeserver-freepbx-0.1-templatize_manager.patch
35 Patch17: smeserver-freepbx-0.1-cdr_mysql_template_begin.patch
36 Patch18: smeserver-freepbx-0.1-clean_crontab.patch
37 Patch19: smeserver-freepbx-0.1-crontab_script_fixe.patch
38 Patch20: smeserver-freepbx-0.1-http_cleanup.patch
39 Patch21: smeserver-freepbx-0.1-cdr_passwd.patch
40 Patch22: smeserver-freepbx-0.1-fop_separate_service.patch
41 Patch23: smeserver-freepbx-0.1-check_referer.patch
42 Patch24: smeserver-freepbx-0.1-dump_astdb_include_functions.patch
43 Patch25: smeserver-freepbx-0.1-disable_dynamic_hints.patch
44 Patch26: smeserver-freepbx-0.1-remove_logrotate_conf.patch
45 Patch27: smeserver-freepbx-0.1-ari_password_from_db.patch
46 Patch28: smeserver-freepbx-0.1-create_mysql.patch
47 Patch29: smeserver-freepbx-0.1-template_asterisk_conf.patch
48 Patch30: smeserver-freepbx-0.1-datadir_in_var_lib.patch
49 Patch31: smeserver-freepbx-0.1-templates_logrotate.patch
50 Patch32: smeserver-freepbx-0.1-session_path.patch
51 Patch33: smeserver-freepbx-0.1-logrotate_misdn.patch
52 Patch34: smeserver-freepbx-0.1-protect_by_location.patch
53 Patch35: smeserver-freepbx-0.1-Sme9Ast13Fpbx13-0.patch
54 Patch36: smeserver-freepbx-0.1-Sme9Ast13Fpbx13-1.patch
55 Patch37: smeserver-freepbx-0.1-Sme9Ast13Fpbx13-2.patch
56 Patch38: smeserver-freepbx-0.1-Sme9Ast13Fpbx13-3.patch
57 Patch39: smeserver-freepbx-0.1-Sme9Ast13Fpbx13-4.patch
58
59 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
60 URL: http://www.freepbx.org/
61
62 BuildRequires: e-smith-devtools
63 BuildRequires: tar
64
65 Requires: mysql
66 Requires: httpd
67 Requires: php-pear
68 Requires: /usr/sbin/asterisk
69 Requires: asterisk-addons
70 Requires: dahdi-tools
71 Requires: dahdi-linux
72 Requires: sox
73 Requires: mod_auth_tkt
74 Requires: e-smith-base
75 Requires: freepbx-src
76 Requires: asterisk-sounds-core-en-ulaw
77 Requires: asterisk-sounds-extra-en-ulaw
78 Requires: asterisk-voicemail
79
80 #Buildarch: noarch
81 AutoReqProv: no
82
83
84 %description
85 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.
86 This package provide the integration of FreePBX on SME Server.
87
88
89 %changelog
90 * Sun May 15 2016 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-42.sme
91 - remove FOP patches [SME: 9495]
92 - deleted link to expand amportal.conf
93 - smeserver-freepbx-0.1-Sme9Ast13Fpbx13-4.patch
94
95 * Sun May 15 2016 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-41.sme
96 - remove heading of /etc/asterisk/asterisk.conf [SME: 9495]
97 - smeserver-freepbx-0.1-Sme9Ast13Fpbx13-3.patch
98 - bump
99
100 * Sun May 15 2016 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-38.sme
101 - remove expand template amportal.conf [SME: 9495]
102 - chown /var/lib/asterisk
103 - installation configuration options
104 - smeserver-freepbx-0.1-Sme9Ast13Fpbx13-2.patch
105 - Requires: asterisk-sounds-core-en-ulaw asterisk-sounds-extra-en-ulaw asterisk-voicemail
106
107 * Sun May 15 2016 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-37.sme
108 - new path to sql files [SME: 9495]
109 - smeserver-freepbx-0.1-Sme9Ast13Fpbx13-1.patch
110
111 * Fri May 06 2016 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-36.sme
112 - adapt script to fpbx13 and asterisk 13 [SME: 9495]
113 - change Requires Requires: %{_libdir}/asterisk/modules/app_addon_sql_mysql.so to
114 - Requires: asterisk-addons as this is the paquet providing it, and it changed name to app_mysql.so
115
116 * Fri May 06 2016 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-35.sme
117 - adapt script to fpbx13 and asterisk 13 [SME: 9495]
118 - smeserver-freepbx-0.1-Sme9Ast13Fpbx13-0.patch
119
120 * Fri May 06 2016 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-34.sme
121 - first import to SME9 [SME: 9495]
122
123 * Sun May 12 2013 JP Pialasse <tests@pialasse.com> 0.1-33.sme
124 - buildarch removed in order to find the correct %{_libdir}/asterisk/modules/app_addon_sql_mysql.so
125
126 * Thu Oct 20 2011 Daniel B. <daniel@firewall-services.com> 0.1-32.sme
127 - Protect by locations (so other alias can be defined to protect with LL::NG for example)
128
129 * Mon Oct 17 2011 Daniel B. <daniel@firewall-services.com> 0.1-31.sme
130 - Add misdn.log to logrotate
131
132 * Thu Oct 13 2011 Daniel B. <daniel@firewall-services.com> 0.1-30.sme
133 - Change session path [SME: 6661]
134
135 * Wed Jan 05 2011 Daniel B. <daniel@firewall-services.com> 0.1-29.sme
136 - astdatadir is /var/lib/asterisk
137 - templates for /etc/logrotate.d/asterisk
138
139 * Mon Sep 20 2010 Daniel B. <daniel@firewall-services.com> 0.1-28.sme
140 - Create and populate the mysql databases in mysql.init
141 - Templates for /etc/asterisk/asterisk.conf
142
143 * Thu Jul 15 2010 Daniel B. <daniel@firewall-services.com> [0.1-27]
144 - Read ARI password from the DB (and initialize a random one)
145
146 * Mon Feb 22 2010 Daniel B. <daniel@firewall-services.com> [0.1-26]
147 - Remove hard-coded dependencies on asterisk and asterisk-addons14
148 Depends now on asterisk binary and app_addon_sql_mysql.so files
149 (so it can work with asterisk or asterisk14)
150
151 * Mon Feb 15 2010 Daniel B. <daniel@firewall-services.com> [0.1-25]
152 - Remove /etc/logrotate.d/asterisk which is now included in asterisk14
153
154 * Tue Feb 09 2010 Daniel B. <daniel@firewall-services.com> [0.1-24]
155 - Depends now on asterisk14 and asterisk-addons14
156
157 * Wed Jan 06 2010 Daniel B. <daniel@firewall-services.com> [0.1-23]
158 - disable dynamic hints
159
160 * Tue Oct 06 2009 Daniel B. <daniel@firewall-services.com> [0.1-22]
161 - include /opt/freepbx/admin/functions.inc.php in freepbx-dump-astdb
162 action script for FreePBX 2.6 compatibility
163
164 * Tue May 19 2009 Daniel B. <daniel@firewall-services.com> [0.1-21]
165 - Add CHECKREFERER=FALSE in amportal.conf to repvent error message in some
166 modules (due to the ProxyPass configuration)
167
168 * Tue Apr 28 2009 Daniel B. <daniel@firewall-services.com> [0.1-20]
169 - Fix CDR db password in cdr_mysql.conf template
170 - Use a separate service in SME db for FOP
171
172 * Thu Apr 16 2009 Daniel B. <daniel@firewall-services.com> [0.1-19]
173 - remove scoreboard directive from httpd-fpbx config
174 - remove some modules (mod_ssl, mod_proxy)
175
176 * Sat Apr 11 2009 Daniel B. <daniel@firewall-services.com> [0.1-18]
177 - templatize cdr_mysql.conf [SME: 5153]
178 - templatize manager.conf
179 - remove freepbx-cron-scheduler.php from root crontab so only
180 asterisk user runs it (prevent email error sent from cron)
181
182 * Fri Mar 27 2009 Daniel B. <daniel@firewall-services.com> [0.1-17]
183 - Remove obsolete /admin Alias from apache
184 - Run the security script on bootsrape-console-save event
185
186 * Mon Mar 23 2009 Daniel B. <daniel@firewall-services.com> [0.1-16]
187 - Security Fixe: put a random password for ARI admin (this should be documented)
188
189 * Thu Mar 19 2009 Daniel B. <daniel@firewall-services.com> [0.1-15]
190 - Check if /opt/freepbx/admin exists (retry the install if a first one failed)
191 - Remove tabs from spec
192
193 * Wed Mar 18 2009 Daniel B. <daniel@firewall-services.com> [0.1-14]
194 - Remove speex from dependencies
195
196 * Thu Mar 12 2009 Daniel B. <daniel@firewall-services.com> [0.1-13]
197 - Remove zaptel dependency, replaced with dahdi-tools and dahdi-linux
198
199 * Mon Feb 23 2009 Daniel B. <daniel@firewall-services.com> [0.1-12]
200 - Fix logrotate issue (send a sigusr1 signal to httpd-fpbx)
201
202 * Thu Feb 12 2009 Daniel B. <daniel@firewall-services.com> [0.1-11]
203 - Full support for the new DAHDI driver, droping zaptel
204
205 * Mon Feb 09 2009 Daniel B. <daniel@firewall-services.com> [0.1-10]
206 - add support for DAHDI channel
207
208 * Mon Dec 08 2008 Daniel B. <daniel@firewall-services.com> [0.1-9]
209 - move expand-templates from post-upgrade event to bootstrap-console-save
210
211 * Thu Nov 27 2008 Daniel B. <daniel@firewall-services.com> [0.1-8]
212 - Add support for trunk name in mail alerts
213
214 * Wed Nov 26 2008 Daniel B. <daniel@firewall-services.com> [0.1-7]
215 - Add a simple script to alert admin by mail on trunk errors
216
217 * Thu Nov 20 2008 Daniel B. <daniel@firewall-services.com> [0.1-6]
218 - Use AdminPanels props so access can be configured using
219 smeserver-userpanels contrib. AdminUsers and FopUsers
220 props aren't used anymore
221
222 * Wed Nov 19 2008 Daniel B. <daniel@firewall-services.com> [0.1-5]
223 - add logrotate default config file for asterisk's logs
224 - spec cleanup
225
226 * Thu Nov 13 2008 Daniel B. <daniel@firewall-services.com> [0.1-4]
227 - fix logrotate issue
228
229 * Wed Nov 05 2008 Daniel B. <daniel@firewall-services.com> [0.1-3]
230 - split freepbx sources in a separate package (freepbx-src)
231 - alternative genzaptelconf
232
233 * Mon Oct 13 2008 Daniel B. <daniel@firewall-services.com> [0.1-2]
234 - Fix fop not being displayed in admin page
235
236 * Sat Sep 20 2008 Daniel B. <daniel@firewall-services.com> [0.1-1]
237 - updated to 2.5.0 final
238 - spec cleaning
239 - templates cleaning
240 - templates to update mysql informations
241
242 * Mon Aug 04 2008 daniel B. <daniel@firewall-services.com> [0.1-0]
243 - initial release
244
245 %prep
246
247 %setup -q -n %{name}-%{version}
248 %patch0 -p1
249 %patch1 -p1
250 %patch2 -p1
251 %patch3 -p1
252 %patch4 -p1
253 %patch5 -p1
254 %patch6 -p1
255 %patch7 -p1
256 %patch8 -p1
257 %patch9 -p1
258 %patch10 -p1
259 %patch11 -p1
260 %patch12 -p1
261 %patch13 -p1
262 %patch14 -p1
263 %patch15 -p1
264 %patch16 -p1
265 %patch17 -p1
266 %patch18 -p1
267 %patch19 -p1
268 %patch20 -p1
269 %patch21 -p1
270 %patch22 -p1
271 %patch23 -p1
272 %patch24 -p1
273 %patch25 -p1
274 %patch26 -p1
275 %patch27 -p1
276 %patch28 -p1
277 %patch29 -p1
278 %patch30 -p1
279 %patch31 -p1
280 %patch32 -p1
281 %patch33 -p1
282 %patch34 -p1
283 %patch35 -p1
284 %patch36 -p1
285 %patch37 -p1
286 %patch38 -p1
287 %patch39 -p1
288
289
290 %build
291 # Build symlinks
292 perl createlinks
293
294
295 %install
296 rm -rf $RPM_BUILD_ROOT
297
298 %{__mkdir_p} $RPM_BUILD_ROOT/var/lib/php/fpbx-session
299
300 (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
301 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
302 --file /usr/share/freepbx/scripts/uninstall.sh 'attr(0750,root,root)' \
303 --file /usr/share/freepbx/scripts/restore-astdb.php 'attr(0750,root,root)' \
304 --dir /var/service/httpd-fpbx 'attr(01755,root,root)' \
305 --dir /var/service/httpd-fpbx/supervise 'attr(0700,root,root)' \
306 --dir /var/service/httpd-fpbx/log 'attr(0755,root,root)' \
307 --file /var/service/httpd-fpbx/log/run 'attr(0755,root,root)' \
308 --dir /var/service/httpd-fpbx/log/supervise 'attr(0700,root,root)' \
309 --dir /var/log/httpd-fpbx 'attr(0750,smelog,smelog)' \
310 --file /var/lib/asterisk/bin/genzaptelconf 'attr(0750,root,root)' \
311 --file /var/lib/asterisk/agi-bin/trunk_alert_mail.agi 'attr(0750,asterisk,asterisk)' \
312 --file /etc/logrotate.d/asterisk 'config(noreplace)' \
313 --dir /var/lib/php/fpbx-session 'attr(0770,root,asterisk)' \
314 > %{name}-%{version}-%{release}-filelist
315
316 %clean
317 rm -rf $RPM_BUILD_ROOT
318
319 %files -f %{name}-%{version}-%{release}-filelist
320 %defattr(-,root,root)
321
322
323 %post
324
325 %preun
326 if [ $1 = 0 ] ; then
327 /etc/rc.d/init.d/freepbx stop >& /dev/null || :
328 fi
329
330 true
331

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