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