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

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

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


Revision 1.26 - (hide annotations) (download)
Mon Jan 23 21:25:24 2017 UTC (7 years, 3 months ago) by unnilennium
Branch: MAIN
CVS Tags: smeserver-freepbx-13-9_el6_sme
Changes since 1.25: +5 -2 lines
* Mon Jan 23 2017 Jean-Philipe Pialasse <tests@pialasse.com> -9.sme
- update framework before other modules [SME: 9860]

1 unnilennium 1.26 # $Id: smeserver-freepbx.spec,v 1.25 2017/01/09 23:41:56 unnilennium Exp $
2 unnilennium 1.1 # Authority: vip-ire
3     # Name: Daniel Berteaud
4    
5     #%define fpbxversion 2.5.0
6 unnilennium 1.18 %define version 13
7 unnilennium 1.26 %define release 9
8 unnilennium 1.1 %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 unnilennium 1.19 Patch0: smeserver-freepbx-13.bz9702.udpports.patch
19 unnilennium 1.20 Patch1: smeserver-freepbx-13.bz9744.patch
20 unnilennium 1.21 Patch2: smeserver-freepbx-13.bz9702-2.patch
21 unnilennium 1.23 Patch3: smeserver-freepbx-13.bz9760.patch
22 unnilennium 1.24 Patch4: smeserver-freepbx-13.bz9918.defaultUDPports.patch
23 unnilennium 1.25 Patch5:smeserver-freepbx-13.bz9860.AutoUpgradeModules.patch
24    
25 unnilennium 1.1 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
26     URL: http://www.freepbx.org/
27    
28     BuildRequires: e-smith-devtools
29     BuildRequires: tar
30    
31     Requires: mysql
32     Requires: httpd
33     Requires: php-pear
34     Requires: /usr/sbin/asterisk
35 unnilennium 1.4 Requires: asterisk-addons
36 unnilennium 1.1 Requires: dahdi-tools
37     Requires: dahdi-linux
38     Requires: sox
39     Requires: mod_auth_tkt
40     Requires: e-smith-base
41     Requires: freepbx-src
42 unnilennium 1.6 Requires: asterisk-sounds-core-en-ulaw
43     Requires: asterisk-sounds-extra-en-ulaw
44     Requires: asterisk-voicemail
45 unnilennium 1.15 Requires: asterisk-configs
46 unnilennium 1.1 #Buildarch: noarch
47     AutoReqProv: no
48    
49    
50     %description
51     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.
52     This package provide the integration of FreePBX on SME Server.
53    
54    
55 unnilennium 1.3 %changelog
56 unnilennium 1.26 * Mon Jan 23 2017 Jean-Philipe Pialasse <tests@pialasse.com> -9.sme
57     - update framework before other modules [SME: 9860]
58    
59 unnilennium 1.25 * Mon Jan 09 2017 Jean-Philipe Pialasse <tests@pialasse.com> 13-8.sme
60     - autoupgrade modules [SME: 9860]
61    
62 unnilennium 1.24 * Mon Jan 09 2017 Jean-Philipe Pialasse <tests@pialasse.com> 13-7.sme
63     - fix wrong default UDPPorts on new install [SME: 9918]
64    
65 unnilennium 1.23 * Mon Oct 24 2016 Jean-Philipe Pialasse <tests@pialasse.com> 13-6.sme
66     - fix error while backup with workstation [SME: 9760]
67    
68     * Mon Oct 24 2016 Jean-Philipe Pialasse <tests@pialasse.com> 13-5.sme
69 unnilennium 1.22 -fix typo in smeserver-freepbx-13.bz9744.patch
70    
71 unnilennium 1.21 * Sun Oct 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 13-4.sme
72     - fix [SME: 9702]
73     - corrected syntax for port range
74    
75     * Sun Oct 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 13-3.sme
76 unnilennium 1.20 - fix [SME: 9744]
77     - fix wrong /tmp folder permission after update
78     - Thank you Hsing-Foo Wang.
79    
80 unnilennium 1.19 * Tue Jul 26 2016 Jean-Philipe Pialasse <tests@pialasse.com> 13-2.sme
81     - fix wrong UDP ports change 1000:2000 to 10000:20000 [SME: 9702]
82    
83 unnilennium 1.18 * Mon Jun 13 2016 Jean-Philipe Pialasse <tests@pialasse.com> 13-1.sme
84     - bump version to current Freepbx version 13
85    
86 unnilennium 1.17 * Mon Jun 13 2016 Jean-Philipe Pialasse <tests@pialasse.com> -47.sme
87     - add all needed port for Freepbx sip pjsip and RTP [SME: 9495]
88    
89 unnilennium 1.15 * Sat Jun 11 2016 Jean-Philipe Pialasse <tests@pialasse.com> -46.sme
90     - fix missing config files (requires asterisk-configs) [SME: 9577]
91 unnilennium 1.16 - fix recuring reconfiguration error while installing digium phone module [SME: 9575]
92     - added port 5061 for tls to TCP ports [SME: 9576]
93 unnilennium 1.15
94 unnilennium 1.14 * Thu Jun 09 2016 Jean-Philipe Pialasse <tests@pialasse.com> -45.sme
95     - fix wrong logrotate pattern [SME: 9516]
96     - as the contrib is only in smedev, i do not fix existing log files badly rotated
97    
98 unnilennium 1.13 * Mon May 16 2016 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-44.sme
99     - remove fop db [SME: 9495]
100     - add some mysql setting for freepbxdb (user, email)
101     - smeserver-freepbx-0.1-Sme9Ast13Fpbx13-7.patch
102    
103 unnilennium 1.12 * Sun May 15 2016 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-43.sme
104     - add path to ucp module [SME: 9495]
105     - add 256Mo as default for freepbx php Memory
106     - add AllowOveride All for .htaccess
107     - remove httpd config to old FOP panel
108     - add port 5061 for freepbx
109     - smeserver-freepbx-0.1-Sme9Ast13Fpbx13-5.patch
110     - configuration of amportal.conf and its mysql equivalent
111     - smeserver-freepbx-0.1-Sme9Ast13Fpbx13-6.patch
112    
113 unnilennium 1.10 * Sun May 15 2016 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-42.sme
114     - remove FOP patches [SME: 9495]
115     - deleted link to expand amportal.conf
116     - smeserver-freepbx-0.1-Sme9Ast13Fpbx13-4.patch
117    
118 unnilennium 1.9 * Sun May 15 2016 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-41.sme
119 unnilennium 1.7 - remove heading of /etc/asterisk/asterisk.conf [SME: 9495]
120 unnilennium 1.9 - smeserver-freepbx-0.1-Sme9Ast13Fpbx13-3.patch
121     - bump
122 unnilennium 1.7
123 unnilennium 1.6 * Sun May 15 2016 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-38.sme
124     - remove expand template amportal.conf [SME: 9495]
125     - chown /var/lib/asterisk
126     - installation configuration options
127     - smeserver-freepbx-0.1-Sme9Ast13Fpbx13-2.patch
128     - Requires: asterisk-sounds-core-en-ulaw asterisk-sounds-extra-en-ulaw asterisk-voicemail
129    
130     * Sun May 15 2016 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-37.sme
131 unnilennium 1.5 - new path to sql files [SME: 9495]
132     - smeserver-freepbx-0.1-Sme9Ast13Fpbx13-1.patch
133    
134 unnilennium 1.4 * Fri May 06 2016 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-36.sme
135     - adapt script to fpbx13 and asterisk 13 [SME: 9495]
136     - change Requires Requires: %{_libdir}/asterisk/modules/app_addon_sql_mysql.so to
137     - Requires: asterisk-addons as this is the paquet providing it, and it changed name to app_mysql.so
138    
139     * Fri May 06 2016 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-35.sme
140 unnilennium 1.3 - adapt script to fpbx13 and asterisk 13 [SME: 9495]
141     - smeserver-freepbx-0.1-Sme9Ast13Fpbx13-0.patch
142    
143     * Fri May 06 2016 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-34.sme
144 unnilennium 1.2 - first import to SME9 [SME: 9495]
145 unnilennium 1.1
146     * Sun May 12 2013 JP Pialasse <tests@pialasse.com> 0.1-33.sme
147     - buildarch removed in order to find the correct %{_libdir}/asterisk/modules/app_addon_sql_mysql.so
148    
149     * Thu Oct 20 2011 Daniel B. <daniel@firewall-services.com> 0.1-32.sme
150     - Protect by locations (so other alias can be defined to protect with LL::NG for example)
151    
152     * Mon Oct 17 2011 Daniel B. <daniel@firewall-services.com> 0.1-31.sme
153     - Add misdn.log to logrotate
154    
155     * Thu Oct 13 2011 Daniel B. <daniel@firewall-services.com> 0.1-30.sme
156     - Change session path [SME: 6661]
157    
158     * Wed Jan 05 2011 Daniel B. <daniel@firewall-services.com> 0.1-29.sme
159     - astdatadir is /var/lib/asterisk
160     - templates for /etc/logrotate.d/asterisk
161    
162     * Mon Sep 20 2010 Daniel B. <daniel@firewall-services.com> 0.1-28.sme
163     - Create and populate the mysql databases in mysql.init
164     - Templates for /etc/asterisk/asterisk.conf
165    
166     * Thu Jul 15 2010 Daniel B. <daniel@firewall-services.com> [0.1-27]
167     - Read ARI password from the DB (and initialize a random one)
168    
169     * Mon Feb 22 2010 Daniel B. <daniel@firewall-services.com> [0.1-26]
170     - Remove hard-coded dependencies on asterisk and asterisk-addons14
171     Depends now on asterisk binary and app_addon_sql_mysql.so files
172     (so it can work with asterisk or asterisk14)
173    
174     * Mon Feb 15 2010 Daniel B. <daniel@firewall-services.com> [0.1-25]
175     - Remove /etc/logrotate.d/asterisk which is now included in asterisk14
176    
177     * Tue Feb 09 2010 Daniel B. <daniel@firewall-services.com> [0.1-24]
178     - Depends now on asterisk14 and asterisk-addons14
179    
180     * Wed Jan 06 2010 Daniel B. <daniel@firewall-services.com> [0.1-23]
181     - disable dynamic hints
182    
183     * Tue Oct 06 2009 Daniel B. <daniel@firewall-services.com> [0.1-22]
184     - include /opt/freepbx/admin/functions.inc.php in freepbx-dump-astdb
185     action script for FreePBX 2.6 compatibility
186    
187     * Tue May 19 2009 Daniel B. <daniel@firewall-services.com> [0.1-21]
188     - Add CHECKREFERER=FALSE in amportal.conf to repvent error message in some
189     modules (due to the ProxyPass configuration)
190    
191     * Tue Apr 28 2009 Daniel B. <daniel@firewall-services.com> [0.1-20]
192     - Fix CDR db password in cdr_mysql.conf template
193     - Use a separate service in SME db for FOP
194    
195     * Thu Apr 16 2009 Daniel B. <daniel@firewall-services.com> [0.1-19]
196     - remove scoreboard directive from httpd-fpbx config
197     - remove some modules (mod_ssl, mod_proxy)
198    
199     * Sat Apr 11 2009 Daniel B. <daniel@firewall-services.com> [0.1-18]
200     - templatize cdr_mysql.conf [SME: 5153]
201     - templatize manager.conf
202     - remove freepbx-cron-scheduler.php from root crontab so only
203     asterisk user runs it (prevent email error sent from cron)
204    
205     * Fri Mar 27 2009 Daniel B. <daniel@firewall-services.com> [0.1-17]
206     - Remove obsolete /admin Alias from apache
207     - Run the security script on bootsrape-console-save event
208    
209     * Mon Mar 23 2009 Daniel B. <daniel@firewall-services.com> [0.1-16]
210     - Security Fixe: put a random password for ARI admin (this should be documented)
211    
212     * Thu Mar 19 2009 Daniel B. <daniel@firewall-services.com> [0.1-15]
213     - Check if /opt/freepbx/admin exists (retry the install if a first one failed)
214     - Remove tabs from spec
215    
216     * Wed Mar 18 2009 Daniel B. <daniel@firewall-services.com> [0.1-14]
217     - Remove speex from dependencies
218    
219     * Thu Mar 12 2009 Daniel B. <daniel@firewall-services.com> [0.1-13]
220     - Remove zaptel dependency, replaced with dahdi-tools and dahdi-linux
221    
222     * Mon Feb 23 2009 Daniel B. <daniel@firewall-services.com> [0.1-12]
223     - Fix logrotate issue (send a sigusr1 signal to httpd-fpbx)
224    
225     * Thu Feb 12 2009 Daniel B. <daniel@firewall-services.com> [0.1-11]
226     - Full support for the new DAHDI driver, droping zaptel
227    
228     * Mon Feb 09 2009 Daniel B. <daniel@firewall-services.com> [0.1-10]
229     - add support for DAHDI channel
230    
231     * Mon Dec 08 2008 Daniel B. <daniel@firewall-services.com> [0.1-9]
232     - move expand-templates from post-upgrade event to bootstrap-console-save
233    
234     * Thu Nov 27 2008 Daniel B. <daniel@firewall-services.com> [0.1-8]
235     - Add support for trunk name in mail alerts
236    
237     * Wed Nov 26 2008 Daniel B. <daniel@firewall-services.com> [0.1-7]
238     - Add a simple script to alert admin by mail on trunk errors
239    
240     * Thu Nov 20 2008 Daniel B. <daniel@firewall-services.com> [0.1-6]
241     - Use AdminPanels props so access can be configured using
242     smeserver-userpanels contrib. AdminUsers and FopUsers
243     props aren't used anymore
244    
245     * Wed Nov 19 2008 Daniel B. <daniel@firewall-services.com> [0.1-5]
246     - add logrotate default config file for asterisk's logs
247     - spec cleanup
248    
249     * Thu Nov 13 2008 Daniel B. <daniel@firewall-services.com> [0.1-4]
250     - fix logrotate issue
251    
252     * Wed Nov 05 2008 Daniel B. <daniel@firewall-services.com> [0.1-3]
253     - split freepbx sources in a separate package (freepbx-src)
254     - alternative genzaptelconf
255    
256     * Mon Oct 13 2008 Daniel B. <daniel@firewall-services.com> [0.1-2]
257     - Fix fop not being displayed in admin page
258    
259     * Sat Sep 20 2008 Daniel B. <daniel@firewall-services.com> [0.1-1]
260     - updated to 2.5.0 final
261     - spec cleaning
262     - templates cleaning
263     - templates to update mysql informations
264    
265     * Mon Aug 04 2008 daniel B. <daniel@firewall-services.com> [0.1-0]
266     - initial release
267    
268     %prep
269    
270     %setup -q -n %{name}-%{version}
271 unnilennium 1.19 %patch0 -p1
272 unnilennium 1.20 %patch1 -p1
273 unnilennium 1.21 %patch2 -p1
274 unnilennium 1.23 %patch3 -p1
275 unnilennium 1.24 %patch4 -p1
276 unnilennium 1.25 %patch5 -p1
277    
278 unnilennium 1.1
279     %build
280     # Build symlinks
281     perl createlinks
282    
283    
284     %install
285     rm -rf $RPM_BUILD_ROOT
286    
287     %{__mkdir_p} $RPM_BUILD_ROOT/var/lib/php/fpbx-session
288    
289     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
290     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
291     --file /usr/share/freepbx/scripts/uninstall.sh 'attr(0750,root,root)' \
292     --file /usr/share/freepbx/scripts/restore-astdb.php 'attr(0750,root,root)' \
293     --dir /var/service/httpd-fpbx 'attr(01755,root,root)' \
294     --dir /var/service/httpd-fpbx/supervise 'attr(0700,root,root)' \
295     --dir /var/service/httpd-fpbx/log 'attr(0755,root,root)' \
296     --file /var/service/httpd-fpbx/log/run 'attr(0755,root,root)' \
297     --dir /var/service/httpd-fpbx/log/supervise 'attr(0700,root,root)' \
298     --dir /var/log/httpd-fpbx 'attr(0750,smelog,smelog)' \
299     --file /var/lib/asterisk/bin/genzaptelconf 'attr(0750,root,root)' \
300     --file /var/lib/asterisk/agi-bin/trunk_alert_mail.agi 'attr(0750,asterisk,asterisk)' \
301     --file /etc/logrotate.d/asterisk 'config(noreplace)' \
302     --dir /var/lib/php/fpbx-session 'attr(0770,root,asterisk)' \
303     > %{name}-%{version}-%{release}-filelist
304    
305     %clean
306     rm -rf $RPM_BUILD_ROOT
307    
308     %files -f %{name}-%{version}-%{release}-filelist
309     %defattr(-,root,root)
310    
311    
312     %post
313    
314 unnilennium 1.20 #bug 9744, restore tmp permissions
315     if [ `stat -c %U /tmp` == "asterisk" ]; then
316     chmod o+rwxt /tmp/
317     chown root:root /tmp/
318     fi
319    
320 unnilennium 1.1 %preun
321     if [ $1 = 0 ] ; then
322     /etc/rc.d/init.d/freepbx stop >& /dev/null || :
323     fi
324    
325     true
326    

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