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 13 |
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 |
|
Patch6: smeserver-php-scl-0.4.bz10355.php7lib.patch |
39 |
|
|
40 |
%changelog |
%changelog |
41 |
* Fri Apr 28 2017 Jean-Philipe Pialasse <tests@pialasse.com> 0.4-9.sme |
* Mon Jun 26 2017 Jean-Philipe Pialasse <tests@pialasse.com> 0.4-13.sme |
42 |
|
- fix wrong path to 7.0 and 7.1 lib [SME: 10355] |
43 |
|
|
44 |
|
* Fri Jun 09 2017 Jean-Philipe Pialasse <tests@pialasse.com> 0.4-12.sme |
45 |
|
- fix wrong path for php7* php.ini template [SME: 10343] |
46 |
|
|
47 |
|
* Fri Apr 28 2017 Jean-Philipe Pialasse <tests@pialasse.com> 0.4-11.sme |
48 |
- added php70 and php71 support [SME: 10093] |
- added php70 and php71 support [SME: 10093] |
49 |
|
|
50 |
* 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 |
95 |
%patch2 -p1 |
%patch2 -p1 |
96 |
%patch3 -p1 |
%patch3 -p1 |
97 |
%patch4 -p1 |
%patch4 -p1 |
98 |
|
%patch5 -p1 |
99 |
|
%patch6 -p1 |
100 |
|
|
101 |
%build |
%build |
102 |
perl createlinks |
perl createlinks |
109 |
--file /usr/bin/phpscl/php54_REMI 'attr(0770,root,www)' \ |
--file /usr/bin/phpscl/php54_REMI 'attr(0770,root,www)' \ |
110 |
--file /usr/bin/phpscl/php55_REMI 'attr(0770,root,www)' \ |
--file /usr/bin/phpscl/php55_REMI 'attr(0770,root,www)' \ |
111 |
--file /usr/bin/phpscl/php56_REMI 'attr(0770,root,www)' \ |
--file /usr/bin/phpscl/php56_REMI 'attr(0770,root,www)' \ |
112 |
|
--file /usr/bin/phpscl/php70_REMI 'attr(0770,root,www)' \ |
113 |
|
--file /usr/bin/phpscl/php71_REMI 'attr(0770,root,www)' \ |
114 |
$RPM_BUILD_ROOT > %{name}-%{version}-filelist |
$RPM_BUILD_ROOT > %{name}-%{version}-filelist |
115 |
|
|
116 |
|
|