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