/[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.26 by unnilennium, Mon Jan 23 21:25:24 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.25 2017/01/09 23:41:56 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 9
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    Patch5:smeserver-freepbx-13.bz9860.AutoUpgradeModules.patch
24    
25  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
26  URL: http://www.freepbx.org/  URL: http://www.freepbx.org/
# Line 48  This package provide the integration of Line 53  This package provide the integration of
53    
54    
55  %changelog  %changelog
56    * Mon Jan 23 2017 Jean-Philipe Pialasse <tests@pialasse.com> -9.sme
57    - update framework before other modules [SME: 9860]
58    
59    * Mon Jan 09 2017 Jean-Philipe Pialasse <tests@pialasse.com> 13-8.sme
60    - autoupgrade modules [SME: 9860]
61    
62    * Mon Jan 09 2017 Jean-Philipe Pialasse <tests@pialasse.com> 13-7.sme
63    - fix wrong default UDPPorts on new install [SME: 9918]
64    
65    * Mon Oct 24 2016 Jean-Philipe Pialasse <tests@pialasse.com> 13-6.sme
66    - fix error while backup with workstation [SME: 9760]
67    
68    * Mon Oct 24 2016 Jean-Philipe Pialasse <tests@pialasse.com> 13-5.sme
69    -fix typo in smeserver-freepbx-13.bz9744.patch
70    
71    * Sun Oct 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 13-4.sme
72    - fix [SME: 9702]
73    - corrected syntax for port range
74    
75    * Sun Oct 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 13-3.sme
76    - fix [SME: 9744]
77    - fix wrong /tmp folder permission after update
78    - Thank you Hsing-Foo Wang.
79    
80  * 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
81  - fix wrong UDP ports change 1000:2000 to 10000:20000 [SME: 9702]  - fix wrong UDP ports change 1000:2000 to 10000:20000 [SME: 9702]
82    
# Line 240  This package provide the integration of Line 269  This package provide the integration of
269    
270  %setup -q -n %{name}-%{version}  %setup -q -n %{name}-%{version}
271  %patch0 -p1  %patch0 -p1
272    %patch1 -p1
273    %patch2 -p1
274    %patch3 -p1
275    %patch4 -p1
276    %patch5 -p1
277    
278    
279  %build  %build
280  # Build symlinks  # Build symlinks
# Line 276  rm -rf $RPM_BUILD_ROOT Line 311  rm -rf $RPM_BUILD_ROOT
311    
312  %post  %post
313    
314    #bug 9744, restore tmp permissions
315    if [ `stat -c %U /tmp` == "asterisk"  ]; then
316            chmod o+rwxt /tmp/
317            chown root:root /tmp/
318    fi
319    
320  %preun  %preun
321  if [ $1 = 0 ] ; then  if [ $1 = 0 ] ; then
322    /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