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

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

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


Revision 1.5 - (hide annotations) (download)
Mon May 16 09:40:55 2016 UTC (8 years ago) by unnilennium
Branch: MAIN
CVS Tags: freepbx-src-13_0-3_el6_sme, HEAD
Changes since 1.4: +6 -4 lines
* Mon May 16 2016 Jean-Philipe Pialasse <tests@pialasse.com> 13.0-3.sme
- revert chnage for memory

1 unnilennium 1.5 # $Id: freepbx-src.spec,v 1.4 2016/05/16 08:00:17 unnilennium Exp $
2 unnilennium 1.1 # Authority: vip-ire
3     # Name: Daniel Berteaud
4    
5 unnilennium 1.2 %define version 13.0
6 unnilennium 1.5 %define release 3
7 unnilennium 1.1 %define name freepbx-src
8    
9    
10     Summary: FreePBX Sources
11     Name: %{name}
12     Version: %{version}
13     Release: %{release}%{?dist}
14     License: GPL
15     Group: System/Servers
16    
17 unnilennium 1.2 Source0: freepbx-%{version}.tgz
18 unnilennium 1.1 Source1: panel-0.1.tgz
19    
20     BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
21     URL: http://www.freepbx.org/
22    
23     BuildArch: noarch
24    
25     BuildRequires: e-smith-devtools
26     Requires: php-process
27    
28     AutoReqProv: no
29    
30     %description
31     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.
32     This package only contains the sources, and should be installed with smeserver-freepbx
33    
34     %changelog
35 unnilennium 1.5 * Mon May 16 2016 Jean-Philipe Pialasse <tests@pialasse.com> 13.0-3.sme
36     - revert chnage for memory
37    
38 unnilennium 1.3 * 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 unnilennium 1.5 - remove panel module from build
41 unnilennium 1.3
42 unnilennium 1.2 * Fri May 06 2016 Jean-Philipe Pialasse <tests@pialasse.com> 13.0-1.sme
43     - new version for SME9 [SME: 9493]
44    
45 unnilennium 1.1 * Tue May 21 2013 JP Pialasse <tests@pialasse.com> [2.5.1-2]
46     - add php-process requirement bug [SME: 7382]
47    
48     * Tue Mar 03 2009 daniel B. <daniel@firewall-services.com> [2.5.1-1]
49 unnilennium 1.3 - Add missing changelog section in spec file
50 unnilennium 1.1 - Add e-smith-devtools as a build dependency
51    
52     * Mon Aug 04 2008 daniel B. <daniel@firewall-services.com> [2.5.1-0]
53     - initial release based on freepbx 2.5.1
54    
55     %prep
56    
57     %setup -q -n freepbx-%{version}
58    
59 unnilennium 1.4
60     #%build
61 unnilennium 1.1 # Extract freePBX archive
62     %{__mkdir_p} root/usr/share/freepbx/sources
63     tar xzf %{SOURCE0} -C root/usr/share/freepbx/sources
64     # Extract panel module (not an official module yet)
65 unnilennium 1.4 # rem by JP not compatible anymore
66     #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 unnilennium 1.1
70     %install
71     rm -rf $RPM_BUILD_ROOT
72     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
73     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
74     > %{name}-%{version}-%{release}-filelist
75    
76     %clean
77     rm -rf $RPM_BUILD_ROOT
78    
79     %files -f %{name}-%{version}-%{release}-filelist
80     %defattr(-,root,root)
81    
82    

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