/[smecontribs]/rpms/freepbx-src/contribs9/freepbx-src.spec
ViewVC logotype

Diff of /rpms/freepbx-src/contribs9/freepbx-src.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.1 by unnilennium, Fri May 6 01:51:35 2016 UTC Revision 1.5 by unnilennium, Mon May 16 09:40:55 2016 UTC
# Line 1  Line 1 
1  # $Id: freepbx-src.spec,v 1.2 2013/05/22 02:40:06 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 2.5.1  %define version 13.0
6  %define release 2  %define release 3
7  %define name freepbx-src  %define name freepbx-src
8    
9    
# Line 14  Release:        %{release}%{?dist} Line 14  Release:        %{release}%{?dist}
14  License:        GPL  License:        GPL
15  Group:          System/Servers  Group:          System/Servers
16    
17  Source0:        freepbx-%{version}.tar.gz  Source0:        freepbx-%{version}.tgz
18  Source1:        panel-0.1.tgz  Source1:        panel-0.1.tgz
19    
20  BuildRoot:      /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot:      /var/tmp/%{name}-%{version}-%{release}-buildroot
# Line 32  FreePBX is a Standardised Implementation Line 32  FreePBX is a Standardised Implementation
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
39    - 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
43    - new version for SME9 [SME: 9493]
44    
45  * Tue May 21 2013 JP Pialasse <tests@pialasse.com> [2.5.1-2]  * Tue May 21 2013 JP Pialasse <tests@pialasse.com> [2.5.1-2]
46  - add php-process requirement bug [SME: 7382]  - add php-process requirement bug [SME: 7382]
47    
48  * 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]
49  - Add missing %changelog section in spec file  - Add missing changelog section in spec file
50  - Add e-smith-devtools as a build dependency  - Add e-smith-devtools as a build dependency
51    
52  * 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]
# Line 46  This package only contains the sources, Line 56  This package only contains the sources,
56    
57  %setup -q -n freepbx-%{version}  %setup -q -n freepbx-%{version}
58    
59  %build  
60    #%build
61  # Extract freePBX archive  # Extract freePBX archive
62  %{__mkdir_p} root/usr/share/freepbx/sources  %{__mkdir_p} root/usr/share/freepbx/sources
63  tar xzf %{SOURCE0} -C root/usr/share/freepbx/sources  tar xzf %{SOURCE0} -C root/usr/share/freepbx/sources
64  # Extract panel module (not an official module yet)  # Extract panel module (not an official module yet)
65  tar xzf %{SOURCE1} -C root/usr/share/freepbx/sources/freepbx-%{version}/amp_conf/htdocs/admin/modules  # rem by JP not compatible anymore
66  ln -s /usr/share/freepbx/sources/freepbx-%{version} root/usr/share/freepbx/sources/freepbx  #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
68    %build
69    
70  %install  %install
71  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed