1 |
# $Id$ |
# $Id: e-smith-php.spec,v 1.8 2010/03/14 08:59:35 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 1 |
%define release 3 |
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 |
14 |
|
Patch1: e-smith-php-2.2.0-exposephp.patch |
15 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
16 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
17 |
Requires: e-smith-base, php >= 4.0.1 |
Requires: e-smith-base, php >= 4.0.1 |
20 |
AutoReqProv: no |
AutoReqProv: no |
21 |
|
|
22 |
%changelog |
%changelog |
23 |
|
* Mon Jul 19 2010 Ian Wells <esmith@wellsi.com> 2.2.0-3.sme |
24 |
|
- Default expose_php in php.ini to Off [SME: 6136] |
25 |
|
|
26 |
|
* Sun Mar 14 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-2.sme |
27 |
|
- Prepare for obsoletion of magic_quotes* when we supply PHP 5.3.0+ [SME: 5843] |
28 |
|
|
29 |
* 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 |
30 |
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
31 |
|
|
330 |
|
|
331 |
%prep |
%prep |
332 |
%setup |
%setup |
333 |
|
%patch0 -p1 |
334 |
|
%patch1 -p1 |
335 |
|
|
336 |
%build |
%build |
337 |
perl createlinks |
perl createlinks |