1 |
%define name smeserver-webhosting |
%define name smeserver-webhosting |
2 |
%define version 0.0.9 |
%define version 0.0.9 |
3 |
%define release 12 |
%define release 13 |
4 |
|
|
5 |
Name: %{name} |
Name: %{name} |
6 |
Version: %{version} |
Version: %{version} |
14 |
BuildRoot: %{_tmppath}/%{name}-buildroot |
BuildRoot: %{_tmppath}/%{name}-buildroot |
15 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
16 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
17 |
Requires: e-smith-release >= 9.0 |
Requires: e-smith-release >= 10.0 |
18 |
Requires: smeserver-mod_dav |
Requires: smeserver-mod_dav |
19 |
Requires: smeserver-php >= 3.0.0-31 |
Requires: smeserver-php >= 3.0.0-40 |
20 |
AutoReqProv: no |
AutoReqProv: no |
21 |
Patch0: smeserver-webhosting-0.0.9-locale-2015-09-12.patch |
Patch0: smeserver-webhosting-0.0.9-locale-2015-09-12.patch |
22 |
Patch1: smeserver-webhosting-0.0.9-locale-2016-03-09.patch |
Patch1: smeserver-webhosting-0.0.9-locale-2016-03-09.patch |
26 |
Patch5: smeserver-webhosting-0.0.9-bz11077-SME10welcomePackage.patch |
Patch5: smeserver-webhosting-0.0.9-bz11077-SME10welcomePackage.patch |
27 |
Patch6: smeserver-webhosting-0.0.9-bz11077-bis.patch |
Patch6: smeserver-webhosting-0.0.9-bz11077-bis.patch |
28 |
Patch7: smeserver-webhosting-0.0.9-locale-2021-08-25.patch |
Patch7: smeserver-webhosting-0.0.9-locale-2021-08-25.patch |
29 |
|
Patch8: smeserver-webhosting-0.0.9-bz11666-fix-furlopen-capitalisation.patch |
30 |
|
|
31 |
%description |
%description |
32 |
allow to change php/apache settings to ibays, only yet for sme9 |
allow to change php/apache settings to ibays, only yet for sme9 |
41 |
%patch5 -p1 |
%patch5 -p1 |
42 |
%patch6 -p1 |
%patch6 -p1 |
43 |
%patch7 -p1 |
%patch7 -p1 |
44 |
|
%patch8 -p1 |
45 |
|
|
46 |
%build |
%build |
47 |
perl createlinks |
perl createlinks |
66 |
%defattr(-,root,root) |
%defattr(-,root,root) |
67 |
|
|
68 |
%changelog |
%changelog |
69 |
|
* Fri Sep 24 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 0.0.9-13.sme |
70 |
|
- Fix capitalisation errors in furlopen [SME: 11697] |
71 |
|
- Bump required e-smith release version |
72 |
|
- Buno required smeserver-php version |
73 |
|
|
74 |
* Wed Aug 25 2021 Terry Fage <tfage@yahoo.com.au> 0.0.9-12.sme |
* Wed Aug 25 2021 Terry Fage <tfage@yahoo.com.au> 0.0.9-12.sme |
75 |
- apply locale 2021-08-25 patch |
- apply locale 2021-08-25 patch |
76 |
|
|