--- rpms/smeserver-ezmlm-www/contribs10/smeserver-ezmlm-www.spec 2022/03/19 03:26:15 1.7 +++ rpms/smeserver-ezmlm-www/contribs10/smeserver-ezmlm-www.spec 2022/07/22 06:22:21 1.15 @@ -1,10 +1,10 @@ -# $Id: smeserver-ezmlm-www.spec,v 1.6 2022/03/19 02:57:09 jpp Exp $ +# $Id: smeserver-ezmlm-www.spec,v 1.14 2022/07/22 06:14:16 jpp Exp $ # Authority: picsone # Name: Normando Hall %define name smeserver-ezmlm-www %define version 2.0.0 -%define release 4 +%define release 11 Summary: ezmlm-www packaged for sme server Name: %{name} @@ -15,13 +15,17 @@ Group: Networking/Other Source: %{name}-%{version}.tar.gz Source1: ezmlm-www-1.4.5.tar.gz Patch0: smeserver-ezmlm-www-2.0.0-bz11909-sme10.patch +Patch1: smeserver-ezmlm-www-2.0.0-bz11912-widecharacters.patch +Patch2: smeserver-ezmlm-www-2.0.0-bz11909-sme10-bis.patch +Patch3: smeserver-ezmlm-www-2.0.0-bz12124-backup.patch +Patch4: smeserver-ezmlm-www-2.0.0-bz12045-httpd24.patch BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot Requires: perl-Mail-Box perl-User-Identity perl-TimeDate perl-Email-Simple perl-Plucene perl-KinoSearch ezmlm-web perl-Ezmlm perl-Mail-Ezmlm-Archive +Requires: e-smith-apache >= 2.6.0-19 BuildRequires: e-smith-devtools BuildRequires: gcc AutoReq: no -##BuildArchitectures: noarch %description ezmlm-www This project provides a useful web interface for Ezmlm @@ -29,7 +33,24 @@ mailing list archives. It extends ezmlm- by using a modular architecture: it is fully Perl-based. %changelog -* Fri Mar 18 2022 Jean-Philippe Pialasse 2.0.0-4.sme +* Fri Jul 22 2022 Jean-Philippe Pialasse 2.0.0-11.sme +- add to core backup [SME: 12124] +- update to httpd 2.4 syntax [SME: 12045] + +* Sun Mar 20 2022 Jean-Philippe Pialasse 2.0.0-10.sme +- chmod +x ezw-search [SME: 11909] + +* Sun Mar 20 2022 Jean-Philippe Pialasse 2.0.0-9.sme +- protect indexes and configuration [SME: 11909] + +* Sat Mar 19 2022 Jean-Philippe Pialasse 2.0.0-8.sme +- fix wide character error preventing to display message [SME: 11912] + +* Fri Mar 18 2022 Jean-Philippe Pialasse 2.0.0-7.sme +- remove list archive creation from event [SME: 11909] +- keep it a manual intervention until we add a button on server-manager + +* Fri Mar 18 2022 Jean-Philippe Pialasse 2.0.0-5.sme - fix ez_search perms [SME: 11909] - use KinoSearch1 - create directory indexes @@ -52,10 +73,15 @@ by using a modular architecture: it is f %setup -T -D -a 1 cp -r ezmlm-www-1.4.5/* root/opt/mailinglist %patch0 -p1 +%patch1 -p1 +%patch2 -p1 +%patch3 -p1 +%patch4 -p1 + # sed KinoSearch KinoSearch1 -#sed -i root/opt/mailinglist/search/ez_indexer.pl -i root/opt/mailinglist/ezmlm-www.pl \ -# -e 's/KinoSearch/KinoSearch1/g' -#mkdir -p root/opt/mailinglist/search/indexes +sed -i root/opt/mailinglist/search/ez_indexer.pl -i root/opt/mailinglist/ezmlm-www.pl \ + -e 's/KinoSearch/KinoSearch1/g' +mkdir -p root/opt/mailinglist/search/indexes %build perl createlinks @@ -72,6 +98,7 @@ rm -f %{name}-%{version}-filelist --file /opt/mailinglist/search/ez_indexer.pl 'attr(0755,root,root)' \ --file /opt/mailinglist/ezmlm-www.pl 'attr(0755,root,root)' \ --file /opt/mailinglist/index.cgi 'attr(4711,ezmlm,ezmlm)' \ + --file /etc/cron.hourly/ezw-search 'attr(0755,root,root)' \ > %{name}-%{version}-filelist %clean