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