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