%define name smeserver-webhosting %define version 0.0.9 %define release 13 Name: %{name} Version: %{version} Release: %{release}%{?dist} Summary: allow to change php/apache settings to ibays, only yet for sme9 Group: SMEserver/addon License: GNU GPL version 2 URL: http://www.contribs.org Source: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-buildroot BuildArchitectures: noarch BuildRequires: e-smith-devtools Requires: e-smith-release >= 10.0 Requires: smeserver-mod_dav Requires: smeserver-php >= 3.0.0-40 AutoReqProv: no Patch0: smeserver-webhosting-0.0.9-locale-2015-09-12.patch Patch1: smeserver-webhosting-0.0.9-locale-2016-03-09.patch Patch2: smeserver-webhosting-0.0.9-locale-2017-02-02.patch Patch3: smeserver-webhosting-0.0.9-locale-2017-03-26.patch Patch4: smeserver-webhosting-0.0.9-locale-2017-12-02.patch Patch5: smeserver-webhosting-0.0.9-bz11077-SME10welcomePackage.patch Patch6: smeserver-webhosting-0.0.9-bz11077-bis.patch Patch7: smeserver-webhosting-0.0.9-locale-2021-08-25.patch Patch8: smeserver-webhosting-0.0.9-bz11666-fix-furlopen-capitalisation.patch %description allow to change php/apache settings to ibays, only yet for sme9 %prep %setup %patch0 -p1 %patch1 -p1 %patch2 -p1 %patch3 -p1 %patch4 -p1 %patch5 -p1 %patch6 -p1 %patch7 -p1 %patch8 -p1 %build perl createlinks %install rm -rf $RPM_BUILD_ROOT (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) rm -f %{name}-%{version}-filelist /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist echo "%doc COPYING" >> %{name}-%{version}-filelist %clean cd .. rm -rf %{name}-%{version} %pre %preun %post %postun %files -f %{name}-%{version}-filelist %defattr(-,root,root) %changelog * Fri Sep 24 2021 John Crisp 0.0.9-13.sme - Fix capitalisation errors in furlopen [SME: 11697] - Bump required e-smith release version - Buno required smeserver-php version * Wed Aug 25 2021 Terry Fage 0.0.9-12.sme - apply locale 2021-08-25 patch * Tue Mar 16 2021 Jean-Philippe Pialasse 0.0.9-11.sme - require smeserver-php >= 3.0.0-31 [SME: 11077] * Sat Mar 13 2021 Jean-Philipe Pialasse 0.0.9-10.sme - SME10 welcome package [SME: 11077] added update event use of default properties value, remove them from db possibility to select php version per ibay added few more php options display real default value to admin. * Fri Oct 30 2020 Brian Read 0.0.9-8.sme - Intial import to SEM10 tree [SME: 11077] * Sat Dec 02 2017 SME Translation Server 0.0.9-7.sme - apply locale 2017-12-02 patch * Sat Mar 25 2017 Jean-Philipe Pialasse 0.0.9-6.sme - apply locale 2017-03-26 patch * Wed Feb 01 2017 Jean-Philipe Pialasse 0.0.9-5.sme - apply locale 2017-02-02.patch * Wed Mar 09 2016 JP Pialasse 0.0.9-4.sme - apply locale 2016-03-09 patch * Sat Sep 12 2015 stephane de Labrusse 0.0.9-3.sme - Added smeserver-webhosting-0.0.9-locale-2015-09-12.patch * Fri Aug 21 2015 stephane de Labrusse 0.0.9-2.sme - Initial release to contribs9 * Wed Jun 18 2014 Stephane de Labrusse -0.0.9-1.sme - added a box larger for writing the phpbasedir * Mon Jun 16 2014 Stephane de Labrusse -0.0.8-1.sme - add german translation, thanks to Rudolf Vielnascher - add french translation, thanks to me :) * Fri Jun 13 2014 Stephane de Labrusse -0.0.6-1.sme - Add mod dav in dependency with an option enabled/disabled * Sun Jun 01 2014 Stephane de Labrusse -0.01-1 - Initial Release