1 |
Summary: SME server php REMI scl |
2 |
%define name smeserver-php-scl |
3 |
Name: %{name} |
4 |
%define version 0.4 |
5 |
%define release 6 |
6 |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
8 |
License: GPL |
9 |
Group: Administration |
10 |
Source: %{name}-%{version}.tar.gz |
11 |
BuildRoot: /var/tmp/e-smith-buildroot |
12 |
BuildRequires: e-smith-devtools |
13 |
BuildArchitectures: noarch |
14 |
Requires: e-smith-release >= 9.0 |
15 |
Requires: scl-utils |
16 |
Requires: php54 , php54-php , php54-php-bcmath , php54-php-gd , php54-php-imap , php54-php-ldap , php54-php-enchant |
17 |
Requires: php54-php-mbstring , php54-php-pdo , php54-php-tidy , php54-php-mysqlnd php54-php-pecl-zip , php54-php-xml |
18 |
Requires: php54-php-soap , |
19 |
Requires: php55 , php55-php , php55-php-bcmath , php55-php-gd , php55-php-imap , php55-php-ldap , php55-php-enchant |
20 |
Requires: php55-php-mbstring , php55-php-pdo , php55-php-tidy , php55-php-mysqlnd , php55-php-xml , php55-php-soap |
21 |
Requires: php55-php-pecl-zip |
22 |
Requires: php56 , php56-php , php56-php-bcmath , php56-php-gd , php56-php-imap , php56-php-ldap , php56-php-enchant |
23 |
Requires: php56-php-mbstring , php56-php-pdo , php56-php-tidy , php56-php-mysqlnd , php56-php-xml , php56-php-soap |
24 |
Requires: php56-php-pecl-zip |
25 |
AutoReqProv: no |
26 |
Patch0: smeserver-php-scl-0.4.bz9021.addlocales.patch |
27 |
Patch1: smeserver-php-scl-0.4-locale-2016-03-09.patch |
28 |
|
29 |
|
30 |
%changelog |
31 |
* Wed Mar 09 2016 JP Pialasse <tests@pialasse.com> 0.4-6.sme |
32 |
- apply locale 2016-03-09 patch |
33 |
- changing arc from x86_64 to noarch [SME: 9021] |
34 |
|
35 |
* Wed Sep 2 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 0.4-5.sme |
36 |
- added smeserver-php-scl-0.4.bz9021.addlocales.patch |
37 |
|
38 |
* Wed Jun 17 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 0.4-4.sme |
39 |
- Initial release to sme9contribs |
40 |
|
41 |
* Fri Feb 20 2015 Stephane de Labrusse <stephdl@de-labrusse.fr> 0.4-3 |
42 |
- Corrected a typo '~' in /opt/remi/php55/root/etc/php.ini |
43 |
|
44 |
* Fri Feb 20 2015 Stephane de Labrusse <stephdl@de-labrusse.fr> 0.4-2 |
45 |
- Added a Panel to select the php version in PHP-mod |
46 |
|
47 |
* Sat Feb 07 2015 Stephane de Labrusse <stephdl@de-labrusse.fr> 0.4-1 |
48 |
- Switch to remi repository {php54,php55,php56} |
49 |
- Added a Panel for ibay php version |
50 |
|
51 |
* Sun Nov 9 2014 Stephane de Labrusse <stephdl@de-labrusse.fr> 0.3-3 |
52 |
- Added a db to load the php54-mod in apache |
53 |
- New php settings in php.ini |
54 |
- Added default db values |
55 |
|
56 |
* Fri Nov 7 2014 Stephane de Labrusse <stephdl@de-labrusse.fr> 0.2-1 |
57 |
- Added php55 |
58 |
|
59 |
* Fri Nov 7 2014 Stephane de Labrusse <stephdl@de-labrusse.fr> 0.1-1 |
60 |
- Initial release to sme9 |
61 |
|
62 |
%description |
63 |
Allow to use different versions of php whith a cgi script. |
64 |
|
65 |
%prep |
66 |
%setup |
67 |
%patch0 -p1 |
68 |
%patch1 -p1 |
69 |
|
70 |
|
71 |
%build |
72 |
perl createlinks |
73 |
|
74 |
%install |
75 |
rm -rf $RPM_BUILD_ROOT |
76 |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
77 |
rm -f %{name}-%{version}-filelist |
78 |
/sbin/e-smith/genfilelist \ |
79 |
--file /usr/bin/phpscl/php54_REMI 'attr(0770,root,www)' \ |
80 |
--file /usr/bin/phpscl/php55_REMI 'attr(0770,root,www)' \ |
81 |
--file /usr/bin/phpscl/php56_REMI 'attr(0770,root,www)' \ |
82 |
$RPM_BUILD_ROOT > %{name}-%{version}-filelist |
83 |
|
84 |
|
85 |
%clean |
86 |
rm -rf $RPM_BUILD_ROOT |
87 |
|
88 |
%pre |
89 |
|
90 |
%preun |
91 |
|
92 |
%post |
93 |
|
94 |
%postun |
95 |
|
96 |
%files -f %{name}-%{version}-filelist |
97 |
%defattr(-,root,root) |
98 |
|