--- rpms/smeserver-egroupware/contribs10/smeserver-egroupware.spec 2021/01/18 10:41:47 1.1 +++ rpms/smeserver-egroupware/contribs10/smeserver-egroupware.spec 2022/07/30 04:46:38 1.2 @@ -1,10 +1,10 @@ -# $Id: smeserver-egroupware.spec,v 1.7 2013/12/15 19:24:32 unnilennium Exp $ +# $Id: smeserver-egroupware.spec,v 1.1 2021/01/18 10:41:47 brianr Exp $ # Authority: cool34000 # Name: Sylvain Gomez %define name smeserver-egroupware %define version 1.8.6 -%define release 2 +%define release 3 %define rpmver 4.0.4 @@ -15,20 +15,21 @@ Release: %{release}%{?dist} License: GPL Group: Web/Application Source: %{name}-%{version}.tgz -#REM contribs9 Patch0: smeserver-egroupware-1.8.6-g2datapath.patch -#REM contribs9 Patch1: smeserver-egroupware-1.8.6-deletescript.patch -PAtch2: smeserver-egroupware-1.8.005-sme5127.patch +Patch2: smeserver-egroupware-1.8.005-sme5127.patch +Patch3: smeserver-egroupware-1.8.6-bz12044-24syntax.patch + URL: http://www.egroupware.org BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildArchitectures: noarch BuildRequires: e-smith-devtools -Requires: e-smith-base, e-smith-release >= 9 +Requires: e-smith-base, e-smith-release >= 10 Requires: eGroupware >= 1.8 Requires: eGroupware-gallery >= 1.8 - +Requires: e-smith-apache >= 2.6.0-19 +Requires: smeserver-php >= 3.0.0-43 %description -This RPM is an unofficial addon for the SME Server 8.x and above. +This RPM is an unofficial addon for the SME Server 10.x and above. eGroupWare is a free enterprise ready groupware software for your network. It enables you to manage contacts, appointments, todos and many more for your whole business. eGroupWare is a groupware server. It comes with a native web-interface which allowes to access @@ -43,8 +44,12 @@ https://yourdomain.com/egroupware %changelog +* Sat Jul 30 2022 Jean-Philippe Pialasse 1.8.6-3.sme +- update to httpd 2.4 syntax [SME: 12044] +- waiting for SME10 version + * Mon Sep 01 2014 stephane de Labrusse 1.8.6-2.sme -- Added patch PAtch2 forgotten by the script of JP Pialasse +- Added patch Patch2 forgotten by the script of JP Pialasse * Mon Jun 16 2014 JP Pialasse 1.8.6-1.sme - initial import to SME9 contribs @@ -150,31 +155,14 @@ https://yourdomain.com/egroupware %setup -#REM contribs9 %patch0 -p1 -#REM contribs9 %patch1 -p1 -#REM contribs9 %patch2 -p1 %patch2 -p1 +%patch3 -p1 %build # Creating templates2adjust perl createlinks -### now in archive -# Default DB parameters -#DEFAULTS1=root/etc/e-smith/db/configuration/defaults/egroupware -#DEFAULTS2=root/etc/e-smith/db/accounts/defaults/egroupware -#mkdir -p $DEFAULTS1 -#mkdir -p $DEFAULTS2 -#echo "egroupware" > $DEFAULTS1/DbName -#echo "egwuser" > $DEFAULTS1/DbUser -#echo "on" > $DEFAULTS1/HTTPS -#echo "eGroupWare" > $DEFAULTS1/Name -#echo "global" > $DEFAULTS1/PublicAccess -#echo "url" > $DEFAULTS1/type -#echo "reserved" > $DEFAULTS2/type - - %install rm -rf $RPM_BUILD_ROOT (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)