1 |
# $Id: freepbx-src.spec,v 1.3 2016/05/16 07:06:26 unnilennium Exp $ |
# $Id: freepbx-src.spec,v 1.4 2016/05/16 08:00:17 unnilennium Exp $ |
2 |
# Authority: vip-ire |
# Authority: vip-ire |
3 |
# Name: Daniel Berteaud |
# Name: Daniel Berteaud |
4 |
|
|
5 |
%define version 13.0 |
%define version 13.0 |
6 |
%define release 2 |
%define release 3 |
7 |
%define name freepbx-src |
%define name freepbx-src |
8 |
|
|
9 |
|
|
16 |
|
|
17 |
Source0: freepbx-%{version}.tgz |
Source0: freepbx-%{version}.tgz |
18 |
Source1: panel-0.1.tgz |
Source1: panel-0.1.tgz |
|
Patch0: freepbx-13.0-MemoryLimit.patch |
|
19 |
|
|
20 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
21 |
URL: http://www.freepbx.org/ |
URL: http://www.freepbx.org/ |
32 |
This package only contains the sources, and should be installed with smeserver-freepbx |
This package only contains the sources, and should be installed with smeserver-freepbx |
33 |
|
|
34 |
%changelog |
%changelog |
35 |
|
* Mon May 16 2016 Jean-Philipe Pialasse <tests@pialasse.com> 13.0-3.sme |
36 |
|
- revert chnage for memory |
37 |
|
|
38 |
* Mon May 16 2016 Jean-Philipe Pialasse <tests@pialasse.com> 13.0-2.sme |
* Mon May 16 2016 Jean-Philipe Pialasse <tests@pialasse.com> 13.0-2.sme |
39 |
- fix error while installing because of memory limit reached [SME: 9515] |
- fix error while installing because of memory limit reached [SME: 9515] |
40 |
|
- remove panel module from build |
41 |
|
|
42 |
* Fri May 06 2016 Jean-Philipe Pialasse <tests@pialasse.com> 13.0-1.sme |
* Fri May 06 2016 Jean-Philipe Pialasse <tests@pialasse.com> 13.0-1.sme |
43 |
- new version for SME9 [SME: 9493] |
- new version for SME9 [SME: 9493] |
65 |
# rem by JP not compatible anymore |
# rem by JP not compatible anymore |
66 |
#tar xzf %{SOURCE1} -C root/usr/share/freepbx/sources/freepbx-%{version}/amp_conf/htdocs/admin/modules |
#tar xzf %{SOURCE1} -C root/usr/share/freepbx/sources/freepbx-%{version}/amp_conf/htdocs/admin/modules |
67 |
ln -s freepbx-%{version} root/usr/share/freepbx/sources/freepbx |
ln -s freepbx-%{version} root/usr/share/freepbx/sources/freepbx |
|
%patch0 -p1 |
|
68 |
%build |
%build |
69 |
|
|
70 |
%install |
%install |