1 |
vip-ire |
1.6 |
# $Id: smeserver-freepbx.spec,v 1.5 2009/03/18 19:39:37 vip-ire Exp $ |
2 |
slords |
1.1 |
# Authority: vip-ire |
3 |
|
|
# Name: Daniel Berteaud |
4 |
|
|
|
5 |
|
|
#%define fpbxversion 2.5.0 |
6 |
|
|
%define version 0.1 |
7 |
vip-ire |
1.6 |
%define release 15 |
8 |
slords |
1.1 |
%define name smeserver-freepbx |
9 |
|
|
|
10 |
vip-ire |
1.6 |
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 |
vip-ire |
1.3 |
|
31 |
vip-ire |
1.6 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
32 |
|
|
URL: http://www.freepbx.org/ |
33 |
slords |
1.1 |
|
34 |
|
|
BuildRequires: e-smith-devtools |
35 |
|
|
BuildRequires: tar |
36 |
|
|
|
37 |
vip-ire |
1.6 |
Requires: mysql |
38 |
|
|
Requires: httpd |
39 |
|
|
Requires: php-pear |
40 |
|
|
Requires: asterisk |
41 |
|
|
Requires: asterisk-addons |
42 |
|
|
Requires: dahdi-tools |
43 |
|
|
Requires: dahdi-linux |
44 |
|
|
Requires: sox |
45 |
|
|
Requires: mod_auth_tkt |
46 |
|
|
Requires: e-smith-base |
47 |
|
|
Requires: freepbx-src |
48 |
vip-ire |
1.4 |
|
49 |
vip-ire |
1.6 |
Buildarch: noarch |
50 |
|
|
AutoReqProv: no |
51 |
slords |
1.1 |
|
52 |
|
|
|
53 |
|
|
%description |
54 |
|
|
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. |
55 |
|
|
This package provide the integration of FreePBX on SME Server. |
56 |
|
|
|
57 |
|
|
|
58 |
|
|
%changelog |
59 |
vip-ire |
1.6 |
* Thu Mar 19 2009 Daniel B. <daniel@firewall-services.com> [0.1-15] |
60 |
|
|
- Check if /opt/freepbx/admin exists (retry the install if a first one failed) |
61 |
|
|
- Remove tabs from spec |
62 |
|
|
|
63 |
vip-ire |
1.5 |
* Wed Mar 18 2009 Daniel B. <daniel@firewall-services.com> [0.1-14] |
64 |
|
|
- Remove speex from dependencies |
65 |
|
|
|
66 |
vip-ire |
1.4 |
* Thu Mar 12 2009 Daniel B. <daniel@firewall-services.com> [0.1-13] |
67 |
|
|
- Remove zaptel dependency, replaced with dahdi-tools and dahdi-linux |
68 |
|
|
|
69 |
vip-ire |
1.3 |
* Mon Feb 23 2009 Daniel B. <daniel@firewall-services.com> [0.1-12] |
70 |
|
|
- Fix logrotate issue (send a sigusr1 signal to httpd-fpbx) |
71 |
|
|
|
72 |
|
|
* Thu Feb 12 2009 Daniel B. <daniel@firewall-services.com> [0.1-11] |
73 |
|
|
- Full support for the new DAHDI driver, droping zaptel |
74 |
|
|
|
75 |
|
|
* Mon Feb 09 2009 Daniel B. <daniel@firewall-services.com> [0.1-10] |
76 |
|
|
- add support for DAHDI channel |
77 |
|
|
|
78 |
slords |
1.1 |
* Mon Dec 08 2008 Daniel B. <daniel@firewall-services.com> [0.1-9] |
79 |
|
|
- move expand-templates from post-upgrade event to bootstrap-console-save |
80 |
|
|
|
81 |
|
|
* Thu Nov 27 2008 Daniel B. <daniel@firewall-services.com> [0.1-8] |
82 |
|
|
- Add support for trunk name in mail alerts |
83 |
|
|
|
84 |
|
|
* Wed Nov 26 2008 Daniel B. <daniel@firewall-services.com> [0.1-7] |
85 |
|
|
- Add a simple script to alert admin by mail on trunk errors |
86 |
|
|
|
87 |
|
|
* Thu Nov 20 2008 Daniel B. <daniel@firewall-services.com> [0.1-6] |
88 |
|
|
- Use AdminPanels props so access can be configured using |
89 |
|
|
smeserver-userpanels contrib. AdminUsers and FopUsers |
90 |
|
|
props aren't used anymore |
91 |
|
|
|
92 |
|
|
* Wed Nov 19 2008 Daniel B. <daniel@firewall-services.com> [0.1-5] |
93 |
|
|
- add logrotate default config file for asterisk's logs |
94 |
|
|
- spec cleanup |
95 |
|
|
|
96 |
|
|
* Thu Nov 13 2008 Daniel B. <daniel@firewall-services.com> [0.1-4] |
97 |
|
|
- fix logrotate issue |
98 |
|
|
|
99 |
|
|
* Wed Nov 05 2008 Daniel B. <daniel@firewall-services.com> [0.1-3] |
100 |
|
|
- split freepbx sources in a separate package (freepbx-src) |
101 |
|
|
- alternative genzaptelconf |
102 |
|
|
|
103 |
|
|
* Mon Oct 13 2008 Daniel B. <daniel@firewall-services.com> [0.1-2] |
104 |
|
|
- Fix fop not being displayed in admin page |
105 |
|
|
|
106 |
|
|
* Sat Sep 20 2008 Daniel B. <daniel@firewall-services.com> [0.1-1] |
107 |
|
|
- updated to 2.5.0 final |
108 |
|
|
- spec cleaning |
109 |
|
|
- templates cleaning |
110 |
|
|
- templates to update mysql informations |
111 |
|
|
|
112 |
|
|
* Mon Aug 04 2008 daniel B. <daniel@firewall-services.com> [0.1-0] |
113 |
|
|
- initial release |
114 |
|
|
|
115 |
|
|
%prep |
116 |
|
|
|
117 |
|
|
%setup -q -n %{name}-%{version} |
118 |
|
|
%patch0 -p1 |
119 |
|
|
%patch1 -p1 |
120 |
|
|
%patch2 -p1 |
121 |
|
|
%patch3 -p1 |
122 |
|
|
%patch4 -p1 |
123 |
|
|
%patch5 -p1 |
124 |
|
|
%patch6 -p1 |
125 |
|
|
%patch7 -p1 |
126 |
vip-ire |
1.3 |
%patch8 -p1 |
127 |
|
|
%patch9 -p1 |
128 |
|
|
%patch10 -p1 |
129 |
vip-ire |
1.6 |
%patch11 -p1 |
130 |
slords |
1.1 |
|
131 |
|
|
%build |
132 |
|
|
# Build symlinks |
133 |
|
|
perl createlinks |
134 |
|
|
|
135 |
|
|
|
136 |
|
|
%install |
137 |
|
|
rm -rf $RPM_BUILD_ROOT |
138 |
|
|
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
139 |
|
|
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
140 |
|
|
--file /usr/share/freepbx/scripts/uninstall.sh 'attr(0750,root,root)' \ |
141 |
|
|
--file /usr/share/freepbx/scripts/restore-astdb.php 'attr(0750,root,root)' \ |
142 |
|
|
--dir /var/service/httpd-fpbx 'attr(01755,root,root)' \ |
143 |
|
|
--dir /var/service/httpd-fpbx/supervise 'attr(0700,root,root)' \ |
144 |
|
|
--dir /var/service/httpd-fpbx/log 'attr(0755,root,root)' \ |
145 |
|
|
--file /var/service/httpd-fpbx/log/run 'attr(0755,root,root)' \ |
146 |
|
|
--dir /var/service/httpd-fpbx/log/supervise 'attr(0700,root,root)' \ |
147 |
|
|
--dir /var/log/httpd-fpbx 'attr(0750,smelog,smelog)' \ |
148 |
|
|
--file /var/lib/asterisk/bin/genzaptelconf 'attr(0750,root,root)' \ |
149 |
|
|
--file /var/lib/asterisk/agi-bin/trunk_alert_mail.agi 'attr(0750,asterisk,asterisk)' \ |
150 |
|
|
--file /etc/logrotate.d/asterisk 'config(noreplace)' \ |
151 |
|
|
> %{name}-%{version}-%{release}-filelist |
152 |
|
|
|
153 |
|
|
%clean |
154 |
|
|
rm -rf $RPM_BUILD_ROOT |
155 |
|
|
|
156 |
|
|
%files -f %{name}-%{version}-%{release}-filelist |
157 |
|
|
%defattr(-,root,root) |
158 |
|
|
|
159 |
|
|
|
160 |
|
|
%post |
161 |
|
|
|
162 |
|
|
%preun |
163 |
|
|
if [ $1 = 0 ] ; then |
164 |
|
|
/etc/rc.d/init.d/freepbx stop >& /dev/null || : |
165 |
|
|
fi |
166 |
|
|
|
167 |
|
|
true |
168 |
|
|
|