1 |
# $Id: smeserver-phpmyadmin.spec,v 1.6 2008/11/25 16:20:28 slords Exp $ |
# $Id: smeserver-phpmyadmin.spec,v 1.5 2013/06/19 03:04:04 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 4 |
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 |
|
Patch1: smeserver-phpmyadmin-2.11.1.2-TemplateExpansionAndServiceRestart.patch |
|
|
Patch2: smeserver-phpmyadmin-2.11.1.2-TemplatePermission.patch |
|
16 |
URL: http://www.phpmyadmin.net/ |
URL: http://www.phpmyadmin.net/ |
17 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
18 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
19 |
Requires: e-smith-base |
Requires: e-smith-base |
20 |
Requires: phpmyadmin |
Requires: phpMyAdmin3 >= 3.5.2.2 |
21 |
|
Obsoletes: phpmyadmin |
22 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
23 |
Obsoletes: e-smith-phpmyadmin |
Obsoletes: e-smith-phpmyadmin |
24 |
Obsoletes: smeserver-phpmyadmin <= 2.11.1.2-1 |
Obsoletes: smeserver-phpmyadmin <= 3.5.2.2-1 |
25 |
|
|
26 |
%description |
%description |
27 |
Implementation of phpMyAdmin for SME Server. |
Implementation of phpMyAdmin for SME Server. |
28 |
Access with admin username/password via: https://yourdomain/phpmyadmin. |
Access with admin username/password via: https://yourdomain/phpmyadmin. |
29 |
|
|
30 |
%changelog |
%changelog |
31 |
|
* Tue Jun 18 2013 JP Pialasse <tests@pialasse.com> 3.5.2.2-4 |
32 |
|
- added full 3.5 configuration to avoid errors [SME: 7153] [SME: 7194] |
33 |
|
- incorporated multiuser contrib in this package [SME: 7628 7627 ] |
34 |
|
- increased security [SME: 5007] |
35 |
|
- configext.patch |
36 |
|
- release bump to 4 to fix spec file |
37 |
|
|
38 |
|
* Thu Aug 06 2012 JP Pialasse aka Unnilennium <tests@pialasse.com> 3.5.2.2-2 |
39 |
|
- first version for SME 8 |
40 |
|
- adaptation for phpMyAdmin3 3.5.2.2 |
41 |
|
|
42 |
* 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 |
43 |
- Protect sensible data and prevent access error by setting |
- Protect sensible data and prevent access error by setting |
44 |
proper permissions to config.inc.php template [SME: 4343] |
proper permissions to config.inc.php template [SME: 4343] |
79 |
%prep |
%prep |
80 |
%setup |
%setup |
81 |
%patch0 -p1 |
%patch0 -p1 |
82 |
%patch1 -p1 |
#%patch1 -p1 |
83 |
%patch2 -p1 |
#%patch2 -p1 |
84 |
|
|
85 |
%build |
%build |
86 |
perl createlinks |
perl createlinks |