/[smecontribs]/rpms/smeserver-phpmyadmin/contribs8/smeserver-phpmyadmin.spec
ViewVC logotype

Diff of /rpms/smeserver-phpmyadmin/contribs8/smeserver-phpmyadmin.spec

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

Revision 1.1 by slords, Mon Sep 3 14:36:53 2012 UTC Revision 1.7 by unnilennium, Thu Jun 20 21:37:12 2013 UTC
# Line 1  Line 1 
1  # $Id: smeserver-phpmyadmin.spec,v 1.6 2008/11/25 16:20:28 slords Exp $  # $Id: smeserver-phpmyadmin.spec,v 1.6 2013/06/19 19:37:14 unnilennium Exp $
2  # Authority: darrellmay  # Authority: darrellmay
3  # Name: Darrell May  # Name: Darrell May
4    
5  Summary: phpMyAdmin for SME Server  Summary: phpMyAdmin for SME Server
6  %define name smeserver-phpmyadmin  %define name smeserver-phpmyadmin
7  Name: %{name}  Name: %{name}
8  %define version 2.11.1.2  %define version 3.5.2.2
9  %define release 3  %define release 5
10  Version: %{version}  Version: %{version}
11  Release: %{release}%{?dist}  Release: %{release}%{?dist}
12  License: GPL  License: GPL
13  Group: Mitel/addon  Group: Mitel/addon
14  Source: %{name}-%{version}.tar.gz  Source: %{name}-%{version}.tar.gz
15  Patch0: smeserver-phpmyadmin-2.11.1.2-FixLocation.patch  Patch0: smeserver-phpmyadmin-3.5.2.2-configext.patch
16  Patch1: smeserver-phpmyadmin-2.11.1.2-TemplateExpansionAndServiceRestart.patch  Patch1: smeserver-phpmyadmin-3.5.2.2-patch1.patch
 Patch2: smeserver-phpmyadmin-2.11.1.2-TemplatePermission.patch  
17  URL: http://www.phpmyadmin.net/  URL: http://www.phpmyadmin.net/
18  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
19  BuildArchitectures: noarch  BuildArchitectures: noarch
20  Requires: e-smith-base  Requires: e-smith-base
21  Requires: phpmyadmin  Requires: phpMyAdmin3 >= 3.5.2.2
22    Obsoletes: phpmyadmin
23  BuildRequires: e-smith-devtools >= 1.13.1-03  BuildRequires: e-smith-devtools >= 1.13.1-03
24  Obsoletes: e-smith-phpmyadmin  Obsoletes: e-smith-phpmyadmin
25  Obsoletes: smeserver-phpmyadmin <= 2.11.1.2-1  Obsoletes: smeserver-phpmyadmin <= 3.5.2.2-1
26    
27  %description  %description
28  Implementation of phpMyAdmin for SME Server.  Implementation of phpMyAdmin for SME Server.
29  Access with admin username/password via: https://yourdomain/phpmyadmin.  Access with admin username/password via: https://yourdomain/phpmyadmin.
30    
31  %changelog  %changelog
32    * Tue Jun 18 2013 JP Pialasse <tests@pialasse.com> 3.5.2.2-5
33    - added full 3.5 configuration to avoid errors [SME: 7153] [SME: 7194]
34    - incorporated multiuser contrib in this package [SME: 7628 7627 ]
35    - increased security [SME: 5007]
36    - configext.patch
37    - release bump to 4 to fix spec file
38    - patch1 to fix config.inc.php syntax error
39    
40    * Thu Aug 06 2012 JP Pialasse  aka Unnilennium  <tests@pialasse.com> 3.5.2.2-2
41    - first version for SME 8
42    - adaptation for phpMyAdmin3 3.5.2.2
43    
44  * Thu May 15 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 2.11.1.2-3  * Thu May 15 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 2.11.1.2-3
45  - Protect sensible data and prevent access error by setting  - Protect sensible data and prevent access error by setting
46    proper permissions to config.inc.php template [SME: 4343]    proper permissions to config.inc.php template [SME: 4343]
# Line 70  Access with admin username/password via: Line 82  Access with admin username/password via:
82  %setup  %setup
83  %patch0 -p1  %patch0 -p1
84  %patch1 -p1  %patch1 -p1
85  %patch2 -p1  #%patch2 -p1
86    
87  %build  %build
88  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