1 |
# $Id: smeserver-phpmyadmin.spec,v 1.6 2008/11/25 16:20:28 slords Exp $ |
# $Id: smeserver-phpmyadmin.spec,v 1.2 2012/09/06 06:22:22 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 2 |
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 |
|
Patch0: smeserver-phpmyadmin-2.11.1.2-FixLocation.patch |
|
|
Patch1: smeserver-phpmyadmin-2.11.1.2-TemplateExpansionAndServiceRestart.patch |
|
|
Patch2: smeserver-phpmyadmin-2.11.1.2-TemplatePermission.patch |
|
15 |
URL: http://www.phpmyadmin.net/ |
URL: http://www.phpmyadmin.net/ |
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 |
Requires: e-smith-base |
19 |
Requires: phpmyadmin |
Requires: phpMyAdmin3 >= 3.5.2.2 |
20 |
|
Obsoletes: phpmyadmin |
21 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
22 |
Obsoletes: e-smith-phpmyadmin |
Obsoletes: e-smith-phpmyadmin |
23 |
Obsoletes: smeserver-phpmyadmin <= 2.11.1.2-1 |
Obsoletes: smeserver-phpmyadmin <= 3.5.2.2-1 |
24 |
|
|
25 |
%description |
%description |
26 |
Implementation of phpMyAdmin for SME Server. |
Implementation of phpMyAdmin for SME Server. |
27 |
Access with admin username/password via: https://yourdomain/phpmyadmin. |
Access with admin username/password via: https://yourdomain/phpmyadmin. |
28 |
|
|
29 |
%changelog |
%changelog |
30 |
|
* Thu Aug 06 2012 JP Pialasse aka Unnilennium <tests@pialasse.com> 3.5.2.2-2 |
31 |
|
- first version for SME 8 |
32 |
|
- adaptation for phpMyAdmin3 3.5.2.2 |
33 |
|
|
34 |
* 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 |
35 |
- Protect sensible data and prevent access error by setting |
- Protect sensible data and prevent access error by setting |
36 |
proper permissions to config.inc.php template [SME: 4343] |
proper permissions to config.inc.php template [SME: 4343] |
70 |
|
|
71 |
%prep |
%prep |
72 |
%setup |
%setup |
73 |
%patch0 -p1 |
#%patch0 -p1 |
74 |
%patch1 -p1 |
#%patch1 -p1 |
75 |
%patch2 -p1 |
#%patch2 -p1 |
76 |
|
|
77 |
%build |
%build |
78 |
perl createlinks |
perl createlinks |