1 |
# $Id: smeserver-ezmlm-www.spec,v 1.3 2022/03/16 04:10:13 jpp Exp $ |
# $Id: smeserver-ezmlm-www.spec,v 1.4 2022/03/16 04:27:12 jpp Exp $ |
2 |
# Authority: picsone |
# Authority: picsone |
3 |
# Name: Normando Hall |
# Name: Normando Hall |
4 |
|
|
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 |
32 |
* 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 |
33 |
- build for SME10 [SME: 11909] |
- build for SME10 [SME: 11909] |
34 |
use initial source and compile ourself the index.cgi |
use initial source and compile ourself the index.cgi |
35 |
todo chmod |
template the two config files |
36 |
todo template the two config files |
todo improve access rights in template |
|
todo improve access rights |
|
37 |
|
|
38 |
* Wed Dec 5 2007 Normando Hall <nhall@unixlan.com.ar> |
* Wed Dec 5 2007 Normando Hall <nhall@unixlan.com.ar> |
39 |
- first release |
- first release |
53 |
#compile the c file |
#compile the c file |
54 |
cd root/opt/mailinglist |
cd root/opt/mailinglist |
55 |
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 |
|
56 |
|
|
57 |
%install |
%install |
58 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |
59 |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
60 |
rm -f %{name}-%{version}-filelist |
rm -f %{name}-%{version}-filelist |
61 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
62 |
--file /usr/share/freepbx/scripts/restore-astdb.php 'attr(0750,root,root)' \ |
--file /opt/mailinglist/search/ez_indexer.pl 'attr(0755,root,root)' \ |
63 |
--dir /var/service/httpd-fpbx 'attr(01755,root,root)' \ |
--file /opt/mailinglist/ezmlm-www.pl 'attr(0755,root,root)' \ |
64 |
|
--file /opt/mailinglist/index.cgi 'attr(4711,ezmlm,ezmlm)' \ |
65 |
> %{name}-%{version}-filelist |
> %{name}-%{version}-filelist |
66 |
|
|
67 |
%clean |
%clean |
68 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |
69 |
|
|
70 |
%post |
%post |
|
/sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf |
|
|
/etc/rc.d/init.d/httpd-e-smith sigusr1 |
|
71 |
|
|
72 |
|
|
73 |
%postun |
%postun |
|
/sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf |
|
|
/etc/rc.d/init.d/httpd-e-smith sigusr1 |
|
74 |
|
|
75 |
|
|
76 |
%files -f %{name}-%{version}-filelist |
%files -f %{name}-%{version}-filelist |
77 |
%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 |
|