1 |
# $Id: smeserver-phpmyadmin.spec,v 1.1 2012/09/03 14:36:53 slords Exp $ |
# $Id: smeserver-phpmyadmin.spec,v 1.7 2013/06/20 21:37:12 unnilennium Exp $ |
2 |
# Authority: darrellmay |
# Authority: darrellmay |
3 |
# Name: Darrell May |
# Name: Darrell May |
4 |
|
|
6 |
%define name smeserver-phpmyadmin |
%define name smeserver-phpmyadmin |
7 |
Name: %{name} |
Name: %{name} |
8 |
%define version 3.5.2.2 |
%define version 3.5.2.2 |
9 |
%define release 1 |
%define release 6 |
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-3.5.2.2-configext.patch |
16 |
|
Patch1: smeserver-phpmyadmin-3.5.2.2-patch1.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 |
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 <= 3.5.2.2-1 |
Obsoletes: smeserver-phpmyadmin <= 3.5.2.2-1 |
26 |
|
Obsoletes: smeserver-phpmyadmin-multiuser |
27 |
|
|
28 |
%description |
%description |
29 |
Implementation of phpMyAdmin for SME Server. |
Implementation of phpMyAdmin for SME Server. |
30 |
Access with admin username/password via: https://yourdomain/phpmyadmin. |
Access with admin username/password via: https://yourdomain/phpmyadmin. |
31 |
|
|
32 |
%changelog |
%changelog |
33 |
* Thu Aug 06 2012 Unnilennium <tests@pialasse.com> 3.5.2.2 |
* Sat Jun 22 2013 JP Pialasse <tests@pialasse.com> 3.5.2.2-6 |
34 |
|
- Obsolete multiuser [SME: 7685] |
35 |
|
|
36 |
|
* Tue Jun 18 2013 JP Pialasse <tests@pialasse.com> 3.5.2.2-5 |
37 |
|
- added full 3.5 configuration to avoid errors [SME: 7153] [SME: 7194] |
38 |
|
- incorporated multiuser contrib in this package [SME: 7628 7627 ] |
39 |
|
- increased security [SME: 5007] |
40 |
|
- configext.patch |
41 |
|
- release bump to 4 to fix spec file |
42 |
|
- patch1 to fix config.inc.php syntax error |
43 |
|
|
44 |
|
* Thu Aug 06 2012 JP Pialasse aka Unnilennium <tests@pialasse.com> 3.5.2.2-2 |
45 |
- first version for SME 8 |
- first version for SME 8 |
46 |
- adaptation for phpMyAdmin3 3.5.2.2 |
- adaptation for phpMyAdmin3 3.5.2.2 |
47 |
|
|
84 |
|
|
85 |
%prep |
%prep |
86 |
%setup |
%setup |
87 |
#%patch0 -p1 |
%patch0 -p1 |
88 |
#%patch1 -p1 |
%patch1 -p1 |
89 |
#%patch2 -p1 |
#%patch2 -p1 |
90 |
|
|
91 |
%build |
%build |