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