]> git.pld-linux.org Git - packages/cgiirc.git/blob - cgiirc.spec
- use new %%doc
[packages/cgiirc.git] / cgiirc.spec
1 Summary:        The CGI:IRC, chat on irc through www
2 Summary(pl):    CGI:IRC, rozmowy irc poprzez www
3 Name:           cgiirc
4 Version:        0.4.2
5 Release:        1
6 License:        GPL
7 Group:          Applications/Networking
8 Source0:        ftp://ftp.sourceforge.net/pub/sourceforge/%{name}/%{name}-%{version}.tar.gz
9 URL:            http://cgiirc.sourceforge.net/doc.html
10 Requires:       webserver
11 Requires:       perl
12 Provides:       wwwirc
13 Buildarch:      noarch
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 This package contains CGIIRC, a web based interface to irc, it allows
18 to bypass firewalls with blocked ports other then http, and use irc on
19 machines without instaled client (i.e. internet cafes, offices where
20 you have no control of installed software etc.). All you need on the
21 client side is a www browser and internet connection.
22
23 %description -l pl
24 Pakitet ten zawiera CGIWEB, interfejs oparty na www do irca, pozwala
25 na obej¶cie zapór sieciowych blokuj±cych dostêp do portów innych ni¿
26 http, i u¿ywanie irca na maszynach bez zaistalowanego klienta (np
27 kafejkach, biurach gdzie nie ma siê wp³ywu na zainstalowane
28 oprogramowanie). Wszystko co jest wymagane po stronie klienta to
29 przegl±darka i pod³±czenie do internetu.
30
31 %prep
32 %setup -q
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36 install -d $RPM_BUILD_ROOT/home/httpd/{html/%{name},cgi-bin,cgi-bin/formats} \
37         $RPM_BUILD_ROOT%{_datadir}/docs/%{name}
38
39 install html/*  $RPM_BUILD_ROOT/home/httpd/html/%{name}
40 cp -avR cgi-bin/* $RPM_BUILD_ROOT/home/httpd/cgi-bin
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc AUTHORS COPYING CHANGES README TODO doc.html
48 %defattr(755,http,http,755)
49 %config (noreplace) /home/httpd/cgi-bin/config
50 %config (noreplace) /home/httpd/cgi-bin/ipaccess
51 /home/httpd/html/%{name}
52 /home/httpd/cgi-bin/*.cgi
This page took 0.065099 seconds and 3 git commands to generate.