1 |
# $Id: smeserver-freepbx.spec,v 1.19 2010/07/15 10:12:03 vip-ire Exp $ |
2 |
# Authority: vip-ire |
3 |
# Name: Daniel Berteaud |
4 |
|
5 |
#%define fpbxversion 2.5.0 |
6 |
%define version 0.1 |
7 |
%define release 28 |
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 |
|
49 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
50 |
URL: http://www.freepbx.org/ |
51 |
|
52 |
BuildRequires: e-smith-devtools |
53 |
BuildRequires: tar |
54 |
|
55 |
Requires: mysql |
56 |
Requires: httpd |
57 |
Requires: php-pear |
58 |
Requires: /usr/sbin/asterisk |
59 |
Requires: %{_libdir}/asterisk/modules/app_addon_sql_mysql.so |
60 |
Requires: dahdi-tools |
61 |
Requires: dahdi-linux |
62 |
Requires: sox |
63 |
Requires: mod_auth_tkt |
64 |
Requires: e-smith-base |
65 |
Requires: freepbx-src |
66 |
|
67 |
Buildarch: noarch |
68 |
AutoReqProv: no |
69 |
|
70 |
|
71 |
%description |
72 |
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. |
73 |
This package provide the integration of FreePBX on SME Server. |
74 |
|
75 |
|
76 |
%changelog |
77 |
* Mon Sep 20 2010 Daniel B. <daniel@firewall-services.com> 0.1-28.sme |
78 |
- Create and populate the mysql databases in mysql.init |
79 |
- Templates for /etc/asterisk/asterisk.conf |
80 |
|
81 |
* Thu Jul 15 2010 Daniel B. <daniel@firewall-services.com> [0.1-27] |
82 |
- Read ARI password from the DB (and initialize a random one) |
83 |
|
84 |
* Mon Feb 22 2010 Daniel B. <daniel@firewall-services.com> [0.1-26] |
85 |
- Remove hard-coded dependencies on asterisk and asterisk-addons14 |
86 |
Depends now on asterisk binary and app_addon_sql_mysql.so files |
87 |
(so it can work with asterisk or asterisk14) |
88 |
|
89 |
* Mon Feb 15 2010 Daniel B. <daniel@firewall-services.com> [0.1-25] |
90 |
- Remove /etc/logrotate.d/asterisk which is now included in asterisk14 |
91 |
|
92 |
* Tue Feb 09 2010 Daniel B. <daniel@firewall-services.com> [0.1-24] |
93 |
- Depends now on asterisk14 and asterisk-addons14 |
94 |
|
95 |
* Wed Jan 06 2010 Daniel B. <daniel@firewall-services.com> [0.1-23] |
96 |
- disable dynamic hints |
97 |
|
98 |
* Tue Oct 06 2009 Daniel B. <daniel@firewall-services.com> [0.1-22] |
99 |
- include /opt/freepbx/admin/functions.inc.php in freepbx-dump-astdb |
100 |
action script for FreePBX 2.6 compatibility |
101 |
|
102 |
* Tue May 19 2009 Daniel B. <daniel@firewall-services.com> [0.1-21] |
103 |
- Add CHECKREFERER=FALSE in amportal.conf to repvent error message in some |
104 |
modules (due to the ProxyPass configuration) |
105 |
|
106 |
* Tue Apr 28 2009 Daniel B. <daniel@firewall-services.com> [0.1-20] |
107 |
- Fix CDR db password in cdr_mysql.conf template |
108 |
- Use a separate service in SME db for FOP |
109 |
|
110 |
* Thu Apr 16 2009 Daniel B. <daniel@firewall-services.com> [0.1-19] |
111 |
- remove scoreboard directive from httpd-fpbx config |
112 |
- remove some modules (mod_ssl, mod_proxy) |
113 |
|
114 |
* Sat Apr 11 2009 Daniel B. <daniel@firewall-services.com> [0.1-18] |
115 |
- templatize cdr_mysql.conf [SME: 5153] |
116 |
- templatize manager.conf |
117 |
- remove freepbx-cron-scheduler.php from root crontab so only |
118 |
asterisk user runs it (prevent email error sent from cron) |
119 |
|
120 |
* Fri Mar 27 2009 Daniel B. <daniel@firewall-services.com> [0.1-17] |
121 |
- Remove obsolete /admin Alias from apache |
122 |
- Run the security script on bootsrape-console-save event |
123 |
|
124 |
* Mon Mar 23 2009 Daniel B. <daniel@firewall-services.com> [0.1-16] |
125 |
- Security Fixe: put a random password for ARI admin (this should be documented) |
126 |
|
127 |
* Thu Mar 19 2009 Daniel B. <daniel@firewall-services.com> [0.1-15] |
128 |
- Check if /opt/freepbx/admin exists (retry the install if a first one failed) |
129 |
- Remove tabs from spec |
130 |
|
131 |
* Wed Mar 18 2009 Daniel B. <daniel@firewall-services.com> [0.1-14] |
132 |
- Remove speex from dependencies |
133 |
|
134 |
* Thu Mar 12 2009 Daniel B. <daniel@firewall-services.com> [0.1-13] |
135 |
- Remove zaptel dependency, replaced with dahdi-tools and dahdi-linux |
136 |
|
137 |
* Mon Feb 23 2009 Daniel B. <daniel@firewall-services.com> [0.1-12] |
138 |
- Fix logrotate issue (send a sigusr1 signal to httpd-fpbx) |
139 |
|
140 |
* Thu Feb 12 2009 Daniel B. <daniel@firewall-services.com> [0.1-11] |
141 |
- Full support for the new DAHDI driver, droping zaptel |
142 |
|
143 |
* Mon Feb 09 2009 Daniel B. <daniel@firewall-services.com> [0.1-10] |
144 |
- add support for DAHDI channel |
145 |
|
146 |
* Mon Dec 08 2008 Daniel B. <daniel@firewall-services.com> [0.1-9] |
147 |
- move expand-templates from post-upgrade event to bootstrap-console-save |
148 |
|
149 |
* Thu Nov 27 2008 Daniel B. <daniel@firewall-services.com> [0.1-8] |
150 |
- Add support for trunk name in mail alerts |
151 |
|
152 |
* Wed Nov 26 2008 Daniel B. <daniel@firewall-services.com> [0.1-7] |
153 |
- Add a simple script to alert admin by mail on trunk errors |
154 |
|
155 |
* Thu Nov 20 2008 Daniel B. <daniel@firewall-services.com> [0.1-6] |
156 |
- Use AdminPanels props so access can be configured using |
157 |
smeserver-userpanels contrib. AdminUsers and FopUsers |
158 |
props aren't used anymore |
159 |
|
160 |
* Wed Nov 19 2008 Daniel B. <daniel@firewall-services.com> [0.1-5] |
161 |
- add logrotate default config file for asterisk's logs |
162 |
- spec cleanup |
163 |
|
164 |
* Thu Nov 13 2008 Daniel B. <daniel@firewall-services.com> [0.1-4] |
165 |
- fix logrotate issue |
166 |
|
167 |
* Wed Nov 05 2008 Daniel B. <daniel@firewall-services.com> [0.1-3] |
168 |
- split freepbx sources in a separate package (freepbx-src) |
169 |
- alternative genzaptelconf |
170 |
|
171 |
* Mon Oct 13 2008 Daniel B. <daniel@firewall-services.com> [0.1-2] |
172 |
- Fix fop not being displayed in admin page |
173 |
|
174 |
* Sat Sep 20 2008 Daniel B. <daniel@firewall-services.com> [0.1-1] |
175 |
- updated to 2.5.0 final |
176 |
- spec cleaning |
177 |
- templates cleaning |
178 |
- templates to update mysql informations |
179 |
|
180 |
* Mon Aug 04 2008 daniel B. <daniel@firewall-services.com> [0.1-0] |
181 |
- initial release |
182 |
|
183 |
%prep |
184 |
|
185 |
%setup -q -n %{name}-%{version} |
186 |
%patch0 -p1 |
187 |
%patch1 -p1 |
188 |
%patch2 -p1 |
189 |
%patch3 -p1 |
190 |
%patch4 -p1 |
191 |
%patch5 -p1 |
192 |
%patch6 -p1 |
193 |
%patch7 -p1 |
194 |
%patch8 -p1 |
195 |
%patch9 -p1 |
196 |
%patch10 -p1 |
197 |
%patch11 -p1 |
198 |
%patch12 -p1 |
199 |
%patch13 -p1 |
200 |
%patch14 -p1 |
201 |
%patch15 -p1 |
202 |
%patch16 -p1 |
203 |
%patch17 -p1 |
204 |
%patch18 -p1 |
205 |
%patch19 -p1 |
206 |
%patch20 -p1 |
207 |
%patch21 -p1 |
208 |
%patch22 -p1 |
209 |
%patch23 -p1 |
210 |
%patch24 -p1 |
211 |
%patch25 -p1 |
212 |
%patch26 -p1 |
213 |
%patch27 -p1 |
214 |
%patch28 -p1 |
215 |
%patch29 -p1 |
216 |
|
217 |
%build |
218 |
# Build symlinks |
219 |
perl createlinks |
220 |
|
221 |
|
222 |
%install |
223 |
rm -rf $RPM_BUILD_ROOT |
224 |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
225 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
226 |
--file /usr/share/freepbx/scripts/uninstall.sh 'attr(0750,root,root)' \ |
227 |
--file /usr/share/freepbx/scripts/restore-astdb.php 'attr(0750,root,root)' \ |
228 |
--dir /var/service/httpd-fpbx 'attr(01755,root,root)' \ |
229 |
--dir /var/service/httpd-fpbx/supervise 'attr(0700,root,root)' \ |
230 |
--dir /var/service/httpd-fpbx/log 'attr(0755,root,root)' \ |
231 |
--file /var/service/httpd-fpbx/log/run 'attr(0755,root,root)' \ |
232 |
--dir /var/service/httpd-fpbx/log/supervise 'attr(0700,root,root)' \ |
233 |
--dir /var/log/httpd-fpbx 'attr(0750,smelog,smelog)' \ |
234 |
--file /var/lib/asterisk/bin/genzaptelconf 'attr(0750,root,root)' \ |
235 |
--file /var/lib/asterisk/agi-bin/trunk_alert_mail.agi 'attr(0750,asterisk,asterisk)' \ |
236 |
--file /etc/logrotate.d/asterisk 'config(noreplace)' \ |
237 |
> %{name}-%{version}-%{release}-filelist |
238 |
|
239 |
%clean |
240 |
rm -rf $RPM_BUILD_ROOT |
241 |
|
242 |
%files -f %{name}-%{version}-%{release}-filelist |
243 |
%defattr(-,root,root) |
244 |
|
245 |
|
246 |
%post |
247 |
|
248 |
%preun |
249 |
if [ $1 = 0 ] ; then |
250 |
/etc/rc.d/init.d/freepbx stop >& /dev/null || : |
251 |
fi |
252 |
|
253 |
true |
254 |
|