1 |
# $Id: e-smith-php.spec,v 1.2 2016/03/31 11:43:56 unnilennium Exp $ |
# $Id: e-smith-php.spec,v 1.4 2016/06/23 04:39:25 unnilennium Exp $ |
2 |
|
|
3 |
Summary: e-smith specific PHP configuration and templates. |
Summary: e-smith specific PHP configuration and templates. |
4 |
%define name e-smith-php |
%define name e-smith-php |
12 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
13 |
Patch0: e-smith-php-2.6.0-allow_call_time_pass_reference.patch |
Patch0: e-smith-php-2.6.0-allow_call_time_pass_reference.patch |
14 |
Patch1: e-smith-php-2.6.0_add_upload_tmp_folder.patch |
Patch1: e-smith-php-2.6.0_add_upload_tmp_folder.patch |
15 |
|
Patch2: e-smith-php-2.6.0-add_session_folder.patch |
16 |
|
Patch3: e-smith-php-2.6.0-default_session_folder.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, php >= 4.0.1 |
Requires: e-smith-base, php >= 4.0.1 |
24 |
%changelog |
%changelog |
25 |
* Thu Jun 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-3.sme |
* Thu Jun 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-3.sme |
26 |
- add tmp folder to ibays [SME: 7011] |
- add tmp folder to ibays [SME: 7011] |
27 |
|
- add session folder to ibays [SME: 9620] |
28 |
|
- change global session folder from /tmp to /var/lib/php/session/ [SME: 139] |
29 |
|
|
30 |
* Thu Mar 31 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-2.sme |
* Thu Mar 31 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-2.sme |
31 |
- remove deprecated allow_call_time_pass_reference from php.ini [SME: 9416] |
- remove deprecated allow_call_time_pass_reference from php.ini [SME: 9416] |
370 |
%setup |
%setup |
371 |
%patch0 -p1 |
%patch0 -p1 |
372 |
%patch1 -p1 |
%patch1 -p1 |
373 |
|
%patch2 -p1 |
374 |
|
%patch3 -p1 |
375 |
|
|
376 |
%build |
%build |
377 |
perl createlinks |
perl createlinks |