1 |
brianr |
1.1 |
%define name smeserver-webhosting |
2 |
|
|
%define version 0.0.9 |
3 |
terryfage |
1.6 |
%define release 12 |
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 |
|
|
Requires: e-smith-release >= 9.0 |
18 |
|
|
Requires: smeserver-mod_dav |
19 |
jpp |
1.5 |
Requires: smeserver-php >= 3.0.0-31 |
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 |
brianr |
1.1 |
|
30 |
|
|
%description |
31 |
|
|
allow to change php/apache settings to ibays, only yet for sme9 |
32 |
|
|
|
33 |
|
|
%prep |
34 |
|
|
%setup |
35 |
|
|
%patch0 -p1 |
36 |
|
|
%patch1 -p1 |
37 |
|
|
%patch2 -p1 |
38 |
|
|
%patch3 -p1 |
39 |
|
|
%patch4 -p1 |
40 |
jpp |
1.3 |
%patch5 -p1 |
41 |
jpp |
1.5 |
%patch6 -p1 |
42 |
terryfage |
1.6 |
%patch7 -p1 |
43 |
brianr |
1.1 |
|
44 |
|
|
%build |
45 |
|
|
perl createlinks |
46 |
|
|
|
47 |
|
|
%install |
48 |
|
|
rm -rf $RPM_BUILD_ROOT |
49 |
|
|
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
50 |
|
|
rm -f %{name}-%{version}-filelist |
51 |
|
|
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist |
52 |
|
|
echo "%doc COPYING" >> %{name}-%{version}-filelist |
53 |
|
|
|
54 |
|
|
%clean |
55 |
|
|
cd .. |
56 |
|
|
rm -rf %{name}-%{version} |
57 |
|
|
|
58 |
|
|
%pre |
59 |
|
|
%preun |
60 |
|
|
%post |
61 |
|
|
%postun |
62 |
|
|
|
63 |
|
|
%files -f %{name}-%{version}-filelist |
64 |
|
|
%defattr(-,root,root) |
65 |
|
|
|
66 |
|
|
%changelog |
67 |
terryfage |
1.6 |
* Wed Aug 25 2021 Terry Fage <tfage@yahoo.com.au> 0.0.9-12.sme |
68 |
|
|
- apply locale 2021-08-25 patch |
69 |
|
|
|
70 |
jpp |
1.5 |
* Tue Mar 16 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.0.9-11.sme |
71 |
|
|
- require smeserver-php >= 3.0.0-31 [SME: 11077] |
72 |
|
|
|
73 |
jpp |
1.4 |
* Sat Mar 13 2021 Jean-Philipe Pialasse <tests@pialasse.com> 0.0.9-10.sme |
74 |
jpp |
1.3 |
- SME10 welcome package [SME: 11077] |
75 |
|
|
added update event |
76 |
|
|
use of default properties value, remove them from db |
77 |
|
|
possibility to select php version per ibay |
78 |
|
|
added few more php options |
79 |
|
|
display real default value to admin. |
80 |
|
|
|
81 |
brianr |
1.2 |
* Fri Oct 30 2020 Brian Read <brianr@bjsystems.co.uk> 0.0.9-8.sme |
82 |
|
|
- Intial import to SEM10 tree [SME: 11077] |
83 |
|
|
|
84 |
brianr |
1.1 |
* Sat Dec 02 2017 SME Translation Server <translations@contribs.org> 0.0.9-7.sme |
85 |
|
|
- apply locale 2017-12-02 patch |
86 |
|
|
|
87 |
|
|
* Sat Mar 25 2017 Jean-Philipe Pialasse <tests@pialasse.com> 0.0.9-6.sme |
88 |
|
|
- apply locale 2017-03-26 patch |
89 |
|
|
|
90 |
|
|
* Wed Feb 01 2017 Jean-Philipe Pialasse <tests@pialasse.com> 0.0.9-5.sme |
91 |
|
|
- apply locale 2017-02-02.patch |
92 |
|
|
|
93 |
|
|
* Wed Mar 09 2016 JP Pialasse <tests@pialasse.com> 0.0.9-4.sme |
94 |
|
|
- apply locale 2016-03-09 patch |
95 |
|
|
|
96 |
|
|
* Sat Sep 12 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 0.0.9-3.sme |
97 |
|
|
- Added smeserver-webhosting-0.0.9-locale-2015-09-12.patch |
98 |
|
|
|
99 |
|
|
* Fri Aug 21 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 0.0.9-2.sme |
100 |
|
|
- Initial release to contribs9 |
101 |
|
|
|
102 |
|
|
* Wed Jun 18 2014 Stephane de Labrusse <stephdl@de-labrusse.fr> -0.0.9-1.sme |
103 |
|
|
- added a box larger for writing the phpbasedir |
104 |
|
|
|
105 |
|
|
* Mon Jun 16 2014 Stephane de Labrusse <stephdl@de-labrusse.fr> -0.0.8-1.sme |
106 |
|
|
- add german translation, thanks to Rudolf Vielnascher |
107 |
|
|
- add french translation, thanks to me :) |
108 |
|
|
|
109 |
|
|
* Fri Jun 13 2014 Stephane de Labrusse <stephdl@de-labrusse.fr> -0.0.6-1.sme |
110 |
|
|
- Add mod dav in dependency with an option enabled/disabled |
111 |
|
|
|
112 |
|
|
* Sun Jun 01 2014 Stephane de Labrusse <stephdl@de-labrusse.fr> -0.01-1 |
113 |
|
|
- Initial Release |
114 |
|
|
|