1 |
# $Id: smeserver-phpmyadmin.spec,v 1.13 2021/02/28 08:25:09 jpp Exp $ |
# $Id: smeserver-phpmyadmin.spec,v 1.14 2021/02/28 14:18:21 jpp 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 4.0.10.2 |
%define version 4.0.10.2 |
9 |
%define release 11 |
%define release 12 |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
12 |
License: GPL |
License: GPL |
28 |
Patch1: smeserver-phpmyadmin-4.0.10.2-bz11043-add-blowfishsecret.patch |
Patch1: smeserver-phpmyadmin-4.0.10.2-bz11043-add-blowfishsecret.patch |
29 |
Patch2: smeserver-phpmyadmin-4.0.10.2-bz11043-configure-php-pool.patch |
Patch2: smeserver-phpmyadmin-4.0.10.2-bz11043-configure-php-pool.patch |
30 |
Patch3: smeserver-phpmyadmin-4.0.10.2-bz11043.patch |
Patch3: smeserver-phpmyadmin-4.0.10.2-bz11043.patch |
31 |
|
Patch4: smeserver-phpmyadmin-4.0.10.2-bz11408-httpport.patch |
32 |
|
|
33 |
%description |
%description |
34 |
Implementation of phpMyAdmin for SME Server. |
Implementation of phpMyAdmin for SME Server. |
35 |
Access with admin username/password via: https://yourdomain/phpmyadmin. |
Access with admin username/password via: https://yourdomain/phpmyadmin. |
36 |
|
|
37 |
%changelog |
%changelog |
38 |
|
* Sat Jul 23 2022 Jean-Philippe Pialasse <tests@pialasse.com> 4.0.10.2-12.sme |
39 |
|
- use $httpPort in place of hardcoded port 80 [SME: 11408] |
40 |
|
|
41 |
* Sun Feb 28 2021 Jean-Philipe Pialasse <tests@pialasse.com> 4.0.10.2-11.sme |
* Sun Feb 28 2021 Jean-Philipe Pialasse <tests@pialasse.com> 4.0.10.2-11.sme |
42 |
- finish php74 pool integration [SME: 11043] |
- finish php74 pool integration [SME: 11043] |
43 |
fixed dir perms |
fixed dir perms |
143 |
%patch1 -p1 |
%patch1 -p1 |
144 |
%patch2 -p1 |
%patch2 -p1 |
145 |
%patch3 -p1 |
%patch3 -p1 |
146 |
|
%patch4 -p1 |
147 |
|
|
148 |
%build |
%build |
149 |
%{__mkdir_p} root/var/lib/php/phpmyadmin/{tmp,session,opcache,wsdlcache} |
%{__mkdir_p} root/var/lib/php/phpmyadmin/{tmp,session,opcache,wsdlcache} |