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 18 |
%define release 22 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
51 |
Patch8: smeserver-php-scl-0.4-locale-2017-12-02.patch |
Patch8: smeserver-php-scl-0.4-locale-2017-12-02.patch |
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 |
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 |
|
|
60 |
%changelog |
%changelog |
61 |
|
* Sat Dec 22 2018 Jean-Philipe Pialasse <tests@pialasse.com> 0.4-22.sme |
62 |
|
- apply locale 2018-12-14 patch |
63 |
|
- fix horde 3 not running with php7 or higher set as php module for httpd [SME: 10665] |
64 |
|
|
65 |
|
* Fri Dec 14 2018 John Crisp <jcrisp@safendsoundit.co.uk> 0.4-21.sme |
66 |
|
- apply locale 2018-12-14 patch |
67 |
|
|
68 |
|
* Tue Dec 11 2018 John Crisp <jcrisp@safendsoundit.co.uk> 0.4-20.sme |
69 |
|
- fix spec file permissions [SME: 10662] |
70 |
|
|
71 |
|
* Wed Aug 15 2018 Jean-Philipe Pialasse <tests@pialasse.com> 0.4-19.sme |
72 |
|
- add php73 support [SME: 10508] |
73 |
|
- fixed translation for php7* versions |
74 |
|
|
75 |
* 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 |
76 |
- add php72 support [SME: 10508] |
- add php72 support [SME: 10508] |
77 |
|
|
147 |
%patch8 -p1 |
%patch8 -p1 |
148 |
%patch9 -p1 |
%patch9 -p1 |
149 |
%patch10 -p1 |
%patch10 -p1 |
150 |
|
%patch11 -p1 |
151 |
|
%patch12 -p1 |
152 |
|
%patch13 -p1 |
153 |
|
%patch14 -p1 |
154 |
|
%patch15 -p1 |
155 |
|
|
156 |
%build |
%build |
157 |
perl createlinks |
perl createlinks |
166 |
--file /usr/bin/phpscl/php56_REMI 'attr(0770,root,www)' \ |
--file /usr/bin/phpscl/php56_REMI 'attr(0770,root,www)' \ |
167 |
--file /usr/bin/phpscl/php70_REMI 'attr(0770,root,www)' \ |
--file /usr/bin/phpscl/php70_REMI 'attr(0770,root,www)' \ |
168 |
--file /usr/bin/phpscl/php71_REMI 'attr(0770,root,www)' \ |
--file /usr/bin/phpscl/php71_REMI 'attr(0770,root,www)' \ |
169 |
|
--file /usr/bin/phpscl/php72_REMI 'attr(0770,root,www)' \ |
170 |
|
--file /usr/bin/phpscl/php73_REMI 'attr(0770,root,www)' \ |
171 |
$RPM_BUILD_ROOT > %{name}-%{version}-filelist |
$RPM_BUILD_ROOT > %{name}-%{version}-filelist |
172 |
|
|
173 |
|
|