1 |
|
# $Id: e-smith-php.spec,v 1.10 2011/09/17 20:05:54 snetram Exp $ |
2 |
|
|
3 |
Summary: e-smith specific PHP configuration and templates. |
Summary: e-smith specific PHP configuration and templates. |
4 |
%define name e-smith-php |
%define name e-smith-php |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 1.12.0 |
%define version 2.2.0 |
7 |
%define release 7 |
%define release 5 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
11 |
Group: Networking/Daemons |
Group: Networking/Daemons |
12 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
13 |
Patch0: e-smith-php-1.12.0-php5.patch |
Patch0: e-smith-php-2.2.0-obsoleteMagicQuotes.patch |
14 |
Patch1: e-smith-php-1.12.0-lib64.patch |
Patch1: e-smith-php-2.2.0-exposephp.patch |
15 |
Patch2: e-smith-php-1.12.0-SplitModuleSettingSection.patch |
Patch2: e-smith-php-2.2.0-addTimeZone.patch |
16 |
Patch3: e-smith-php-1.12.0-fixWhiteLines.patch |
Patch3: e-smith-php-2.2.0-remove-magic-quotes.patch |
|
Patch4: e-smith-php-1.12.0-fixSpacing.patch |
|
17 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
18 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
19 |
Requires: e-smith-base, php >= 4.0.1 |
Requires: e-smith-base, php >= 4.0.1 |
22 |
AutoReqProv: no |
AutoReqProv: no |
23 |
|
|
24 |
%changelog |
%changelog |
25 |
|
* Mon Sep 19 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-5.sme |
26 |
|
- Obsolete magic_quotes settings [SME: 6725] |
27 |
|
|
28 |
|
* Sat Sep 17 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-4.sme |
29 |
|
- Set default timezone [SME: 6716] |
30 |
|
|
31 |
|
* Mon Jul 19 2010 Ian Wells <esmith@wellsi.com> 2.2.0-3.sme |
32 |
|
- Default expose_php in php.ini to Off [SME: 6136] |
33 |
|
|
34 |
|
* Sun Mar 14 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-2.sme |
35 |
|
- Prepare for obsoletion of magic_quotes* when we supply PHP 5.3.0+ [SME: 5843] |
36 |
|
|
37 |
|
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme |
38 |
|
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
39 |
|
|
40 |
|
* Wed Aug 20 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.12.0-8 |
41 |
|
- Fix latest patches to prevent .orig file [SME: 4513] |
42 |
|
|
43 |
* Wed Aug 20 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.12.0-7 |
* Wed Aug 20 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.12.0-7 |
44 |
- Fix some minor layout issues introduced by fixes in [SME: 4513] |
- Fix some minor layout issues introduced by fixes in [SME: 4513] |
45 |
|
|
338 |
|
|
339 |
%prep |
%prep |
340 |
%setup |
%setup |
341 |
%patch0 -p 1 |
%patch0 -p1 |
342 |
%patch1 -p 1 |
%patch1 -p1 |
343 |
%patch2 -p 1 |
%patch2 -p1 |
344 |
%patch3 -p 1 |
%patch3 -p1 |
|
%patch4 -p 1 |
|
345 |
|
|
346 |
%build |
%build |
347 |
perl createlinks |
perl createlinks |