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 9 |
%define release 12 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
34 |
Patch2: smeserver-php-scl-0.4.bz9558_PearPath.patch |
Patch2: smeserver-php-scl-0.4.bz9558_PearPath.patch |
35 |
Patch3: smeserver-php-scl-0.4.bz9559_WsdlPath_SessionPath.patch |
Patch3: smeserver-php-scl-0.4.bz9559_WsdlPath_SessionPath.patch |
36 |
Patch4: smeserver-php-scl-0.4.bz10093-addphp7support.patch |
Patch4: smeserver-php-scl-0.4.bz10093-addphp7support.patch |
37 |
|
Patch5: smeserver-php-scl-0.4.bz10343.php7inipath.patch |
38 |
|
|
39 |
%changelog |
%changelog |
40 |
* Fri Apr 28 2017 Jean-Philipe Pialasse <tests@pialasse.com> 0.4-9.sme |
* Fri Jun 09 2017 Jean-Philipe Pialasse <tests@pialasse.com> 0.4-12.sme |
41 |
|
- fix wrong path for php7* php.ini template [SME: 10343] |
42 |
|
|
43 |
|
* Fri Apr 28 2017 Jean-Philipe Pialasse <tests@pialasse.com> 0.4-11.sme |
44 |
- added php70 and php71 support [SME: 10093] |
- added php70 and php71 support [SME: 10093] |
45 |
|
|
46 |
* Sun Jun 5 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 0.4-8.sme |
* Sun Jun 5 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 0.4-8.sme |
91 |
%patch2 -p1 |
%patch2 -p1 |
92 |
%patch3 -p1 |
%patch3 -p1 |
93 |
%patch4 -p1 |
%patch4 -p1 |
94 |
|
%patch5 -p1 |
95 |
|
|
96 |
%build |
%build |
97 |
perl createlinks |
perl createlinks |
104 |
--file /usr/bin/phpscl/php54_REMI 'attr(0770,root,www)' \ |
--file /usr/bin/phpscl/php54_REMI 'attr(0770,root,www)' \ |
105 |
--file /usr/bin/phpscl/php55_REMI 'attr(0770,root,www)' \ |
--file /usr/bin/phpscl/php55_REMI 'attr(0770,root,www)' \ |
106 |
--file /usr/bin/phpscl/php56_REMI 'attr(0770,root,www)' \ |
--file /usr/bin/phpscl/php56_REMI 'attr(0770,root,www)' \ |
107 |
|
--file /usr/bin/phpscl/php70_REMI 'attr(0770,root,www)' \ |
108 |
|
--file /usr/bin/phpscl/php71_REMI 'attr(0770,root,www)' \ |
109 |
$RPM_BUILD_ROOT > %{name}-%{version}-filelist |
$RPM_BUILD_ROOT > %{name}-%{version}-filelist |
110 |
|
|
111 |
|
|