mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
Changed irssi's url to http://irssi.org
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@279 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
038fdeb2d6
commit
2191eedbb2
2
README
2
README
@ -68,4 +68,4 @@ See TODO file if it is already listed in there - if not send me email..
|
||||
|
||||
* AUTHOR
|
||||
|
||||
Timo Sirainen, tss@iki.fi, cras/ircnet/#irssi, http://xlife.dhs.org/irssi/
|
||||
Timo Sirainen, tss@iki.fi, cras/ircnet, efnet, opn/#irssi, http://irssi.org
|
||||
|
@ -1,7 +1,7 @@
|
||||
|
||||
Irssi 0.8 documentation
|
||||
Irssi 0.8 documentation - http://irssi.org
|
||||
|
||||
Copyright(c) 2000 Timo Sirainen
|
||||
Copyright(c) 2000 Timo Sirainen <tss@iki.fi>
|
||||
|
||||
|
||||
Index
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $Revision: 1.9 $, $Date: 2000/04/17 09:37:05 $
|
||||
# $Revision: 1.10 $, $Date: 2000/06/02 01:55:01 $
|
||||
Name: irssi
|
||||
Version: @VERSION@
|
||||
Release: 1
|
||||
@ -8,8 +8,8 @@ Summary(pl): Irssi - klient IRC
|
||||
Copyright: GPL
|
||||
Group: Applications/Communications
|
||||
Group(pl): Aplikacje/Komunikacja
|
||||
URL: http://xlife.dhs.org/irssi/
|
||||
Source0: http://xlife.dhs.org/irssi/files/%{name}-%{version}.tar.gz
|
||||
URL: http://irssi.org
|
||||
Source0: http://irssi.org/irssi/files/%{name}-%{version}.tar.gz
|
||||
BuildRequires: glib-devel
|
||||
BuildRequires: ncurses-devel
|
||||
BuildRequires: imlib-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://xlife.dhs.org/irssi/.
|
||||
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://xlife.dhs.org/irssi/
|
||||
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://xlife.dhs.org/irssi/.
|
||||
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://xlife.dhs.org/irssi/
|
||||
http://irssi.org
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
@ -109,6 +109,9 @@ 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.10 2000/06/02 01:55:01 cras
|
||||
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).
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
#define __COMMON_H
|
||||
|
||||
#define IRSSI_AUTHOR "Timo Sirainen <tss@iki.fi>"
|
||||
#define IRSSI_WEBSITE "http://xlife.dhs.org/irssi/"
|
||||
#define IRSSI_WEBSITE "http://irssi.org"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
|
Loading…
Reference in New Issue
Block a user