1 |
stephdl |
1.1 |
Summary: SME server php REMI scl |
2 |
|
|
%define name smeserver-php-scl |
3 |
|
|
Name: %{name} |
4 |
|
|
%define version 0.4 |
5 |
stephdl |
1.5 |
%define release 7 |
6 |
stephdl |
1.1 |
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 |
unnilennium |
1.4 |
BuildArchitectures: noarch |
14 |
stephdl |
1.1 |
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 |
stephdl |
1.3 |
Patch0: smeserver-php-scl-0.4.bz9021.addlocales.patch |
27 |
unnilennium |
1.4 |
Patch1: smeserver-php-scl-0.4-locale-2016-03-09.patch |
28 |
stephdl |
1.5 |
Patch2: smeserver-php-scl-0.4.bz9558_PearPath.patch |
29 |
|
|
Patch3: smeserver-php-scl-0.4.bz9559_WsdlPath_SessionPath.patch |
30 |
unnilennium |
1.4 |
|
31 |
stephdl |
1.5 |
%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 |
stephdl |
1.1 |
|
36 |
unnilennium |
1.4 |
* 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 |
stephdl |
1.3 |
* 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 |
42 |
|
|
|
43 |
|
|
* Wed Jun 17 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 0.4-4.sme |
44 |
|
|
- Initial release to sme9contribs |
45 |
|
|
|
46 |
stephdl |
1.1 |
* Fri Feb 20 2015 Stephane de Labrusse <stephdl@de-labrusse.fr> 0.4-3 |
47 |
|
|
- Corrected a typo '~' in /opt/remi/php55/root/etc/php.ini |
48 |
|
|
|
49 |
|
|
* Fri Feb 20 2015 Stephane de Labrusse <stephdl@de-labrusse.fr> 0.4-2 |
50 |
|
|
- Added a Panel to select the php version in PHP-mod |
51 |
|
|
|
52 |
|
|
* Sat Feb 07 2015 Stephane de Labrusse <stephdl@de-labrusse.fr> 0.4-1 |
53 |
|
|
- Switch to remi repository {php54,php55,php56} |
54 |
|
|
- Added a Panel for ibay php version |
55 |
|
|
|
56 |
|
|
* Sun Nov 9 2014 Stephane de Labrusse <stephdl@de-labrusse.fr> 0.3-3 |
57 |
|
|
- Added a db to load the php54-mod in apache |
58 |
|
|
- New php settings in php.ini |
59 |
|
|
- Added default db values |
60 |
|
|
|
61 |
|
|
* Fri Nov 7 2014 Stephane de Labrusse <stephdl@de-labrusse.fr> 0.2-1 |
62 |
|
|
- Added php55 |
63 |
|
|
|
64 |
|
|
* Fri Nov 7 2014 Stephane de Labrusse <stephdl@de-labrusse.fr> 0.1-1 |
65 |
|
|
- Initial release to sme9 |
66 |
|
|
|
67 |
|
|
%description |
68 |
|
|
Allow to use different versions of php whith a cgi script. |
69 |
|
|
|
70 |
|
|
%prep |
71 |
|
|
%setup |
72 |
stephdl |
1.3 |
%patch0 -p1 |
73 |
unnilennium |
1.4 |
%patch1 -p1 |
74 |
stephdl |
1.5 |
%patch2 -p1 |
75 |
|
|
%patch3 -p1 |
76 |
unnilennium |
1.4 |
|
77 |
stephdl |
1.1 |
|
78 |
|
|
%build |
79 |
|
|
perl createlinks |
80 |
|
|
|
81 |
|
|
%install |
82 |
|
|
rm -rf $RPM_BUILD_ROOT |
83 |
|
|
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
84 |
|
|
rm -f %{name}-%{version}-filelist |
85 |
|
|
/sbin/e-smith/genfilelist \ |
86 |
|
|
--file /usr/bin/phpscl/php54_REMI 'attr(0770,root,www)' \ |
87 |
|
|
--file /usr/bin/phpscl/php55_REMI 'attr(0770,root,www)' \ |
88 |
|
|
--file /usr/bin/phpscl/php56_REMI 'attr(0770,root,www)' \ |
89 |
|
|
$RPM_BUILD_ROOT > %{name}-%{version}-filelist |
90 |
|
|
|
91 |
|
|
|
92 |
|
|
%clean |
93 |
|
|
rm -rf $RPM_BUILD_ROOT |
94 |
|
|
|
95 |
|
|
%pre |
96 |
|
|
|
97 |
|
|
%preun |
98 |
|
|
|
99 |
|
|
%post |
100 |
|
|
|
101 |
|
|
%postun |
102 |
|
|
|
103 |
|
|
%files -f %{name}-%{version}-filelist |
104 |
|
|
%defattr(-,root,root) |
105 |
|
|
|