]> git.pld-linux.org Git - packages/dircproxy.git/blob - dircproxy.spec
- updated to 1.0.2 (new 'server_keepalive' config directive).
[packages/dircproxy.git] / dircproxy.spec
1 Summary:        irc proxy
2 Summary(pl):    proxy irc
3 Name:           dircproxy
4 Version:        1.0.2
5 Release:        1
6 License:        GPL
7 Group:          Applications/Communications
8 Group(cs):      Aplikace/Komunikace
9 Group(da):      Programmer/Kommunikation
10 Group(de):      Applikationen/Kommunikation
11 Group(es):      Aplicaciones/Comunicaciones
12 Group(fr):      Applications/Transmissions
13 Group(is):      Forrit/Samskipti
14 Group(it):      Applicazioni/Comunicazioni
15 Group(ja):      ¥¢¥×¥ê¥±¡¼¥·¥ç¥ó/ÄÌ¿®
16 Group(no):      Applikasjoner/Kommunikasjon
17 Group(pl):      Aplikacje/Komunikacja
18 Group(pt):      Aplicações/Comunicações
19 Group(ru):      ðÒÉÌÏÖÅÎÉÑ/ëÏÍÍÕÎÉËÁÃÉÉ
20 Group(sl):      Programi/Komunikacije
21 Group(sv):      Tillämpningar/Kommunikation
22 Group(uk):      ðÒÉËÌÁÄΦ ðÒÏÇÒÁÍÉ/ëÏÍÕΦËÁæ§
23 Source0:        http://download.sourceforge.net/dircproxy/%{name}-%{version}.tar.gz
24 URL:            http://dircproxy.sourceforge.net/
25 BuildRequires:  autoconf
26 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28 %description
29 dircproxy is an IRC proxy server designed for people who use IRC from
30 lots of different workstations or clients, but wish to remain
31 connected and see what they missed while they were away. You connect
32 to IRC through dircproxy, and it keeps you connected to the server,
33 even after you detach your client from it. While you're detached, it
34 logs channel and private messages as well as important events, and
35 when you reattach it'll let you know what you missed.
36
37 %description -l pl
38 dircproxy jest serwerem proxy IRC przeznaczonym dla ludzi
39 wykorzystuj±cych IRC z kilku ró¿nych komputerów lub programów, ale
40 chc±cych zostaæ po³±czonym i widzieæ co stracili gdy byli niedostêpni.
41 Pod³±czasz siê do IRC poprzez dircproxy a on trzyma ciebie
42 pod³±czonego do serwera nawet je¿eli siê od niego od³±czysz. Je¿eli
43 jestes od³±czony loguje kana³y i prywatne wiadomo¶ci jak równie¿ wa¿ne
44 zdarzenia i kiedy siê pod³±czasz pokazuje ci co straci³e¶.
45
46 %prep
47 %setup -q
48
49 %build
50 autoconf
51 %configure \
52         --enable-poll
53 %{__make}
54
55 %install
56 rm -rf $RPM_BUILD_ROOT
57
58 %{__make} install DESTDIR=$RPM_BUILD_ROOT
59
60 gzip -9nf AUTHORS ChangeLog FAQ NEWS PROTOCOL README* TODO
61
62 %clean
63 rm -rf $RPM_BUILD_ROOT
64
65 %files
66 %defattr(644,root,root,755)
67 %doc *.gz
68 %attr(755,root,root) %{_bindir}/*
69 %dir %{_datadir}/dircproxy/
70 %{_datadir}/dircproxy/*
71 %{_mandir}/man?/*
This page took 0.052249 seconds and 3 git commands to generate.