]> git.pld-linux.org Git - packages/ezmlm-web.git/blob - ezmlm-web.spec
- todo: webapps or so
[packages/ezmlm-web.git] / ezmlm-web.spec
1 # TODO: webapps or so
2 Summary:        EZLM World Wide Web interface
3 Summary(pl):    Interfejs WWW do zarz±dcy list dyskusyjnych EZMLM
4 Name:           ezmlm-web
5 Version:        2.1
6 Release:        2
7 License:        GPL
8 Group:          Networking/Daemons
9 Source0:        http://ftp.rucus.ru.ac.za/pub/mail/ezmlm/%{name}-%{version}.tar.gz
10 # Source0-md5:  41d701bc509c1a7fbec42f954e3e4171
11 Patch0:         %{name}.patch
12 BuildRequires:  fhs-compliance
13 Requires:       webserver = apache
14 Requires:       ezmlm-idx
15 Requires:       perl
16 Requires:       qmail
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 EZMLM-WEB is a CGI script that allows users on the web server to
21 easily create, edit (maintain), and delete mailing lists without
22 having to "bother" the system administrator.
23
24 %description -l pl
25 EZMLM-WEB to skrypt CGI pozwalaj±cy u¿ytkownikom na ³atwe tworzenie,
26 zarz±dzanie oraz kasowanie list dyskusyjnych bez zawracania g³owy
27 administratorowi systemu.
28
29 %prep
30 %setup -q
31 %patch0 -p1
32
33 %build
34 %{__cc} %{rpmldflags} %{rpmcflags} index.c -o index
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38 install -d $RPM_BUILD_ROOT{/srv/httpd/html/ezmlm}
39
40 install ezmlm-web.cgi   $RPM_BUILD_ROOT/srv/httpd/html/ezmlm
41 install .htaccess       $RPM_BUILD_ROOT/srv/httpd/html/ezmlm/.htaccess
42 install index           $RPM_BUILD_ROOT/srv/httpd/html/ezmml/ezmlm-web-index.cgi
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc CHANGES README TODO
50 %dir /srv/httpd/html/ezmlm
51 /srv/httpd/html/ezmlm/.htaccess
52 %attr(755,root,root) /srv/httpd/html/ezmlm/*.cgi
This page took 0.023172 seconds and 3 git commands to generate.