2 |
%define name smeserver-php-scl |
%define name smeserver-php-scl |
3 |
Name: %{name} |
Name: %{name} |
4 |
%define version 0.4 |
%define version 0.4 |
5 |
%define release 19 |
%define release 25 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
52 |
Patch9: smeserver-php-scl-0.4.bz10618-soaptemplate.patch |
Patch9: smeserver-php-scl-0.4.bz10618-soaptemplate.patch |
53 |
Patch10: smeserver-php-scl-0.4.bz10508-addphp72support.patch |
Patch10: smeserver-php-scl-0.4.bz10508-addphp72support.patch |
54 |
Patch11: smeserver-php-scl-0.4.bz10508-addphp73support.patch |
Patch11: smeserver-php-scl-0.4.bz10508-addphp73support.patch |
55 |
|
Patch12: smeserver-php-scl-0.4.bz10508-translation.patch |
56 |
|
Patch13: smeserver-php-scl-0.4-locale-2018-12-14.patch |
57 |
|
Patch14: smeserver-php-scl-0.4-locale-2018-12-23.patch |
58 |
|
Patch15: smeserver-php-scl-0.4.bz10665-horde3-vs-php7.patch |
59 |
|
Patch16: smeserver-php-scl-0.4-bz10774-default-to-global.patch |
60 |
|
|
61 |
%changelog |
%changelog |
62 |
|
* Sun Jul 21 2019 Jean-Philipe Pialasse <tests@pialasse.com> 0.4-25.sme |
63 |
|
- default all php options to main php version values [SME: 10774] |
64 |
|
for all versions. Idea and code from Michael McCarn. |
65 |
|
|
66 |
|
* Sat Dec 29 2018 John Crisp <jcrisp@safendsoundit.co.uk> 0.4-23.sme |
67 |
|
- Fix previous incorrect changelog bug number |
68 |
|
|
69 |
|
* Sat Dec 22 2018 Jean-Philipe Pialasse <tests@pialasse.com> 0.4-22.sme |
70 |
|
- apply locale 2018-12-14 patch |
71 |
|
- fix horde 3 not running with php7 or higher set as php module for httpd [SME: 10667] |
72 |
|
|
73 |
|
* Fri Dec 14 2018 John Crisp <jcrisp@safendsoundit.co.uk> 0.4-21.sme |
74 |
|
- apply locale 2018-12-14 patch |
75 |
|
|
76 |
|
* Tue Dec 11 2018 John Crisp <jcrisp@safendsoundit.co.uk> 0.4-20.sme |
77 |
|
- fix spec file permissions [SME: 10662] |
78 |
|
|
79 |
* Wed Aug 15 2018 Jean-Philipe Pialasse <tests@pialasse.com> 0.4-19.sme |
* Wed Aug 15 2018 Jean-Philipe Pialasse <tests@pialasse.com> 0.4-19.sme |
80 |
- add php73 support [SME: 10508] |
- add php73 support [SME: 10508] |
81 |
|
- fixed translation for php7* versions |
82 |
|
|
83 |
* Wed Aug 15 2018 Jean-Philipe Pialasse <tests@pialasse.com> 0.4-18.sme |
* Wed Aug 15 2018 Jean-Philipe Pialasse <tests@pialasse.com> 0.4-18.sme |
84 |
- add php72 support [SME: 10508] |
- add php72 support [SME: 10508] |
156 |
%patch9 -p1 |
%patch9 -p1 |
157 |
%patch10 -p1 |
%patch10 -p1 |
158 |
%patch11 -p1 |
%patch11 -p1 |
159 |
|
%patch12 -p1 |
160 |
|
%patch13 -p1 |
161 |
|
%patch14 -p1 |
162 |
|
%patch15 -p1 |
163 |
|
%patch16 -p1 |
164 |
|
|
165 |
%build |
%build |
166 |
perl createlinks |
perl createlinks |
175 |
--file /usr/bin/phpscl/php56_REMI 'attr(0770,root,www)' \ |
--file /usr/bin/phpscl/php56_REMI 'attr(0770,root,www)' \ |
176 |
--file /usr/bin/phpscl/php70_REMI 'attr(0770,root,www)' \ |
--file /usr/bin/phpscl/php70_REMI 'attr(0770,root,www)' \ |
177 |
--file /usr/bin/phpscl/php71_REMI 'attr(0770,root,www)' \ |
--file /usr/bin/phpscl/php71_REMI 'attr(0770,root,www)' \ |
178 |
|
--file /usr/bin/phpscl/php72_REMI 'attr(0770,root,www)' \ |
179 |
|
--file /usr/bin/phpscl/php73_REMI 'attr(0770,root,www)' \ |
180 |
$RPM_BUILD_ROOT > %{name}-%{version}-filelist |
$RPM_BUILD_ROOT > %{name}-%{version}-filelist |
181 |
|
|
182 |
|
|