1 |
# $Id: smeserver-wordpress.spec,v 1.2 2021/03/07 11:06:19 brianr Exp $ |
# $Id: smeserver-wordpress.spec,v 1.3 2021/03/12 12:25:50 brianr Exp $ |
2 |
# Authority: dungog |
# Authority: dungog |
3 |
# Name: Stephen Noble |
# Name: Stephen Noble |
4 |
|
|
5 |
%define name smeserver-wordpress |
%define name smeserver-wordpress |
6 |
%define version 1.2 |
%define version 1.2 |
7 |
%define release 11 |
%define release 12 |
8 |
Summary: smserver rpm to setup mysql database and web link for wordpress weblog |
Summary: smserver rpm to setup mysql database and web link for wordpress weblog |
9 |
Name: %{name} |
Name: %{name} |
10 |
Version: %{version} |
Version: %{version} |
16 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
17 |
BuildRoot: /var/tmp/%{name}-%{version} |
BuildRoot: /var/tmp/%{name}-%{version} |
18 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
19 |
Requires: e-smith-release >= 9.0 |
Requires: e-smith-release >= 10.0 |
20 |
|
Requires: e-smith-apache >= 2.6.0-19 |
21 |
|
Requires: smeserver-php >= 3.0.0-43 |
22 |
#Requires: wordpress |
#Requires: wordpress |
23 |
AutoReqProv: no |
AutoReqProv: no |
24 |
Patch0: smeserver-wordpress-1.2.NfrHttpdDirective.patch |
Patch0: smeserver-wordpress-1.2.NfrHttpdDirective.patch |
25 |
Patch1: smeserver-wordpress-1.2-Add-in-update-event-and-fix-php-fpw.patch |
Patch1: smeserver-wordpress-1.2-Add-in-update-event-and-fix-php-fpw.patch |
26 |
Patch2: smeserver-wordpress-1.2-Remove-need-for-wordpress-rpm.patch |
Patch2: smeserver-wordpress-1.2-Remove-need-for-wordpress-rpm.patch |
27 |
|
Patch3: smeserver-wordpress-1.2-Add-backup-folders-to-createlinks.patch |
28 |
%description |
%description |
29 |
smserver rpm to setup mysql database and web link for wordpress weblog |
smserver rpm to setup mysql database and web link for wordpress weblog |
30 |
|
|
31 |
%changelog |
%changelog |
32 |
|
* Sun Jul 31 2022 Brian Read <brianr@bjsystems.co.uk> 1.2-12.sme |
33 |
|
- Add in backup folders to createlinks [SME: 12070] |
34 |
|
- update to httpd 2.4 access syntax [SME: 12050] |
35 |
|
|
36 |
* Tue Mar 09 2021 Brian Read <brianr@bjsystems.co.uk> 1.2-11.sme |
* Tue Mar 09 2021 Brian Read <brianr@bjsystems.co.uk> 1.2-11.sme |
37 |
- Update wp-config.php with AUTO UPDATE and DIRECT download [SME: 11428] |
- Update wp-config.php with AUTO UPDATE and DIRECT download [SME: 11428] |
38 |
- Remove requirement for wordpress rpm, and set script to download and install |
- Remove requirement for wordpress rpm, and set script to download and install |
139 |
%patch0 -p1 |
%patch0 -p1 |
140 |
%patch1 -p1 |
%patch1 -p1 |
141 |
%patch2 -p1 |
%patch2 -p1 |
142 |
|
%patch3 -p1 |
143 |
%build |
%build |
144 |
perl createlinks |
perl createlinks |
145 |
|
|