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

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

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

Revision 1.3 by stephdl, Thu May 8 07:26:34 2014 UTC Revision 1.4 by charliebrady, Fri Nov 14 18:33:46 2014 UTC
# Line 1  Line 1 
1  # $Id: e-smith-php.spec,v 1.2 2013/05/19 16:24:05 wellsi Exp $  # $Id: e-smith-php.spec,v 1.3 2014/05/08 07:26:34 stephdl 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.4.0  %define version 2.4.0
7  %define release 3  %define release 4
8  Version: %{version}  Version: %{version}
9  Release: %{release}%{?dist}  Release: %{release}%{?dist}
10  License: GPL  License: GPL
# Line 12  Group: Networking/Daemons Line 12  Group: Networking/Daemons
12  Source: %{name}-%{version}.tar.xz  Source: %{name}-%{version}.tar.xz
13  Patch1: e-smith-php-2.4.0-magic-quotes-off.patch  Patch1: e-smith-php-2.4.0-magic-quotes-off.patch
14  Patch2: e-smith-php-2.4.0_add_upload_tmp_folder.patch  Patch2: e-smith-php-2.4.0_add_upload_tmp_folder.patch
15    Patch3: e-smith-php-2.4.0-gpc_order.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 20  BuildRequires: e-smith-devtools >= 1.11. Line 21  BuildRequires: e-smith-devtools >= 1.11.
21  AutoReqProv: no  AutoReqProv: no
22    
23  %changelog  %changelog
24    * Fri Nov 14 2014 Charlie Brady <charlie_brady@mitel.com> 2.4.0-4.sme
25    - Remove obsolete gpc_order setting from php.ini. [sme: 8652]
26    
27  * Sat May 4 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-3.sme  * Sat May 4 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-3.sme
28  - Add an upload_tmp_folder setting by db command [sme: 7011]  - Add an upload_tmp_folder setting by db command [sme: 7011]
29  - Thanks to Michael McCarn and Jean-philippe Pialasse  - Thanks to Michael McCarn and Jean-philippe Pialasse
# Line 351  php specific configuration items. Line 355  php specific configuration items.
355  %setup  %setup
356  %patch1 -p1  %patch1 -p1
357  %patch2 -p1  %patch2 -p1
358    %patch3 -p1
359    
360  %build  %build
361  perl createlinks  perl createlinks
362    


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