1 |
# $Id: e-smith-php.spec,v 1.6 2008/10/07 18:51:15 slords Exp $ |
# $Id: e-smith-php.spec,v 1.11 2011/09/19 10:06: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 2.2.0 |
%define version 2.2.0 |
7 |
%define release 2 |
%define release 6 |
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-2.2.0-obsoleteMagicQuotes.patch |
Patch0: e-smith-php-2.2.0-obsoleteMagicQuotes.patch |
14 |
|
Patch1: e-smith-php-2.2.0-exposephp.patch |
15 |
|
Patch2: e-smith-php-2.2.0-addTimeZone.patch |
16 |
|
Patch3: e-smith-php-2.2.0-remove-magic-quotes.patch |
17 |
|
Patch4: e-smith-php-2.2.0-remove-version-check.patch |
18 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
19 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
20 |
Requires: e-smith-base, php >= 4.0.1 |
Requires: e-smith-base, php >= 4.0.1 |
23 |
AutoReqProv: no |
AutoReqProv: no |
24 |
|
|
25 |
%changelog |
%changelog |
26 |
* Sat Mar 13 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-2.sme |
* Mon Sep 19 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-6.sme |
27 |
|
- Remove PHP version check from migrate script [SME: 6727] |
28 |
|
|
29 |
|
* Mon Sep 19 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-5.sme |
30 |
|
- Obsolete magic_quotes settings [SME: 6725] |
31 |
|
|
32 |
|
* Sat Sep 17 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-4.sme |
33 |
|
- Set default timezone [SME: 6716] |
34 |
|
|
35 |
|
* Mon Jul 19 2010 Ian Wells <esmith@wellsi.com> 2.2.0-3.sme |
36 |
|
- Default expose_php in php.ini to Off [SME: 6136] |
37 |
|
|
38 |
|
* Sun Mar 14 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-2.sme |
39 |
- Prepare for obsoletion of magic_quotes* when we supply PHP 5.3.0+ [SME: 5843] |
- Prepare for obsoletion of magic_quotes* when we supply PHP 5.3.0+ [SME: 5843] |
40 |
|
|
41 |
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme |
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme |
343 |
%prep |
%prep |
344 |
%setup |
%setup |
345 |
%patch0 -p1 |
%patch0 -p1 |
346 |
|
%patch1 -p1 |
347 |
|
%patch2 -p1 |
348 |
|
%patch3 -p1 |
349 |
|
%patch4 -p1 |
350 |
|
|
351 |
%build |
%build |
352 |
perl createlinks |
perl createlinks |