]> git.pld-linux.org Git - packages/dircproxy.git/blob - dircproxy.spec
fixed a small typo
[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 Source0:        http://download.sourceforge.net/dircproxy/%{name}-%{version}.tar.gz
9 URL:            http://dircproxy.sourceforge.net/
10 BuildRequires:  autoconf
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 dircproxy is an IRC proxy server designed for people who use IRC from
15 lots of different workstations or clients, but wish to remain
16 connected and see what they missed while they were away. You connect
17 to IRC through dircproxy, and it keeps you connected to the server,
18 even after you detach your client from it. While you're detached, it
19 logs channel and private messages as well as important events, and
20 when you reattach it'll let you know what you missed.
21
22 %description -l pl
23 dircproxy jest serwerem proxy IRC przeznaczonym dla ludzi
24 wykorzystuj±cych IRC z kilku ró¿nych komputerów lub programów, ale
25 chc±cych zostaæ po³±czonym i widzieæ co stracili gdy byli niedostêpni.
26 Pod³±czasz siê do IRC poprzez dircproxy a on trzyma ciebie
27 pod³±czonego do serwera nawet je¿eli siê od niego od³±czysz. Je¿eli
28 jestes od³±czony loguje kana³y i prywatne wiadomo¶ci jak równie¿ wa¿ne
29 zdarzenia i kiedy siê pod³±czasz pokazuje ci co straci³e¶.
30
31 %prep
32 %setup -q
33
34 %build
35 autoconf
36 %configure \
37         --enable-poll
38 %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install DESTDIR=$RPM_BUILD_ROOT
44
45 gzip -9nf AUTHORS ChangeLog FAQ NEWS PROTOCOL README* TODO
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc *.gz
53 %attr(755,root,root) %{_bindir}/*
54 %dir %{_datadir}/dircproxy/
55 %{_datadir}/dircproxy/*
56 %{_mandir}/man?/*
This page took 0.047379 seconds and 3 git commands to generate.