1 |
%define version 3.0.0 |
%define version 3.0.0 |
2 |
%define release 1 |
%define release 2 |
3 |
%define name smeserver-php |
%define name smeserver-php |
4 |
|
|
5 |
|
|
10 |
License: MIT |
License: MIT |
11 |
Group: Applications/System |
Group: Applications/System |
12 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
13 |
|
Patch0: smeserver-php-fpm-0.1.1-bz10871-ibay-php-fpm.patch |
14 |
|
|
15 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
16 |
BuildArch: x86_64 |
BuildArch: x86_64 |
194 |
|
|
195 |
%prep |
%prep |
196 |
%setup -q -n %{name}-%{version} |
%setup -q -n %{name}-%{version} |
197 |
|
%patch0 -p1 |
198 |
|
|
199 |
%build |
%build |
200 |
perl createlinks |
perl createlinks |
279 |
%preun |
%preun |
280 |
|
|
281 |
%changelog |
%changelog |
282 |
|
* Sat Feb 01 2020 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-2.sme |
283 |
|
- modification for ibays php-fpm support in httpd.conf [SME: 10871] |
284 |
|
|
285 |
* Tue Jan 28 2020 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-1.sme |
* Tue Jan 28 2020 Jean-Philipe Pialasse <tests@pialasse.com> 3.0.0-1.sme |
286 |
- initial release of smeserver-php from smeserver-php-fpm [SME: 10335] |
- initial release of smeserver-php from smeserver-php-fpm [SME: 10335] |
287 |
added support for ibays, remove references to shares (should move to smeserver-share-folders) |
added support for ibays, remove references to shares (should move to smeserver-share-folders) |
315 |
* 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 |
316 |
- Remove obsolete gpc_order setting from php.ini. [SME: 8652] |
- Remove obsolete gpc_order setting from php.ini. [SME: 8652] |
317 |
|
|
318 |
* Sat May 4 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-3.sme |
* Sun May 4 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-3.sme |
319 |
- Add an upload_tmp_folder setting by db command [SME: 7011] |
- Add an upload_tmp_folder setting by db command [SME: 7011] |
320 |
- Thanks to Michael McCarn and Jean-philippe Pialasse |
- Thanks to Michael McCarn and Jean-philippe Pialasse |
321 |
|
|