1 |
# $Id: e-smith-ibays.spec,v 1.4 2016/06/23 08:16:25 unnilennium Exp $ |
# $Id: e-smith-ibays.spec,v 1.9 2020/01/28 20:48:17 jpp 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 4 |
%define release 9 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
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 |
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 |
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 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
17 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
18 |
Requires: e-smith-base >= 4.13.15-76 |
Requires: e-smith-base >= 4.13.15-76 |
28 |
e-smith server and gateway software - ibays module. |
e-smith server and gateway software - ibays module. |
29 |
|
|
30 |
%changelog |
%changelog |
31 |
|
* Thu Jan 30 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-9.sme |
32 |
|
- revert patch, wrong rpm [SME: 10871] |
33 |
|
|
34 |
|
* Tue Jan 28 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-8.sme |
35 |
|
- add support for php-fpm [SME: 10871] |
36 |
|
|
37 |
|
* Wed Jul 06 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-7.sme |
38 |
|
- fix typo thanks to Stephane de Labrusse [SME: 7011] |
39 |
|
- ibay to ibays |
40 |
|
|
41 |
|
* Sun Jun 26 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-6.sme |
42 |
|
- as per comment 2 of bug 0600 instead of 0700 for perms [SME: 9621] |
43 |
|
|
44 |
|
* Sun Jun 26 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-5.sme |
45 |
|
- as discussed, moving cache and tmp out of ibay folder [SME: 9105] [SME: 9621] |
46 |
|
- creating basedir /var/cache/e-smith/files/ibays for tmp and cache |
47 |
|
|
48 |
* Thu Jun 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-4.sme |
* Thu Jun 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-4.sme |
49 |
- create tmp folder in ibays when needed [SME: 9105] |
- create tmp folder in ibays when needed [SME: 9105] |
50 |
- create session folder in ibays when needed [SME: 9621] |
- create session folder in ibays when needed [SME: 9621] |
368 |
%setup |
%setup |
369 |
%patch0 -p1 |
%patch0 -p1 |
370 |
%patch1 -p1 |
%patch1 -p1 |
371 |
|
%patch2 -p1 |
372 |
|
|
373 |
|
/bin/mkdir -p root/var/cache/e-smith/files/ibays |
374 |
|
|
375 |
%pre |
%pre |
376 |
%post |
%post |