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