1 |
# $Id: freepbx-src.spec,v 1.1 2016/05/06 01:51:35 unnilennium Exp $ |
# $Id: freepbx-src.spec,v 1.2 2016/05/06 08:41:37 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 1 |
%define release 2 |
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 |
19 |
|
Patch0: freepbx-13.0-MemoryLimit.patch |
20 |
|
|
21 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
22 |
URL: http://www.freepbx.org/ |
URL: http://www.freepbx.org/ |
33 |
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 |
34 |
|
|
35 |
%changelog |
%changelog |
36 |
|
* Mon May 16 2016 Jean-Philipe Pialasse <tests@pialasse.com> 13.0-2.sme |
37 |
|
- fix error while installing because of memory limit reached [SME: 9515] |
38 |
|
|
39 |
* 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 |
40 |
- new version for SME9 [SME: 9493] |
- new version for SME9 [SME: 9493] |
41 |
|
|
43 |
- add php-process requirement bug [SME: 7382] |
- add php-process requirement bug [SME: 7382] |
44 |
|
|
45 |
* Tue Mar 03 2009 daniel B. <daniel@firewall-services.com> [2.5.1-1] |
* Tue Mar 03 2009 daniel B. <daniel@firewall-services.com> [2.5.1-1] |
46 |
- Add missing %changelog section in spec file |
- Add missing changelog section in spec file |
47 |
- Add e-smith-devtools as a build dependency |
- Add e-smith-devtools as a build dependency |
48 |
|
|
49 |
* Mon Aug 04 2008 daniel B. <daniel@firewall-services.com> [2.5.1-0] |
* Mon Aug 04 2008 daniel B. <daniel@firewall-services.com> [2.5.1-0] |
52 |
%prep |
%prep |
53 |
|
|
54 |
%setup -q -n freepbx-%{version} |
%setup -q -n freepbx-%{version} |
55 |
|
%patch0 -p1 |
56 |
|
|
57 |
%build |
%build |
58 |
# Extract freePBX archive |
# Extract freePBX archive |