1 |
# $Id: smeserver-phpmyadmin.spec,v 1.3 2020/11/29 19:04:34 brianr Exp $ |
# $Id: smeserver-phpmyadmin.spec,v 1.6 2020/12/17 12:53:08 jcrisp 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 5 |
%define release 8 |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
12 |
License: GPL |
License: GPL |
17 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
18 |
Requires: e-smith-base |
Requires: e-smith-base |
19 |
Requires: phpMyAdmin >= 4.4.15.10 |
Requires: phpMyAdmin >= 4.4.15.10 |
20 |
Requires: e-smith-release >= 9.0 |
Requires: e-smith-release >= 10.0 |
21 |
Obsoletes: phpmyadmin,phpMyAdmin3 |
Obsoletes: phpmyadmin,phpMyAdmin3 |
22 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
23 |
Obsoletes: e-smith-phpmyadmin |
Obsoletes: e-smith-phpmyadmin |
24 |
Obsoletes: smeserver-phpmyadmin <= 3.5.2.2-1 |
Obsoletes: smeserver-phpmyadmin <= 3.5.2.2-1 |
25 |
Obsoletes: smeserver-phpmyadmin-multiuser |
Obsoletes: smeserver-phpmyadmin-multiuser |
26 |
|
|
27 |
Patch0: smeserver-phpmyadmin-4.0.10.2-Update-httpd-for-php-fpw-and-add-user-file.patch |
Patch0: smeserver-phpmyadmin-4.0.10.2-Update-httpd-for-php-fpw-and-add-unit-file.patch |
28 |
|
Patch1: smeserver-phpmyadmin-4.0.10.2-bz11043-add-blowfishsecret.patch |
29 |
|
Patch2: smeserver-phpmyadmin-4.0.10.2-bz11043-configure-php-pool.patch |
30 |
|
|
31 |
%description |
%description |
32 |
Implementation of phpMyAdmin for SME Server. |
Implementation of phpMyAdmin for SME Server. |
33 |
Access with admin username/password via: https://yourdomain/phpmyadmin. |
Access with admin username/password via: https://yourdomain/phpmyadmin. |
34 |
|
|
35 |
%changelog |
%changelog |
36 |
|
* Fri Dec 18 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 4.0.10.2-8.sme |
37 |
|
- add php pool template and remove disable unit.ini |
38 |
|
|
39 |
|
* Thu Dec 17 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 4.0.10.2-7.sme |
40 |
|
- fix BlowfishSecret [SME: 11043] |
41 |
|
- Update minimum e-smith release version |
42 |
|
|
43 |
|
* Wed Dec 16 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 4.0.10.2-6.sme |
44 |
|
- fix patch file typo [SME: 11043] |
45 |
|
|
46 |
* Sun Nov 29 2020 Brian Read <brianr@bjsystems.co.uk> 4.0.10.2-5.sme |
* Sun Nov 29 2020 Brian Read <brianr@bjsystems.co.uk> 4.0.10.2-5.sme |
47 |
- Change httpd frament to php-fpw and add in .user.ini to set php vars [SME: 11043] |
- Change httpd frament to php-fpw and add in .user.ini to set php vars [SME: 11043] |
48 |
|
|
131 |
%prep |
%prep |
132 |
%setup |
%setup |
133 |
%patch0 -p1 |
%patch0 -p1 |
134 |
|
%patch1 -p1 |
135 |
|
%patch2 -p1 |
136 |
|
|
137 |
%build |
%build |
138 |
%{__mkdir_p} root/var/lib/phpMyAdmin/tmp |
%{__mkdir_p} root/var/lib/phpMyAdmin/tmp |
145 |
/bin/rm -f %{name}-%{version}-filelist |
/bin/rm -f %{name}-%{version}-filelist |
146 |
/sbin/e-smith/genfilelist \ |
/sbin/e-smith/genfilelist \ |
147 |
--dir /var/lib/phpMyAdmin/tmp 'attr(0770,root,www)' \ |
--dir /var/lib/phpMyAdmin/tmp 'attr(0770,root,www)' \ |
148 |
|
--dir /var/log/php/phpmyadmin 'attr(0755,www,www)' \ |
149 |
$RPM_BUILD_ROOT > %{name}-%{version}-filelist |
$RPM_BUILD_ROOT > %{name}-%{version}-filelist |
150 |
echo "%doc CHANGELOG.git" >> %{name}-%{version}-filelist |
echo "%doc CHANGELOG.git" >> %{name}-%{version}-filelist |
151 |
echo "%doc phpmyadmin.sql" >> %{name}-%{version}-filelist |
echo "%doc phpmyadmin.sql" >> %{name}-%{version}-filelist |