/[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.21 by unnilennium, Mon Oct 24 03:31:36 2016 UTC Revision 1.32 by jpp, Mon Jan 29 21:31:58 2018 UTC
# Line 1  Line 1 
1  # $Id: smeserver-freepbx.spec,v 1.20 2016/10/24 02:58:18 unnilennium Exp $  # $Id: smeserver-freepbx.spec,v 1.31 2017/05/03 20:03:42 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 4  %define release 15
8  %define name smeserver-freepbx  %define name smeserver-freepbx
9    
10  Summary: Asterisk web GUI  Summary: Asterisk web GUI
# Line 18  Source: %{name}-%{version}.tar.gz Line 18  Source: %{name}-%{version}.tar.gz
18  Patch0: smeserver-freepbx-13.bz9702.udpports.patch  Patch0: smeserver-freepbx-13.bz9702.udpports.patch
19  Patch1: smeserver-freepbx-13.bz9744.patch  Patch1: smeserver-freepbx-13.bz9744.patch
20  Patch2: smeserver-freepbx-13.bz9702-2.patch  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    Patch6: smeserver-freepbx-13.bz9637.backupFBX.patch
25    Patch7: smeserver-freepbx-13.bz10120.noiseAmportal.patch
26    Patch8: smeserver-freepbx-13.bz10268.updatetktauth.patch
27    Patch9: smeserver-freepbx-13.bz10496.missing-tampered-files.patch
28    Patch10: smeserver-freepbx-13.bz10503.DeviceAndUser.patch
29    
30  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
31  URL: http://www.freepbx.org/  URL: http://www.freepbx.org/
32    
# Line 39  Requires: asterisk-sounds-core-en-ulaw Line 48  Requires: asterisk-sounds-core-en-ulaw
48  Requires: asterisk-sounds-extra-en-ulaw  Requires: asterisk-sounds-extra-en-ulaw
49  Requires: asterisk-voicemail  Requires: asterisk-voicemail
50  Requires: asterisk-configs  Requires: asterisk-configs
51    Requires: ffmpeg
52    Requires: mpg123
53    
54    Requires: e-smith-manager >= 2.6.0-22
55    
56  #Buildarch: noarch  #Buildarch: noarch
57  AutoReqProv: no  AutoReqProv: no
58    
# Line 49  This package provide the integration of Line 63  This package provide the integration of
63    
64    
65  %changelog  %changelog
66    * Mon Jan 29 2018 Jean-Philipe Pialasse <tests@pialasse.com> 13-15.sme
67    - fix warning tampered files in GUI [SME: 10496]
68    - remove DeviceAndUser property [SME: 10503]
69    
70    * Wed May 03 2017 Jean-Philipe Pialasse <tests@pialasse.com> 13-14.sme
71    - update TKT auth parameter for SME 9.2 [SME: 10268]
72    
73    * Sat Feb 25 2017 Jean-Philipe Pialasse <tests@pialasse.com> 13-13.sme
74    - fix noise rebooting and restarting freepbx [SME: 10120]
75    
76    * Wed Jan 25 2017 Jean-Philipe Pialasse <tests@pialasse.com> 13-11.sme
77    - NFR: auto backup of whole FBX config during pre-backup event [SME: 9637]
78    - both asdb and fpbx, asterisk config files, freepbx folders, voicemails are part of backup
79    - 2 versions are kepts
80    - weekly backup is also done.
81    
82    * Mon Jan 23 2017 Jean-Philipe Pialasse <tests@pialasse.com> 13-10.sme
83    - fix Missing HTML5 format converters  [SME: 9859]
84    - added requirement for mpg123 and ffmpeg available in smecontribs
85    
86    * Mon Jan 23 2017 Jean-Philipe Pialasse <tests@pialasse.com> 13-9.sme
87    - update framework before other modules [SME: 9860]
88    
89    * Mon Jan 09 2017 Jean-Philipe Pialasse <tests@pialasse.com> 13-8.sme
90    - autoupgrade modules [SME: 9860]
91    
92    * Mon Jan 09 2017 Jean-Philipe Pialasse <tests@pialasse.com> 13-7.sme
93    - fix wrong default UDPPorts on new install [SME: 9918]
94    
95    * Mon Oct 24 2016 Jean-Philipe Pialasse <tests@pialasse.com> 13-6.sme
96    - fix error while backup with workstation [SME: 9760]
97    
98    * Mon Oct 24 2016 Jean-Philipe Pialasse <tests@pialasse.com> 13-5.sme
99    -fix typo in smeserver-freepbx-13.bz9744.patch
100    
101  * Sun Oct 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 13-4.sme  * Sun Oct 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 13-4.sme
102  - fix [SME: 9702]  - fix [SME: 9702]
103  - corrected syntax for port range  - corrected syntax for port range
# Line 252  This package provide the integration of Line 301  This package provide the integration of
301  %patch0 -p1  %patch0 -p1
302  %patch1 -p1  %patch1 -p1
303  %patch2 -p1  %patch2 -p1
304    %patch3 -p1
305    %patch4 -p1
306    %patch5 -p1
307    %patch6 -p1
308    %patch7 -p1
309    %patch8 -p1
310    %patch9 -p1
311    %patch10 -p1
312    
313    # until rebuilt of a smeserver-freepbx tar file:
314    rm -rf root/etc/e-smith/db/configuration/defaults/freepbx/DeviceAndUser
315    
316  %build  %build
317  # Build symlinks  # Build symlinks
318  perl createlinks  perl createlinks
319    
   
320  %install  %install
321  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
322    


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