Summary: irc proxy Summary(pl): proxy irc Name: dircproxy Version: 1.0.0 Release: 1 License: GPL Group: Applications/Communications Group(de): Applikationen/Kommunikation Group(pl): Aplikacje/Komunikacja URL: http://dircproxy.sourceforge.net/ Source0: http://download.sourceforge.net/dircproxy/%{name}-%{version}.tar.gz BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description dircproxy is an IRC proxy server designed for people who use IRC from lots of different workstations or clients, but wish to remain connected and see what they missed while they were away. You connect to IRC through dircproxy, and it keeps you connected to the server, even after you detach your client from it. While you're detached, it logs channel and private messages as well as important events, and when you reattach it'll let you know what you missed. %description -l pl dircproxy jest serwerem proxy IRC przeznaczonym dla ludzi wykorzystujących IRC z kilku różnych komputerów lub programów, ale chcących zostać połączonym i widzieć co stracili gdy byli niedostępni. Podłączasz się do IRC poprzez dircproxy a on trzyma ciebie podłączonego do serwera nawet jeżeli się od niego odłączysz. Jeżeli jestes odłączony loguje kanały i prywatne wiadomości jak również ważne zdarzenia i kiedy się podłączasz pokazuje ci co straciłeś. %prep %setup -q %build %configure %{__make} %install rm -rf $RPM_BUILD_ROOT %{__make} install DESTDIR=$RPM_BUILD_ROOT gzip -9nf AUTHORS ChangeLog FAQ NEWS PROTOCOL README* TODO %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc *.gz %attr(755,root,root) %{_bindir}/* %dir %{_datadir}/dircproxy/ %{_datadir}/dircproxy/* %{_mandir}/man?/*