]> git.pld-linux.org Git - packages/cgiirc.git/blob - cgiirc.spec
24036ea0727d1732d6a8d808eaad87d4984209b6
[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 gzip -9nf AUTHORS COPYING CHANGES README TODO doc.html
40
41 install html/*  $RPM_BUILD_ROOT/home/httpd/html/%{name}
42 cp -avR cgi-bin/* $RPM_BUILD_ROOT/home/httpd/cgi-bin
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc AUTHORS.gz COPYING.gz CHANGES.gz TODO.gz README.gz doc.html.gz
50 %defattr(755,http,http,755)
51 %config (noreplace) /home/httpd/cgi-bin/config
52 %config (noreplace) /home/httpd/cgi-bin/ipaccess
53 /home/httpd/html/%{name}
54 /home/httpd/cgi-bin/*.cgi
This page took 0.025222 seconds and 2 git commands to generate.