]> git.pld-linux.org Git - packages/ezmlm-web.git/commitdiff
ezmlm and cgi script
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 8 Jun 1999 10:37:22 +0000 (10:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ezmlm-web.spec -> 1.1

ezmlm-web.spec [new file with mode: 0644]

diff --git a/ezmlm-web.spec b/ezmlm-web.spec
new file mode 100644 (file)
index 0000000..630b91a
--- /dev/null
@@ -0,0 +1,65 @@
+Summary:       EZLM World Wide Web Interface
+Summary(pl):   Interfejs WWW do menad¿era list dyskusyjnych EZMLM
+Name:          ezmlm-web
+Version:       1.0
+Release:       1
+Group:         Networking/Daemons
+Source0:       ftp://rucus.ru.ac.za/pub/mail/ezmlm/%{name}-%{version}.tar.gz
+Source1:       ezmlm-web-setup
+Patch:         ezmlm-web.patch
+Copyright:     GPL
+BuildRoot:     /tmp/%{name}-%{version}-buildroot
+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/etc/httpd/ezmlm
+install -d $RPM_BUILD_ROOT/var/state/list
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+install        ezmlm-web.cgi   $RPM_BUILD_ROOT/etc/httpd/ezmlm/
+install        .htaccess       $RPM_BUILD_ROOT/etc/httpd/ezmlm/ezmlm-web-htaccess
+install        index           $RPM_BUILD_ROOT/etc/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(755,root,root)
+%attr(644,root,root)  %doc {CHANGES,README,TODO}.gz
+%attr(755,root,root)  %dir /etc/httpd/ezmlm
+%attr(755,root,root)  /etc/httpd/ezmlm/ezmlm*
+%{_bindir}/*
+
+%changelog
+* Mon Jun 07 1999 Arkadiusz Mi¶kiewicz <misiek@pld.org.pl>
+- PLDized
+
+* Sun Aug 09 1998 David Summers <david@summersoft.fay.ar.us>
+Release 1:
+- Modified ezmlm-web.cgi to grab name from /var/qmail/control/me.
+- Added setup-ezmlm-web script for users to set up list access.
This page took 0.101573 seconds and 4 git commands to generate.