1 |
# $Id: e-smith-ibays.spec,v 1.8 2016/07/07 02:42:09 unnilennium Exp $ |
# $Id: e-smith-ibays.spec,v 1.12 2020/06/23 18:37:33 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 8 |
%define release 12 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
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 |
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 |
Patch3: e-smith-ibays-2.6.0-bz10871-ifphpmodule.patch |
17 |
|
Patch4: e-smith-ibays-2.6.0-bz10869-remove-php3-refs.patch |
18 |
|
Patch5: e-smith-ibays-2.6.0-bz10968-remove-hardcoded-ports.patch |
19 |
|
|
20 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
21 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
22 |
Requires: e-smith-base >= 4.13.15-76 |
Requires: e-smith-base >= 4.13.15-76 |
23 |
Requires: perl(CGI::FormMagick) |
Requires: perl(CGI::FormMagick) |
24 |
Requires: e-smith-formmagick >= 1.4.0-12 |
Requires: e-smith-formmagick >= 1.4.0-12 |
|
Requires: smeserver-php >= 3.0.0-1 |
|
25 |
Conflicts: e-smith-apache < 0.1.1 |
Conflicts: e-smith-apache < 0.1.1 |
26 |
BuildRequires: perl, perl(Test::Inline) |
BuildRequires: perl, perl(Test::Inline) |
27 |
BuildRequires: e-smith-devtools >= 1.11.0-03 |
BuildRequires: e-smith-devtools >= 1.11.0-03 |
32 |
e-smith server and gateway software - ibays module. |
e-smith server and gateway software - ibays module. |
33 |
|
|
34 |
%changelog |
%changelog |
35 |
|
* Sat Jun 27 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-12.sme |
36 |
|
- remove hardcoded ports [SME: 10968] |
37 |
|
|
38 |
|
* Tue Jun 23 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-11.sme |
39 |
|
- remove php3 reference [SME: 10869] |
40 |
|
|
41 |
|
* Mon Jun 22 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-10.sme |
42 |
|
- fix apache failing if ibay has dynamic content enabled and phpmodule is disabled [SME: 10871] |
43 |
|
|
44 |
|
* Thu Jan 30 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-9.sme |
45 |
|
- revert patch, wrong rpm [SME: 10871] |
46 |
|
|
47 |
* Tue Jan 28 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-8.sme |
* Tue Jan 28 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-8.sme |
48 |
- add support for php-fpm [SME: 10871] |
- add support for php-fpm [SME: 10871] |
49 |
|
|
383 |
%patch1 -p1 |
%patch1 -p1 |
384 |
%patch2 -p1 |
%patch2 -p1 |
385 |
%patch3 -p1 |
%patch3 -p1 |
386 |
|
%patch4 -p1 |
387 |
|
%patch5 -p1 |
388 |
|
|
389 |
/bin/mkdir -p root/var/cache/e-smith/files/ibays |
/bin/mkdir -p root/var/cache/e-smith/files/ibays |
390 |
|
|