/[smeserver]/rpms/e-smith-ibays/sme10/e-smith-ibays.spec
ViewVC logotype

Diff of /rpms/e-smith-ibays/sme10/e-smith-ibays.spec

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

Revision 1.1 by stephdl, Fri Feb 5 22:53:13 2016 UTC Revision 1.9 by jpp, Tue Jan 28 20:48:17 2020 UTC
# Line 1  Line 1 
1  # $Id: e-smith-ibays.spec,v 1.18 2016/01/20 20:54:27 vip-ire Exp $  # $Id: e-smith-ibays.spec,v 1.8 2016/07/07 02:42:09 unnilennium Exp $
2    
3  Summary: e-smith server and gateway - ibays module  Summary: e-smith server and gateway - ibays module
4  %define name e-smith-ibays  %define name e-smith-ibays
5  Name: %{name}  Name: %{name}
6  %define version 2.6.0  %define version 2.6.0
7  %define release 1  %define release 8
8  Version: %{version}  Version: %{version}
9  Release: %{release}%{?dist}  Release: %{release}%{?dist}
10  License: GPL  License: GPL
11  Group: Networking/Daemons  Group: Networking/Daemons
12  Source: %{name}-%{version}.tar.xz  Source: %{name}-%{version}.tar.xz
13    Patch0: e-smith-ibays-2.6.0-create_tmp_folder_in_ibays.patch
14    Patch1: e-smith-ibays-2.6.0-create_sess_folder_in_ibays.patch
15    Patch2: e-smith-ibays-2.6.0-create_var_cache_and_fix_sess.patch
16    Patch3: e-smith-ibays-2.6.0-bz10871-php-fpm.patch
17  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
18  BuildArchitectures: noarch  BuildArchitectures: noarch
19  Requires: e-smith-base >= 4.13.15-76  Requires: e-smith-base >= 4.13.15-76
20  Requires: perl(CGI::FormMagick)  Requires: perl(CGI::FormMagick)
21  Requires: e-smith-formmagick >= 1.4.0-12  Requires: e-smith-formmagick >= 1.4.0-12
22    Requires: smeserver-php >= 3.0.0-1
23  Conflicts: e-smith-apache < 0.1.1  Conflicts: e-smith-apache < 0.1.1
24  BuildRequires: perl, perl(Test::Inline)  BuildRequires: perl, perl(Test::Inline)
25  BuildRequires: e-smith-devtools >= 1.11.0-03  BuildRequires: e-smith-devtools >= 1.11.0-03
# Line 25  AutoReqProv: no Line 30  AutoReqProv: no
30  e-smith server and gateway software - ibays module.  e-smith server and gateway software - ibays module.
31    
32  %changelog  %changelog
33    * Tue Jan 28 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-8.sme
34    - add support for php-fpm  [SME: 10871]
35    
36    * Wed Jul 06 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-7.sme
37    - fix typo thanks to Stephane de Labrusse [SME: 7011]
38    - ibay to ibays
39    
40    * Sun Jun 26 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-6.sme
41    - as per comment 2 of bug 0600 instead of 0700 for perms [SME: 9621]
42    
43    * Sun Jun 26 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-5.sme
44    - as discussed, moving cache and tmp out of ibay folder [SME: 9105] [SME: 9621]
45    - creating basedir /var/cache/e-smith/files/ibays for tmp and cache
46    
47    * Thu Jun 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-4.sme
48    - create tmp folder in ibays  when needed [SME: 9105]
49    - create session folder in ibays when needed [SME: 9621]
50    - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
51      by assuming the date is correct and changing the weekday.
52      Fri Apr 17 2008 --> Fri Apr 11 2008 or Thu Apr 17 2008 or Fri Apr 18 2008 or ....
53      Sat Dec 08 2013 --> Sat Dec 07 2013 or Sun Dec 08 2013 or Sat Dec 14 2013 or ....
54      Sat May 04 2014 --> Sat May 03 2014 or Sun May 04 2014 or Sat May 10 2014 or ....
55    
56    * Thu May 12 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-2.sme
57    - Rebuild for [SME: 9393]
58    
59  * Fri Feb 05 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-1.sme  * Fri Feb 05 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-1.sme
60  - Initial release to sme10  - Initial release to sme10
61    
# Line 40  e-smith server and gateway software - ib Line 71  e-smith server and gateway software - ib
71  - init-ibays create the folder tmp within all i-bays root directory  - init-ibays create the folder tmp within all i-bays root directory
72  - ibay-modify create/chown/chmod the folder tmp within the i-bays root directory  - ibay-modify create/chown/chmod the folder tmp within the i-bays root directory
73    
74  * Sat May 4 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-11.sme  * Sun May 04 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-11.sme
75      Sat May 04 2014 --> Sat May 03 2014 or Sun May 04 2014 or Sat May 10 2014 or ....
76  - Add an upload_tmp_folder setting by db command [SME: 7011]  - Add an upload_tmp_folder setting by db command [SME: 7011]
77  - Thanks to Michael McCarn and Jean-philippe Pialasse  - Thanks to Michael McCarn and Jean-philippe Pialasse
78    
# Line 64  e-smith server and gateway software - ib Line 96  e-smith server and gateway software - ib
96  - Remove old migrate fragment [SME: 8080]  - Remove old migrate fragment [SME: 8080]
97  - Whitespace cleanup, mainly tab removal, of 90e-smithAccess40ibays  - Whitespace cleanup, mainly tab removal, of 90e-smithAccess40ibays
98    
99  * Sat Dec 8 2013 Chris Burnat <devlist@burnat.com> 2.4.0-5.sme  * Sun Dec 08 2013 Chris Burnat <devlist@burnat.com> 2.4.0-5.sme
100      Sat Dec 08 2013 --> Sat Dec 07 2013 or Sun Dec 08 2013 or Sat Dec 14 2013 or ....
101  - Update en-us translation file by Stephane de Labrusse [SME: 3675]  - Update en-us translation file by Stephane de Labrusse [SME: 3675]
102    
103  * Sat Nov 30 2013 Ian Wells <esmith@wellsi.com> 2.4.0-4.sme  * Sat Nov 30 2013 Ian Wells <esmith@wellsi.com> 2.4.0-4.sme
# Line 124  e-smith server and gateway software - ib Line 157  e-smith server and gateway software - ib
157  * Sun Apr 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2.0-9  * Sun Apr 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2.0-9
158  - Add common <base> tags to e-smith-formmagick's general [SME: 4283]  - Add common <base> tags to e-smith-formmagick's general [SME: 4283]
159    
160  * Fri Apr 17 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2.0-8  * Thu Apr 17 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2.0-8
161      Fri Apr 17 2008 --> Fri Apr 11 2008 or Thu Apr 17 2008 or Fri Apr 18 2008 or ....
162  - Move maxIbayNameLength from ibays.pm to config DB [SME: 424]  - Move maxIbayNameLength from ibays.pm to config DB [SME: 424]
163    
164  * Mon Apr  7 2008 Charlie Brady <charlie_brady@mitel.com> 1.2.0-7  * Mon Apr  7 2008 Charlie Brady <charlie_brady@mitel.com> 1.2.0-7
# Line 331  e-smith server and gateway software - ib Line 365  e-smith server and gateway software - ib
365    
366  %prep  %prep
367  %setup  %setup
368    %patch0 -p1
369    %patch1 -p1
370    %patch2 -p1
371    %patch3 -p1
372    
373    /bin/mkdir -p root/var/cache/e-smith/files/ibays
374    
375  %pre  %pre
376  %post  %post


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