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