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 5 |
%define release 7 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
10 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
11 |
BuildRoot: /var/tmp/e-smith-buildroot |
BuildRoot: /var/tmp/e-smith-buildroot |
12 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
13 |
BuildArchitectures: x86_64 |
BuildArchitectures: noarch |
14 |
Requires: e-smith-release >= 9.0 |
Requires: e-smith-release >= 9.0 |
15 |
Requires: scl-utils |
Requires: scl-utils |
16 |
Requires: php54 , php54-php , php54-php-bcmath , php54-php-gd , php54-php-imap , php54-php-ldap , php54-php-enchant |
Requires: php54 , php54-php , php54-php-bcmath , php54-php-gd , php54-php-imap , php54-php-ldap , php54-php-enchant |
24 |
Requires: php56-php-pecl-zip |
Requires: php56-php-pecl-zip |
25 |
AutoReqProv: no |
AutoReqProv: no |
26 |
Patch0: smeserver-php-scl-0.4.bz9021.addlocales.patch |
Patch0: smeserver-php-scl-0.4.bz9021.addlocales.patch |
27 |
|
Patch1: smeserver-php-scl-0.4-locale-2016-03-09.patch |
28 |
|
Patch2: smeserver-php-scl-0.4.bz9558_PearPath.patch |
29 |
|
Patch3: smeserver-php-scl-0.4.bz9559_WsdlPath_SessionPath.patch |
30 |
|
|
31 |
%changelog |
%changelog |
32 |
|
* Sun Jun 5 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 0.4-7.sme |
33 |
|
- Added path to /usr/share/pear : smeserver-php-scl-0.4.bz9558_PearPath.patch |
34 |
|
- Added specific path for soap cache and save session : smeserver-php-scl-0.4.bz9559_WsdlPath_SessionPath.patch |
35 |
|
|
36 |
|
* Wed Mar 09 2016 JP Pialasse <tests@pialasse.com> 0.4-6.sme |
37 |
|
- apply locale 2016-03-09 patch |
38 |
|
- changing arc from x86_64 to noarch [SME: 9021] |
39 |
|
|
40 |
* Wed Sep 2 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 0.4-5.sme |
* Wed Sep 2 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 0.4-5.sme |
41 |
- added smeserver-php-scl-0.4.bz9021.addlocales.patch |
- added smeserver-php-scl-0.4.bz9021.addlocales.patch |
42 |
|
|
70 |
%prep |
%prep |
71 |
%setup |
%setup |
72 |
%patch0 -p1 |
%patch0 -p1 |
73 |
|
%patch1 -p1 |
74 |
|
%patch2 -p1 |
75 |
|
%patch3 -p1 |
76 |
|
|
77 |
|
|
78 |
%build |
%build |
79 |
perl createlinks |
perl createlinks |