]> git.pld-linux.org Git - SPECS.git/blob - cgiirc.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / cgiirc.spec
1 # TODO: webapps
2 Summary:        The CGI:IRC, chat on irc through WWW
3 Summary(pl.UTF-8):      CGI:IRC, rozmowy irc poprzez WWW
4 Name:           cgiirc
5 Version:        0.5.9
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:  2ca89a52ca51fcc7287a832701b6915f
11 URL:            http://cgiirc.sourceforge.net/
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.UTF-8
28 Pakiet ten zawiera CGIWEB, interfejs oparty na WWW do irca, pozwala na
29 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}/%{name}
41
42 cp -avR {cgiirc.*,*.cgi,.htaccess,formats,images,interfaces,modules} $RPM_BUILD_ROOT%{cgidir}/%{name}
43 cp ipaccess.example $RPM_BUILD_ROOT%{cgidir}/%{name}/ipaccess
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc README docs/*
51 %dir %{cgidir}/%{name}
52 %{cgidir}/%{name}/formats
53 %{cgidir}/%{name}/images
54 %{cgidir}/%{name}/interfaces
55 %{cgidir}/%{name}/modules
56 %{cgidir}/%{name}/cgiirc.config.full
57 %config(noreplace) %verify(not md5 mtime size) %{cgidir}/%{name}/.htaccess
58 %config(noreplace) %verify(not md5 mtime size) %{cgidir}/%{name}/cgiirc.config
59 %config(noreplace) %verify(not md5 mtime size) %{cgidir}/%{name}/ipaccess
60 %attr(755,root,root) %{cgidir}/%{name}/*.cgi
This page took 0.297795 seconds and 3 git commands to generate.