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