1 |
# $Id: smeserver-ezmlm-www.spec,v 1.2 2022/03/15 20:55:26 jpp Exp $ |
# $Id: smeserver-ezmlm-www.spec,v 1.6 2022/03/19 02:57:09 jpp Exp $ |
2 |
# Authority: picsone |
# Authority: picsone |
3 |
# Name: Normando Hall |
# Name: Normando Hall |
4 |
|
|
5 |
%define name smeserver-ezmlm-www |
%define name smeserver-ezmlm-www |
6 |
%define version 2.0.0 |
%define version 2.0.0 |
7 |
%define release 3 |
%define release 4 |
8 |
|
|
9 |
Summary: ezmlm-www packaged for sme server |
Summary: ezmlm-www packaged for sme server |
10 |
Name: %{name} |
Name: %{name} |
14 |
Group: Networking/Other |
Group: Networking/Other |
15 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
16 |
Source1: ezmlm-www-1.4.5.tar.gz |
Source1: ezmlm-www-1.4.5.tar.gz |
17 |
|
Patch0: smeserver-ezmlm-www-2.0.0-bz11909-sme10.patch |
18 |
|
|
19 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
20 |
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: perl-Mail-Box perl-User-Identity perl-TimeDate perl-Email-Simple perl-Plucene perl-KinoSearch ezmlm-web perl-Ezmlm perl-Mail-Ezmlm-Archive |
21 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
22 |
BuildRequires: gcc |
BuildRequires: gcc |
23 |
AutoReq: no |
AutoReq: no |
24 |
BuildArchitectures: noarch |
##BuildArchitectures: noarch |
25 |
|
|
26 |
%description |
%description |
27 |
ezmlm-www This project provides a useful web interface for Ezmlm |
ezmlm-www This project provides a useful web interface for Ezmlm |
29 |
by using a modular architecture: it is fully Perl-based. |
by using a modular architecture: it is fully Perl-based. |
30 |
|
|
31 |
%changelog |
%changelog |
32 |
|
* Fri Mar 18 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.0.0-4.sme |
33 |
|
- fix ez_search perms [SME: 11909] |
34 |
|
- use KinoSearch1 |
35 |
|
- create directory indexes |
36 |
|
|
37 |
* Tue Mar 15 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.4.5-3.sme |
* Tue Mar 15 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.4.5-3.sme |
38 |
- build for SME10 [SME: 11909] |
- build for SME10 [SME: 11909] |
39 |
use initial source and compile ourself the index.cgi |
use initial source and compile ourself the index.cgi |
40 |
todo chmod |
template the two config files |
41 |
todo template the two config files |
todo improve access rights in template |
|
todo improve access rights |
|
42 |
|
|
43 |
* Wed Dec 5 2007 Normando Hall <nhall@unixlan.com.ar> |
* Wed Dec 5 2007 Normando Hall <nhall@unixlan.com.ar> |
44 |
- first release |
- first release |
51 |
%setup |
%setup |
52 |
%setup -T -D -a 1 |
%setup -T -D -a 1 |
53 |
cp -r ezmlm-www-1.4.5/* root/opt/mailinglist |
cp -r ezmlm-www-1.4.5/* root/opt/mailinglist |
54 |
|
%patch0 -p1 |
55 |
|
# sed KinoSearch KinoSearch1 |
56 |
|
#sed -i root/opt/mailinglist/search/ez_indexer.pl -i root/opt/mailinglist/ezmlm-www.pl \ |
57 |
|
# -e 's/KinoSearch/KinoSearch1/g' |
58 |
|
#mkdir -p root/opt/mailinglist/search/indexes |
59 |
|
|
60 |
%build |
%build |
61 |
perl createlinks |
perl createlinks |
62 |
#compile the c file |
#compile the c file |
63 |
cd root/opt/mailinglist |
cd root/opt/mailinglist |
64 |
cc index.cgi.c -o index.cgi |
cc index.cgi.c -o index.cgi |
|
#cc index.cgi.c -o index.cgi |
|
|
#chown popuser index.cgi |
|
|
#chmod 4711 index.cgi |
|
|
#chmod 755 ezmlm-www.pl |
|
65 |
|
|
66 |
%install |
%install |
67 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |
68 |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
69 |
rm -f %{name}-%{version}-filelist |
rm -f %{name}-%{version}-filelist |
70 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
71 |
|
--dir '/opt/mailinglist/search/indexes' 'attr(4775,ezmlm,ezmlm)' \ |
72 |
|
--file /opt/mailinglist/search/ez_indexer.pl 'attr(0755,root,root)' \ |
73 |
|
--file /opt/mailinglist/ezmlm-www.pl 'attr(0755,root,root)' \ |
74 |
|
--file /opt/mailinglist/index.cgi 'attr(4711,ezmlm,ezmlm)' \ |
75 |
|
> %{name}-%{version}-filelist |
76 |
|
|
77 |
%clean |
%clean |
78 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |
79 |
|
|
80 |
%post |
%post |
|
/sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf |
|
|
/etc/rc.d/init.d/httpd-e-smith sigusr1 |
|
81 |
|
|
82 |
|
|
83 |
%postun |
%postun |
|
/sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf |
|
|
/etc/rc.d/init.d/httpd-e-smith sigusr1 |
|
84 |
|
|
85 |
|
|
86 |
%files -f %{name}-%{version}-filelist |
%files -f %{name}-%{version}-filelist |
87 |
%defattr(-,root,root) |
%defattr(-,root,root) |
|
|
|
|
|
|
|
%attr(0755,root,root) /opt/mailinglist/search/ez_indexer.pl |
|
|
%attr(0755,root,root) /opt/mailinglist/ezmlm-www.pl |
|
|
%attr(4711,ezmlm,ezmlm) /opt/mailinglist/index.cgi |
|