1 |
|
# $Id: e-smith-php.spec,v 1.6 2008/10/07 18:51:15 slords 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 2 |
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 |
|
Patch1: e-smith-php-1.12.0-lib64.patch |
|
|
Patch2: e-smith-php-1.12.0-SplitModuleSettingSection.patch |
|
|
Patch3: e-smith-php-1.12.0-fixWhiteLines.patch |
|
|
Patch4: e-smith-php-1.12.0-fixSpacing.patch |
|
14 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
15 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
16 |
Requires: e-smith-base, php >= 4.0.1 |
Requires: e-smith-base, php >= 4.0.1 |
19 |
AutoReqProv: no |
AutoReqProv: no |
20 |
|
|
21 |
%changelog |
%changelog |
22 |
|
* Sat Mar 13 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-2.sme |
23 |
|
- Prepare for obsoletion of magic_quotes* when we supply PHP 5.3.0+ [SME: 5843] |
24 |
|
|
25 |
|
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme |
26 |
|
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
27 |
|
|
28 |
|
* Wed Aug 20 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.12.0-8 |
29 |
|
- Fix latest patches to prevent .orig file [SME: 4513] |
30 |
|
|
31 |
* 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 |
32 |
- Fix some minor layout issues introduced by fixes in [SME: 4513] |
- Fix some minor layout issues introduced by fixes in [SME: 4513] |
33 |
|
|
326 |
|
|
327 |
%prep |
%prep |
328 |
%setup |
%setup |
329 |
%patch0 -p 1 |
%patch0 -p1 |
|
%patch1 -p 1 |
|
|
%patch2 -p 1 |
|
|
%patch3 -p 1 |
|
|
%patch4 -p 1 |
|
330 |
|
|
331 |
%build |
%build |
332 |
perl createlinks |
perl createlinks |