/[smeserver]/rpms/e-smith-php/sme8/e-smith-php.spec
ViewVC logotype

Diff of /rpms/e-smith-php/sme8/e-smith-php.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.8 by snetram, Sun Mar 14 08:59:35 2010 UTC Revision 1.10 by snetram, Sat Sep 17 20:05:54 2011 UTC
# Line 1  Line 1 
1  # $Id: e-smith-php.spec,v 1.7 2010/03/14 08:53:44 snetram Exp $  # $Id: e-smith-php.spec,v 1.9 2010/07/19 20:57:37 wellsi 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 4
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  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
17  BuildArchitectures: noarch  BuildArchitectures: noarch
18  Requires: e-smith-base, php >= 4.0.1  Requires: e-smith-base, php >= 4.0.1
# Line 19  BuildRequires: e-smith-devtools >= 1.11. Line 21  BuildRequires: e-smith-devtools >= 1.11.
21  AutoReqProv: no  AutoReqProv: no
22    
23  %changelog  %changelog
24    * Sat Sep 17 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-4.sme
25    - Set default timezone [SME: 6716]
26    
27    * Mon Jul 19 2010 Ian Wells <esmith@wellsi.com> 2.2.0-3.sme
28    - Default expose_php in php.ini to Off [SME: 6136]
29    
30  * Sun Mar 14 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-2.sme  * Sun Mar 14 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-2.sme
31  - 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]
32    
# Line 327  php specific configuration items. Line 335  php specific configuration items.
335  %prep  %prep
336  %setup  %setup
337  %patch0 -p1  %patch0 -p1
338    %patch1 -p1
339    %patch2 -p1
340    
341  %build  %build
342  perl createlinks  perl createlinks


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed