Summary: EZLM World Wide Web Interface Summary(pl): Interfejs WWW do menadżera list dyskusyjnych EZMLM Name: ezmlm-web Version: 1.0 Release: 2 Group: Networking/Daemons Group(pl): Sieciowe/Serwery Source0: ftp://rucus.ru.ac.za/pub/mail/ezmlm/%{name}-%{version}.tar.gz Source1: ezmlm-web-setup Patch0: ezmlm-web.patch License: GPL BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) Requires: apache Requires: ezmlm-idx Requires: perl Requires: qmail %description EZMLM-WEB is a CGI script that allows users on the web server to easily create, edit (maintain), and delete mailing lists without having to "bother" the system administrator. %description -l pl EZMLM-WEB to skrypt CGI pozwalający użytkownikom na łatwe tworzenie, zarządzanie oraz kasowanie list dyskusyjnych bez zawracania głowy administratorowi systemu. %prep %setup -q %patch -p1 -b .orig %build cc -s $RPM_OPT_FLAGS index.c -o index %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_sysconfdir}/httpd/ezmlm,%{_bindir}} \ $RPM_BUILD_ROOT/var/lib/list install ezmlm-web.cgi $RPM_BUILD_ROOT%{_sysconfdir}/httpd/ezmlm/ install .htaccess $RPM_BUILD_ROOT%{_sysconfdir}/httpd/ezmlm/ezmlm-web-htaccess install index $RPM_BUILD_ROOT%{_sysconfdir}/httpd/ezmlm/ezmlm-web-index.cgi install %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/setup-ezmlm-web gzip -9nf CHANGES README TODO %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %attr(644,root,root) %doc {CHANGES,README,TODO}.gz %attr(755,root,root) %dir %{_sysconfdir}/httpd/ezmlm %attr(755,root,root) %{_sysconfdir}/httpd/ezmlm/ezmlm* %attr(755,root,root) %{_bindir}/*