1 |
# $Id$ |
# $Id: smeserver-freepbx.spec,v 1.5 2009/03/18 19:39:37 vip-ire Exp $ |
2 |
# Authority: vip-ire |
# Authority: vip-ire |
3 |
# Name: Daniel Berteaud |
# Name: Daniel Berteaud |
4 |
|
|
5 |
#%define fpbxversion 2.5.0 |
#%define fpbxversion 2.5.0 |
6 |
%define version 0.1 |
%define version 0.1 |
7 |
%define release 9 |
%define release 15 |
8 |
%define name smeserver-freepbx |
%define name smeserver-freepbx |
9 |
|
|
10 |
Summary: Asterisk web GUI |
Summary: Asterisk web GUI |
11 |
Name: %{name} |
Name: %{name} |
12 |
Version: %{version} |
Version: %{version} |
13 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
14 |
License: GPL |
License: GPL |
15 |
Group: System/Servers |
Group: System/Servers |
16 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
17 |
Patch0: smeserver-freepbx-0.1-fop_link.patch |
|
18 |
Patch1: smeserver-freepbx-0.1-genzaptelconf.patch |
Patch0: smeserver-freepbx-0.1-fop_link.patch |
19 |
Patch2: smeserver-freepbx-0.1-logrotate.patch |
Patch1: smeserver-freepbx-0.1-genzaptelconf.patch |
20 |
Patch3: smeserver-freepbx-0.1-asterisk_logrotate.patch |
Patch2: smeserver-freepbx-0.1-logrotate.patch |
21 |
Patch4: smeserver-freepbx-0.1-userpanels.patch |
Patch3: smeserver-freepbx-0.1-asterisk_logrotate.patch |
22 |
Patch5: smeserver-freepbx-0.1-trunk_alert_mail.patch |
Patch4: smeserver-freepbx-0.1-userpanels.patch |
23 |
Patch6: smeserver-freepbx-0.1-trunk_name_in_alert.patch |
Patch5: smeserver-freepbx-0.1-trunk_alert_mail.patch |
24 |
Patch7: smeserver-freepbx-0.1-postupgrade_to_bootstrap.patch |
Patch6: smeserver-freepbx-0.1-trunk_name_in_alert.patch |
25 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
Patch7: smeserver-freepbx-0.1-postupgrade_to_bootstrap.patch |
26 |
URL: http://www.freepbx.org/ |
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 |
|
|
31 |
|
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
32 |
|
URL: http://www.freepbx.org/ |
33 |
|
|
34 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
35 |
BuildRequires: tar |
BuildRequires: tar |
36 |
|
|
37 |
Requires: mysql |
Requires: mysql |
38 |
Requires: httpd |
Requires: httpd |
39 |
Requires: php-pear |
Requires: php-pear |
40 |
Requires: asterisk |
Requires: asterisk |
41 |
Requires: asterisk-addons |
Requires: asterisk-addons |
42 |
Requires: zaptel |
Requires: dahdi-tools |
43 |
Requires: speex |
Requires: dahdi-linux |
44 |
Requires: sox |
Requires: sox |
45 |
Requires: mod_auth_tkt |
Requires: mod_auth_tkt |
46 |
Requires: e-smith-base |
Requires: e-smith-base |
47 |
Requires: freepbx-src |
Requires: freepbx-src |
48 |
Buildarch: noarch |
|
49 |
AutoReqProv: no |
Buildarch: noarch |
50 |
|
AutoReqProv: no |
51 |
|
|
52 |
|
|
53 |
%description |
%description |
56 |
|
|
57 |
|
|
58 |
%changelog |
%changelog |
59 |
|
* 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 |
|
* Wed Mar 18 2009 Daniel B. <daniel@firewall-services.com> [0.1-14] |
64 |
|
- Remove speex from dependencies |
65 |
|
|
66 |
|
* 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 |
|
* 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 |
* Mon Dec 08 2008 Daniel B. <daniel@firewall-services.com> [0.1-9] |
* 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 |
- move expand-templates from post-upgrade event to bootstrap-console-save |
80 |
|
|
123 |
%patch5 -p1 |
%patch5 -p1 |
124 |
%patch6 -p1 |
%patch6 -p1 |
125 |
%patch7 -p1 |
%patch7 -p1 |
126 |
|
%patch8 -p1 |
127 |
|
%patch9 -p1 |
128 |
|
%patch10 -p1 |
129 |
|
%patch11 -p1 |
130 |
|
|
131 |
%build |
%build |
132 |
# Build symlinks |
# Build symlinks |