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

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

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

Revision 1.19 by unnilennium, Tue Jul 26 16:24:23 2016 UTC Revision 1.24 by unnilennium, Mon Jan 9 23:25:11 2017 UTC
# Line 1  Line 1 
1  # $Id: smeserver-freepbx.spec,v 1.18 2016/06/13 12:16:46 unnilennium Exp $  # $Id: smeserver-freepbx.spec,v 1.23 2016/10/24 04:46:10 unnilennium 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 13  %define version 13
7  %define release 2  %define release 7
8  %define name smeserver-freepbx  %define name smeserver-freepbx
9    
10  Summary: Asterisk web GUI  Summary: Asterisk web GUI
# Line 16  Group: System/Servers Line 16  Group: System/Servers
16  Source: %{name}-%{version}.tar.gz  Source: %{name}-%{version}.tar.gz
17    
18  Patch0: smeserver-freepbx-13.bz9702.udpports.patch  Patch0: smeserver-freepbx-13.bz9702.udpports.patch
19    Patch1: smeserver-freepbx-13.bz9744.patch
20    Patch2: smeserver-freepbx-13.bz9702-2.patch
21    Patch3: smeserver-freepbx-13.bz9760.patch
22    Patch4: smeserver-freepbx-13.bz9918.defaultUDPports.patch
23  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
24  URL: http://www.freepbx.org/  URL: http://www.freepbx.org/
25    
# Line 48  This package provide the integration of Line 51  This package provide the integration of
51    
52    
53  %changelog  %changelog
54    * Mon Jan 09 2017 Jean-Philipe Pialasse <tests@pialasse.com> 13-7.sme
55    - fix wrong default UDPPorts on new install [SME: 9918]
56    
57    * Mon Oct 24 2016 Jean-Philipe Pialasse <tests@pialasse.com> 13-6.sme
58    - fix error while backup with workstation [SME: 9760]
59    
60    * Mon Oct 24 2016 Jean-Philipe Pialasse <tests@pialasse.com> 13-5.sme
61    -fix typo in smeserver-freepbx-13.bz9744.patch
62    
63    * Sun Oct 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 13-4.sme
64    - fix [SME: 9702]
65    - corrected syntax for port range
66    
67    * Sun Oct 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 13-3.sme
68    - fix [SME: 9744]
69    - fix wrong /tmp folder permission after update
70    - Thank you Hsing-Foo Wang.
71    
72  * Tue Jul 26 2016 Jean-Philipe Pialasse <tests@pialasse.com> 13-2.sme  * Tue Jul 26 2016 Jean-Philipe Pialasse <tests@pialasse.com> 13-2.sme
73  - fix wrong UDP ports change 1000:2000 to 10000:20000 [SME: 9702]  - fix wrong UDP ports change 1000:2000 to 10000:20000 [SME: 9702]
74    
# Line 240  This package provide the integration of Line 261  This package provide the integration of
261    
262  %setup -q -n %{name}-%{version}  %setup -q -n %{name}-%{version}
263  %patch0 -p1  %patch0 -p1
264    %patch1 -p1
265    %patch2 -p1
266    %patch3 -p1
267    %patch4 -p1
268    
269  %build  %build
270  # Build symlinks  # Build symlinks
# Line 276  rm -rf $RPM_BUILD_ROOT Line 301  rm -rf $RPM_BUILD_ROOT
301    
302  %post  %post
303    
304    #bug 9744, restore tmp permissions
305    if [ `stat -c %U /tmp` == "asterisk"  ]; then
306            chmod o+rwxt /tmp/
307            chown root:root /tmp/
308    fi
309    
310  %preun  %preun
311  if [ $1 = 0 ] ; then  if [ $1 = 0 ] ; then
312    /etc/rc.d/init.d/freepbx stop >& /dev/null || :    /etc/rc.d/init.d/freepbx stop >& /dev/null || :


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