1 |
brianr |
1.1 |
%define name smeserver-webhosting |
2 |
|
|
%define version 0.0.9 |
3 |
terryfage |
1.13 |
%define release 19 |
4 |
brianr |
1.1 |
|
5 |
|
|
Name: %{name} |
6 |
|
|
Version: %{version} |
7 |
|
|
Release: %{release}%{?dist} |
8 |
|
|
Summary: allow to change php/apache settings to ibays, only yet for sme9 |
9 |
|
|
|
10 |
|
|
Group: SMEserver/addon |
11 |
|
|
License: GNU GPL version 2 |
12 |
|
|
URL: http://www.contribs.org |
13 |
|
|
Source: %{name}-%{version}.tar.gz |
14 |
|
|
BuildRoot: %{_tmppath}/%{name}-buildroot |
15 |
|
|
BuildArchitectures: noarch |
16 |
|
|
BuildRequires: e-smith-devtools |
17 |
jcrisp |
1.7 |
Requires: e-smith-release >= 10.0 |
18 |
brianr |
1.1 |
Requires: smeserver-mod_dav |
19 |
jcrisp |
1.7 |
Requires: smeserver-php >= 3.0.0-40 |
20 |
brianr |
1.1 |
AutoReqProv: no |
21 |
|
|
Patch0: smeserver-webhosting-0.0.9-locale-2015-09-12.patch |
22 |
|
|
Patch1: smeserver-webhosting-0.0.9-locale-2016-03-09.patch |
23 |
|
|
Patch2: smeserver-webhosting-0.0.9-locale-2017-02-02.patch |
24 |
|
|
Patch3: smeserver-webhosting-0.0.9-locale-2017-03-26.patch |
25 |
|
|
Patch4: smeserver-webhosting-0.0.9-locale-2017-12-02.patch |
26 |
jpp |
1.3 |
Patch5: smeserver-webhosting-0.0.9-bz11077-SME10welcomePackage.patch |
27 |
jpp |
1.5 |
Patch6: smeserver-webhosting-0.0.9-bz11077-bis.patch |
28 |
terryfage |
1.6 |
Patch7: smeserver-webhosting-0.0.9-locale-2021-08-25.patch |
29 |
jcrisp |
1.7 |
Patch8: smeserver-webhosting-0.0.9-bz11666-fix-furlopen-capitalisation.patch |
30 |
michel |
1.8 |
Patch9: smeserver-webhosting-0.0.9-bz11786_bz11787.patch |
31 |
brianr |
1.9 |
Patch10: smeserver-webhosting-0.0.9-Add-extra-class-attribute-to-sm2-panel.patch |
32 |
jpp |
1.10 |
Patch11: smeserver-webhosting-0.0.9-locale-2022-11-11.patch |
33 |
jpp |
1.11 |
Patch12: smeserver-webhosting-0.0.9-bz12429-memorylimit.patch |
34 |
brianr |
1.12 |
Patch13: smeserver-webhosting-0.0.9-Alter-menu-category-for-new-arrangement.patch |
35 |
terryfage |
1.13 |
Patch14: smeserver-webhosting-0.0.9-locale-2024-09-06.patch |
36 |
brianr |
1.1 |
|
37 |
|
|
%description |
38 |
|
|
allow to change php/apache settings to ibays, only yet for sme9 |
39 |
|
|
|
40 |
|
|
%prep |
41 |
|
|
%setup |
42 |
|
|
%patch0 -p1 |
43 |
|
|
%patch1 -p1 |
44 |
|
|
%patch2 -p1 |
45 |
|
|
%patch3 -p1 |
46 |
|
|
%patch4 -p1 |
47 |
jpp |
1.3 |
%patch5 -p1 |
48 |
jpp |
1.5 |
%patch6 -p1 |
49 |
terryfage |
1.6 |
%patch7 -p1 |
50 |
jcrisp |
1.7 |
%patch8 -p1 |
51 |
michel |
1.8 |
%patch9 -p1 |
52 |
brianr |
1.9 |
%patch10 -p1 |
53 |
jpp |
1.10 |
%patch11 -p1 |
54 |
jpp |
1.11 |
%patch12 -p1 |
55 |
brianr |
1.12 |
%patch13 -p1 |
56 |
terryfage |
1.13 |
%patch14 -p1 |
57 |
brianr |
1.1 |
|
58 |
|
|
%build |
59 |
|
|
perl createlinks |
60 |
|
|
|
61 |
|
|
%install |
62 |
|
|
rm -rf $RPM_BUILD_ROOT |
63 |
|
|
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
64 |
|
|
rm -f %{name}-%{version}-filelist |
65 |
|
|
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist |
66 |
|
|
echo "%doc COPYING" >> %{name}-%{version}-filelist |
67 |
|
|
|
68 |
|
|
%clean |
69 |
|
|
cd .. |
70 |
|
|
rm -rf %{name}-%{version} |
71 |
|
|
|
72 |
|
|
%pre |
73 |
|
|
%preun |
74 |
|
|
%post |
75 |
brianr |
1.12 |
|
76 |
|
|
if (systemctl list-unit-files |grep smanager) then |
77 |
|
|
echo "Smanager restart in spec file" |
78 |
|
|
/sbin/e-smith/signal-event smanager-refresh; |
79 |
|
|
fi |
80 |
|
|
|
81 |
brianr |
1.1 |
%postun |
82 |
|
|
|
83 |
|
|
%files -f %{name}-%{version}-filelist |
84 |
|
|
%defattr(-,root,root) |
85 |
|
|
|
86 |
|
|
%changelog |
87 |
terryfage |
1.13 |
* Fri Sep 06 2024 Terry Fage <terry@fage.is.au> 0.0.9-19.sme |
88 |
|
|
- apply locale 2024-09-06.patch |
89 |
|
|
|
90 |
brianr |
1.12 |
* Fri Mar 01 2024 Brian Read <brianr@koozali.org> 0.0.9-18.sme |
91 |
|
|
- Edit Menu entry to conform to new arrangements [SME: 12493] |
92 |
|
|
|
93 |
jpp |
1.11 |
* Fri Nov 10 2023 Jean-Philippe Pialasse <tests@pialasse.com> 0.0.9-17.sme |
94 |
|
|
- add more memory limit options [SME: 12429] |
95 |
|
|
|
96 |
jpp |
1.10 |
* Fri Nov 11 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.0.9-16.sme |
97 |
|
|
- apply locale 2022-11-11 patch |
98 |
|
|
|
99 |
brianr |
1.9 |
* Sun Dec 19 2021 Brian Read <brianr@bjsystems.co.uk> 0.0.9-15.sme |
100 |
|
|
- Add extra class attribute to SM2 panel html [SME: 11811] |
101 |
|
|
|
102 |
michel |
1.8 |
* Thu Dec 02 2021 Michel Begye <mab974@misouk.com> 0.0.9-14.sme |
103 |
|
|
- Fix MaxExecutionTime not saved [SME: 11786] |
104 |
|
|
- Integrate webhosting with smeserver-manager (manager2) [SME: 11787] |
105 |
|
|
|
106 |
jcrisp |
1.7 |
* Fri Sep 24 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 0.0.9-13.sme |
107 |
|
|
- Fix capitalisation errors in furlopen [SME: 11697] |
108 |
|
|
- Bump required e-smith release version |
109 |
|
|
- Buno required smeserver-php version |
110 |
|
|
|
111 |
terryfage |
1.6 |
* Wed Aug 25 2021 Terry Fage <tfage@yahoo.com.au> 0.0.9-12.sme |
112 |
|
|
- apply locale 2021-08-25 patch |
113 |
|
|
|
114 |
jpp |
1.5 |
* Tue Mar 16 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.0.9-11.sme |
115 |
|
|
- require smeserver-php >= 3.0.0-31 [SME: 11077] |
116 |
|
|
|
117 |
jpp |
1.10 |
* Sat Mar 13 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.0.9-10.sme |
118 |
jpp |
1.3 |
- SME10 welcome package [SME: 11077] |
119 |
|
|
added update event |
120 |
|
|
use of default properties value, remove them from db |
121 |
|
|
possibility to select php version per ibay |
122 |
|
|
added few more php options |
123 |
|
|
display real default value to admin. |
124 |
|
|
|
125 |
brianr |
1.2 |
* Fri Oct 30 2020 Brian Read <brianr@bjsystems.co.uk> 0.0.9-8.sme |
126 |
|
|
- Intial import to SEM10 tree [SME: 11077] |
127 |
|
|
|
128 |
brianr |
1.1 |
* Sat Dec 02 2017 SME Translation Server <translations@contribs.org> 0.0.9-7.sme |
129 |
|
|
- apply locale 2017-12-02 patch |
130 |
|
|
|
131 |
jpp |
1.10 |
* Sat Mar 25 2017 Jean-Philippe Pialasse <tests@pialasse.com> 0.0.9-6.sme |
132 |
brianr |
1.1 |
- apply locale 2017-03-26 patch |
133 |
|
|
|
134 |
jpp |
1.10 |
* Wed Feb 01 2017 Jean-Philippe Pialasse <tests@pialasse.com> 0.0.9-5.sme |
135 |
brianr |
1.1 |
- apply locale 2017-02-02.patch |
136 |
|
|
|
137 |
|
|
* Wed Mar 09 2016 JP Pialasse <tests@pialasse.com> 0.0.9-4.sme |
138 |
|
|
- apply locale 2016-03-09 patch |
139 |
|
|
|
140 |
|
|
* Sat Sep 12 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 0.0.9-3.sme |
141 |
|
|
- Added smeserver-webhosting-0.0.9-locale-2015-09-12.patch |
142 |
|
|
|
143 |
|
|
* Fri Aug 21 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 0.0.9-2.sme |
144 |
|
|
- Initial release to contribs9 |
145 |
|
|
|
146 |
|
|
* Wed Jun 18 2014 Stephane de Labrusse <stephdl@de-labrusse.fr> -0.0.9-1.sme |
147 |
|
|
- added a box larger for writing the phpbasedir |
148 |
|
|
|
149 |
|
|
* Mon Jun 16 2014 Stephane de Labrusse <stephdl@de-labrusse.fr> -0.0.8-1.sme |
150 |
|
|
- add german translation, thanks to Rudolf Vielnascher |
151 |
|
|
- add french translation, thanks to me :) |
152 |
|
|
|
153 |
|
|
* Fri Jun 13 2014 Stephane de Labrusse <stephdl@de-labrusse.fr> -0.0.6-1.sme |
154 |
|
|
- Add mod dav in dependency with an option enabled/disabled |
155 |
|
|
|
156 |
|
|
* Sun Jun 01 2014 Stephane de Labrusse <stephdl@de-labrusse.fr> -0.01-1 |
157 |
|
|
- Initial Release |
158 |
|
|
|