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 20 |
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 |
|
|
57 |
|
|
58 |
%changelog |
%changelog |
59 |
|
* Tue Dec 11 2018 John Crisp <jcrisp@safendsountit.co.uk> 0.4-20.sme |
60 |
|
- fix spec file permissions [SME: 10662] |
61 |
|
|
62 |
|
* Wed Aug 15 2018 Jean-Philipe Pialasse <tests@pialasse.com> 0.4-19.sme |
63 |
|
- add php73 support [SME: 10508] |
64 |
|
- fixed translation for php7* versions |
65 |
|
|
66 |
* 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 |
67 |
- add php72 support [SME: 10508] |
- add php72 support [SME: 10508] |
68 |
|
|
138 |
%patch8 -p1 |
%patch8 -p1 |
139 |
%patch9 -p1 |
%patch9 -p1 |
140 |
%patch10 -p1 |
%patch10 -p1 |
141 |
|
%patch11 -p1 |
142 |
|
%patch12 -p1 |
143 |
|
|
144 |
%build |
%build |
145 |
perl createlinks |
perl createlinks |
154 |
--file /usr/bin/phpscl/php56_REMI 'attr(0770,root,www)' \ |
--file /usr/bin/phpscl/php56_REMI 'attr(0770,root,www)' \ |
155 |
--file /usr/bin/phpscl/php70_REMI 'attr(0770,root,www)' \ |
--file /usr/bin/phpscl/php70_REMI 'attr(0770,root,www)' \ |
156 |
--file /usr/bin/phpscl/php71_REMI 'attr(0770,root,www)' \ |
--file /usr/bin/phpscl/php71_REMI 'attr(0770,root,www)' \ |
157 |
|
--file /usr/bin/phpscl/php72_REMI 'attr(0770,root,www)' \ |
158 |
|
--file /usr/bin/phpscl/php73_REMI 'attr(0770,root,www)' \ |
159 |
$RPM_BUILD_ROOT > %{name}-%{version}-filelist |
$RPM_BUILD_ROOT > %{name}-%{version}-filelist |
160 |
|
|
161 |
|
|