From 8b55e9bcc45f068a54305249b3699cb703ccdef8 Mon Sep 17 00:00:00 2001 From: undefine Date: Sun, 14 Jan 2001 13:23:26 +0000 Subject: [PATCH] - Initial PLD version Changed files: dircproxy.spec -> 1.1 --- dircproxy.spec | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 dircproxy.spec diff --git a/dircproxy.spec b/dircproxy.spec new file mode 100644 index 0000000..1997ffa --- /dev/null +++ b/dircproxy.spec @@ -0,0 +1,53 @@ +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 INSTALL NEWS PROTOCOL README* TODO + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/* +%dir %{_datadir}/dircproxy/ +%{_datadir}/dircproxy/* +%{_mandir}/man?/* +%doc *.gz -- 2.44.0