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