/[smecontribs]/rpms/smeserver-webhosting/contribs10/smeserver-webhosting.spec
ViewVC logotype

Contents of /rpms/smeserver-webhosting/contribs10/smeserver-webhosting.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.9 - (show annotations) (download)
Sun Dec 19 13:57:08 2021 UTC (2 years, 4 months ago) by brianr
Branch: MAIN
CVS Tags: smeserver-webhosting-0_0_9-15_el7_sme
Changes since 1.8: +6 -1 lines
* Sun Dec 19 2021 Brian Read <brianr@bjsystems.co.uk> 0.0.9-15.sme
- Add extra class attribute to SM2 panel html [SME: 11811]

1 %define name smeserver-webhosting
2 %define version 0.0.9
3 %define release 15
4
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 >= 10.0
18 Requires: smeserver-mod_dav
19 Requires: smeserver-php >= 3.0.0-40
20 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 Patch5: smeserver-webhosting-0.0.9-bz11077-SME10welcomePackage.patch
27 Patch6: smeserver-webhosting-0.0.9-bz11077-bis.patch
28 Patch7: smeserver-webhosting-0.0.9-locale-2021-08-25.patch
29 Patch8: smeserver-webhosting-0.0.9-bz11666-fix-furlopen-capitalisation.patch
30 Patch9: smeserver-webhosting-0.0.9-bz11786_bz11787.patch
31 Patch10: smeserver-webhosting-0.0.9-Add-extra-class-attribute-to-sm2-panel.patch
32
33 %description
34 allow to change php/apache settings to ibays, only yet for sme9
35
36 %prep
37 %setup
38 %patch0 -p1
39 %patch1 -p1
40 %patch2 -p1
41 %patch3 -p1
42 %patch4 -p1
43 %patch5 -p1
44 %patch6 -p1
45 %patch7 -p1
46 %patch8 -p1
47 %patch9 -p1
48 %patch10 -p1
49
50 %build
51 perl createlinks
52
53 %install
54 rm -rf $RPM_BUILD_ROOT
55 (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
56 rm -f %{name}-%{version}-filelist
57 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
58 echo "%doc COPYING" >> %{name}-%{version}-filelist
59
60 %clean
61 cd ..
62 rm -rf %{name}-%{version}
63
64 %pre
65 %preun
66 %post
67 %postun
68
69 %files -f %{name}-%{version}-filelist
70 %defattr(-,root,root)
71
72 %changelog
73 * Sun Dec 19 2021 Brian Read <brianr@bjsystems.co.uk> 0.0.9-15.sme
74 - Add extra class attribute to SM2 panel html [SME: 11811]
75
76 * Thu Dec 02 2021 Michel Begye <mab974@misouk.com> 0.0.9-14.sme
77 - Fix MaxExecutionTime not saved [SME: 11786]
78 - Integrate webhosting with smeserver-manager (manager2) [SME: 11787]
79
80 * Fri Sep 24 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 0.0.9-13.sme
81 - Fix capitalisation errors in furlopen [SME: 11697]
82 - Bump required e-smith release version
83 - Buno required smeserver-php version
84
85 * Wed Aug 25 2021 Terry Fage <tfage@yahoo.com.au> 0.0.9-12.sme
86 - apply locale 2021-08-25 patch
87
88 * Tue Mar 16 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.0.9-11.sme
89 - require smeserver-php >= 3.0.0-31 [SME: 11077]
90
91 * Sat Mar 13 2021 Jean-Philipe Pialasse <tests@pialasse.com> 0.0.9-10.sme
92 - SME10 welcome package [SME: 11077]
93 added update event
94 use of default properties value, remove them from db
95 possibility to select php version per ibay
96 added few more php options
97 display real default value to admin.
98
99 * Fri Oct 30 2020 Brian Read <brianr@bjsystems.co.uk> 0.0.9-8.sme
100 - Intial import to SEM10 tree [SME: 11077]
101
102 * Sat Dec 02 2017 SME Translation Server <translations@contribs.org> 0.0.9-7.sme
103 - apply locale 2017-12-02 patch
104
105 * Sat Mar 25 2017 Jean-Philipe Pialasse <tests@pialasse.com> 0.0.9-6.sme
106 - apply locale 2017-03-26 patch
107
108 * Wed Feb 01 2017 Jean-Philipe Pialasse <tests@pialasse.com> 0.0.9-5.sme
109 - apply locale 2017-02-02.patch
110
111 * Wed Mar 09 2016 JP Pialasse <tests@pialasse.com> 0.0.9-4.sme
112 - apply locale 2016-03-09 patch
113
114 * Sat Sep 12 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 0.0.9-3.sme
115 - Added smeserver-webhosting-0.0.9-locale-2015-09-12.patch
116
117 * Fri Aug 21 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 0.0.9-2.sme
118 - Initial release to contribs9
119
120 * Wed Jun 18 2014 Stephane de Labrusse <stephdl@de-labrusse.fr> -0.0.9-1.sme
121 - added a box larger for writing the phpbasedir
122
123 * Mon Jun 16 2014 Stephane de Labrusse <stephdl@de-labrusse.fr> -0.0.8-1.sme
124 - add german translation, thanks to Rudolf Vielnascher
125 - add french translation, thanks to me :)
126
127 * Fri Jun 13 2014 Stephane de Labrusse <stephdl@de-labrusse.fr> -0.0.6-1.sme
128 - Add mod dav in dependency with an option enabled/disabled
129
130 * Sun Jun 01 2014 Stephane de Labrusse <stephdl@de-labrusse.fr> -0.01-1
131 - Initial Release
132

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed