1
0
mirror of https://github.com/irssi/irssi.git synced 2024-07-07 02:54:19 -04:00
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1431 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-03-29 14:38:29 +00:00 committed by cras
parent 8b61b9679c
commit 93f102213b
5 changed files with 14 additions and 11 deletions

2
config
View File

@ -59,6 +59,6 @@ aliases = {
UMODE = "mode $N";
WC = "window close";
WN = "window new hide";
SV = "say Irssi $J - http://irssi.org";
SV = "say Irssi $J - http://irssi.org/";
GOTO = "sb goto";
};

View File

@ -7,7 +7,7 @@ directories:
~/.irssi/modules/
<install dir, /usr/local or /usr maybe>/lib/irssi/modules/
See plugins page of http://irssi.org to see if there's any plugins
See plugins page of http://irssi.org/ to see if there's any plugins
you'd want to use.
See also: UNLOAD

View File

@ -1,5 +1,5 @@
Irssi 0.8 documentation - http://irssi.org
Irssi 0.8 documentation - http://irssi.org/
Copyright(c) 2000 Timo Sirainen <tss@iki.fi>

View File

@ -1,4 +1,4 @@
# $Revision: 1.10 $, $Date: 2000/06/02 01:55:01 $
# $Revision: 1.11 $, $Date: 2001/03/29 14:38:28 $
Name: irssi
Version: @VERSION@
Release: 1
@ -8,7 +8,7 @@ Summary(pl): Irssi - klient IRC
Copyright: GPL
Group: Applications/Communications
Group(pl): Aplikacje/Komunikacja
URL: http://irssi.org
URL: http://irssi.org/
Source0: http://irssi.org/irssi/files/%{name}-%{version}.tar.gz
BuildRequires: glib-devel
BuildRequires: ncurses-devel
@ -24,13 +24,13 @@ BuildRoot: /tmp/%{name}-%{version}-root
%description
Irssi is a textUI IRC client with IPv6 support
by Timo Sirainen <tss@iki.fi>.
More information can be found at http://irssi.org.
More information can be found at http://irssi.org/.
%description -l pl
Irssi jest tekstowym klientem IRC ze wsparciem dla IPv6.
Napisany zosta³ przez Timo Strainen <tss@iki.fi>
Wiêcej informacji mo¿na znale¶æ pod adresem
http://irssi.org
http://irssi.org/
%package GNOME
Summary: GNOME version of irssi IRC client
@ -42,13 +42,13 @@ Requires: %{name} = %{version}
%description GNOME
Irssi is a GTK based (with GNOME) GUI IRC client with IPv6 support
by Timo Sirainen <tss@iki.fi>.
More information can be found at http://irssi.org.
More information can be found at http://irssi.org/.
%description GNOME -l pl
Irssi jest graficznym klientem IRC ze wsparciem dla IPv6 pracuj±cym
w ¶rodowisku GNOME. Napisany zosta³ przez Timo Sirainen <tss@iki.fi>.
Wiêcej informacji mo¿na znale¶æ pod adresem
http://irssi.org
http://irssi.org/
%prep
%setup -q
@ -109,8 +109,11 @@ rm -rf $RPM_BUILD_ROOT
All below listed persons can be reached on <cvs_login>@pld.org.pl
$Log: irssi.spec.in,v $
Revision 1.11 2001/03/29 14:38:28 cras
http://irssi.org -> http://irssi.org/
Revision 1.10 2000/06/02 01:55:01 cras
Changed irssi's url to http://irssi.org
Changed irssi's url to http://irssi.org/
Revision 1.9 2000/04/17 09:37:05 kloczek
- added pixmaps to %files (irssi have now own icon).

View File

@ -2,7 +2,7 @@
#define __COMMON_H
#define IRSSI_AUTHOR "Timo Sirainen <tss@iki.fi>"
#define IRSSI_WEBSITE "http://irssi.org"
#define IRSSI_WEBSITE "http://irssi.org/"
#ifdef HAVE_CONFIG_H
#include "config.h"