/[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.23 by unnilennium, Mon Oct 24 04:46:10 2016 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.22 2016/10/24 04:12:08 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 6
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  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
23  URL: http://www.freepbx.org/  URL: http://www.freepbx.org/
24    
# Line 48  This package provide the integration of Line 50  This package provide the integration of
50    
51    
52  %changelog  %changelog
53    * Mon Oct 24 2016 Jean-Philipe Pialasse <tests@pialasse.com> 13-6.sme
54    - fix error while backup with workstation [SME: 9760]
55    
56    * Mon Oct 24 2016 Jean-Philipe Pialasse <tests@pialasse.com> 13-5.sme
57    -fix typo in smeserver-freepbx-13.bz9744.patch
58    
59    * Sun Oct 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 13-4.sme
60    - fix [SME: 9702]
61    - corrected syntax for port range
62    
63    * Sun Oct 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 13-3.sme
64    - fix [SME: 9744]
65    - fix wrong /tmp folder permission after update
66    - Thank you Hsing-Foo Wang.
67    
68  * 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
69  - fix wrong UDP ports change 1000:2000 to 10000:20000 [SME: 9702]  - fix wrong UDP ports change 1000:2000 to 10000:20000 [SME: 9702]
70    
# Line 240  This package provide the integration of Line 257  This package provide the integration of
257    
258  %setup -q -n %{name}-%{version}  %setup -q -n %{name}-%{version}
259  %patch0 -p1  %patch0 -p1
260    %patch1 -p1
261    %patch2 -p1
262    %patch3 -p1
263    
264    
265  %build  %build
266  # Build symlinks  # Build symlinks
# Line 276  rm -rf $RPM_BUILD_ROOT Line 297  rm -rf $RPM_BUILD_ROOT
297    
298  %post  %post
299    
300    #bug 9744, restore tmp permissions
301    if [ `stat -c %U /tmp` == "asterisk"  ]; then
302            chmod o+rwxt /tmp/
303            chown root:root /tmp/
304    fi
305    
306  %preun  %preun
307  if [ $1 = 0 ] ; then  if [ $1 = 0 ] ; then
308    /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