]> git.pld-linux.org Git - packages/dircproxy.git/blob - dircproxy.spec
- Initial PLD version
[packages/dircproxy.git] / dircproxy.spec
1 Summary:        irc proxy
2 Summary(pl):    proxy irc
3 Name:           dircproxy
4 Version:        1.0.0
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 %configure
37 %{__make}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41 %{__make} install DESTDIR=$RPM_BUILD_ROOT
42 gzip -9nf AUTHORS ChangeLog FAQ INSTALL NEWS PROTOCOL README* TODO
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %attr(755,root,root) %{_bindir}/*
50 %dir %{_datadir}/dircproxy/
51 %{_datadir}/dircproxy/*
52 %{_mandir}/man?/*
53 %doc *.gz
This page took 0.054334 seconds and 4 git commands to generate.