1 |
# $Id: e-smith-php.spec,v 1.3 2014/05/08 07:26:34 stephdl Exp $ |
# $Id: e-smith-php.spec,v 1.4 2014/11/14 18:33:46 charliebrady 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 |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 2.4.0 |
%define version 2.4.0 |
7 |
%define release 4 |
%define release 5 |
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 |
Patch1: e-smith-php-2.4.0-magic-quotes-off.patch |
Patch1: e-smith-php-2.4.0-magic-quotes-off.patch |
14 |
Patch2: e-smith-php-2.4.0_add_upload_tmp_folder.patch |
#Patch2: e-smith-php-2.4.0_add_upload_tmp_folder.patch |
15 |
Patch3: e-smith-php-2.4.0-gpc_order.patch |
Patch3: e-smith-php-2.4.0-gpc_order.patch |
16 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
17 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
21 |
AutoReqProv: no |
AutoReqProv: no |
22 |
|
|
23 |
%changelog |
%changelog |
24 |
|
* Mon Jun 29 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-5 |
25 |
|
- revert the e-smith-php-2.4.0_add_upload_tmp_folder.patch [SME: 7011] |
26 |
|
|
27 |
* Fri Nov 14 2014 Charlie Brady <charlie_brady@mitel.com> 2.4.0-4.sme |
* Fri Nov 14 2014 Charlie Brady <charlie_brady@mitel.com> 2.4.0-4.sme |
28 |
- Remove obsolete gpc_order setting from php.ini. [sme: 8652] |
- Remove obsolete gpc_order setting from php.ini. [SME: 8652] |
29 |
|
|
30 |
* Sat May 4 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-3.sme |
* Sat May 4 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-3.sme |
31 |
- Add an upload_tmp_folder setting by db command [sme: 7011] |
- Add an upload_tmp_folder setting by db command [SME: 7011] |
32 |
- Thanks to Michael McCarn and Jean-philippe Pialasse |
- Thanks to Michael McCarn and Jean-philippe Pialasse |
33 |
|
|
34 |
* Sun May 19 2013 Ian Wells <esmith@wellsi.com> 2.4.0-2.sme |
* Sun May 19 2013 Ian Wells <esmith@wellsi.com> 2.4.0-2.sme |
357 |
%prep |
%prep |
358 |
%setup |
%setup |
359 |
%patch1 -p1 |
%patch1 -p1 |
360 |
%patch2 -p1 |
#%patch2 -p1 |
361 |
%patch3 -p1 |
%patch3 -p1 |
362 |
|
|
363 |
%build |
%build |