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

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

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

Revision 1.1 by stephdl, Fri Feb 5 22:11:07 2016 UTC Revision 1.3 by unnilennium, Thu Jun 23 04:24:30 2016 UTC
# Line 1  Line 1 
1  # $Id: e-smith-php.spec,v 1.5 2015/06/29 11:51:59 stephdl Exp $  # $Id: e-smith-php.spec,v 1.2 2016/03/31 11:43:56 unnilennium 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.6.0  %define version 2.6.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.xz  Source: %{name}-%{version}.tar.xz
13    Patch0: e-smith-php-2.6.0-allow_call_time_pass_reference.patch
14    Patch1: e-smith-php-2.6.0_add_upload_tmp_folder.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
# Line 18  BuildRequires: e-smith-devtools >= 1.11. Line 20  BuildRequires: e-smith-devtools >= 1.11.
20  AutoReqProv: no  AutoReqProv: no
21    
22  %changelog  %changelog
23    * Thu Jun 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-3.sme
24    - add tmp folder to ibays [SME: 7011]
25    
26    * Thu Mar 31 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-2.sme
27    - remove deprecated  allow_call_time_pass_reference from php.ini [SME: 9416]
28    
29  * Fri Feb 05 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-1.sme  * Fri Feb 05 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-1.sme
30  - Initial release to sme10  - Initial release to sme10
31    
# Line 356  php specific configuration items. Line 364  php specific configuration items.
364    
365  %prep  %prep
366  %setup  %setup
367    %patch0 -p1
368    %patch1 -p1
369    
370  %build  %build
371  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