Version 0.1.8
This commit is contained in:
parent
0277a1eb62
commit
1314c8e78e
3
BUGS
3
BUGS
@ -1,7 +1,7 @@
|
|||||||
WeeChat - Wee Enhanced Environment for Chat
|
WeeChat - Wee Enhanced Environment for Chat
|
||||||
===========================================
|
===========================================
|
||||||
|
|
||||||
WeeChat known bugs, 2006-01-14
|
WeeChat known bugs, 2006-03-18
|
||||||
|
|
||||||
- display bugs with UTF-8 chars coded on more than 2 bytes
|
- display bugs with UTF-8 chars coded on more than 2 bytes
|
||||||
- divide long messages (> 512 bytes) into more messages so IRC server can
|
- divide long messages (> 512 bytes) into more messages so IRC server can
|
||||||
@ -12,4 +12,3 @@ WeeChat known bugs, 2006-01-14
|
|||||||
(cleared by each WeeChat at startup)
|
(cleared by each WeeChat at startup)
|
||||||
- WeeChat may crash if too much nicks in nicklist when position is top
|
- WeeChat may crash if too much nicks in nicklist when position is top
|
||||||
or bottom
|
or bottom
|
||||||
- ./configure does not check that Gtk 2.0 libraries are installed
|
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
WeeChat - Wee Enhanced Environment for Chat
|
WeeChat - Wee Enhanced Environment for Chat
|
||||||
===========================================
|
===========================================
|
||||||
|
|
||||||
ChangeLog - 2006-03-17
|
ChangeLog - 2006-03-18
|
||||||
|
|
||||||
|
|
||||||
Version 0.1.8 (under dev!):
|
Version 0.1.8 (2006-03-18):
|
||||||
* improved Ruby plugin
|
* improved Ruby plugin
|
||||||
* fixed /set command when internal server name contains one or many dots
|
* fixed /set command when internal server name contains one or many dots
|
||||||
* fixed get_info plugin API function when no server at all is opened
|
* fixed get_info plugin API function when no server at all is opened
|
||||||
@ -48,6 +48,7 @@ Version 0.1.8 (under dev!):
|
|||||||
* fixed bug with buffer detection in plugins/scripts commands
|
* fixed bug with buffer detection in plugins/scripts commands
|
||||||
* fixed bug with /history command
|
* fixed bug with /history command
|
||||||
* added option "irc_show_away_once", to show away message only once in pv
|
* added option "irc_show_away_once", to show away message only once in pv
|
||||||
|
* added partial hungarian translation
|
||||||
|
|
||||||
Version 0.1.7 (2006-01-14):
|
Version 0.1.7 (2006-01-14):
|
||||||
* fixed msg command (now allowed in private buffer with "*" as target)
|
* fixed msg command (now allowed in private buffer with "*" as target)
|
||||||
|
22
FAQ
22
FAQ
@ -1,4 +1,4 @@
|
|||||||
WeeChat FAQ, 2006-02-11
|
WeeChat FAQ, 2006-03-18
|
||||||
=======================
|
=======================
|
||||||
|
|
||||||
Intended audience:
|
Intended audience:
|
||||||
@ -95,49 +95,49 @@ A: Key bindings are customizable with /key command.
|
|||||||
2.5
|
2.5
|
||||||
================================================================================
|
================================================================================
|
||||||
Q: How can I load Perl scripts?
|
Q: How can I load Perl scripts?
|
||||||
Are Perl scripts compatible with X-chat or/and Irssi ?
|
Are Perl scripts compatible with other IRC clients ?
|
||||||
|
|
||||||
A: You can use /perl command to load scripts (default path is
|
A: You can use /perl command to load scripts (default path is
|
||||||
~/.weechat/perl).
|
~/.weechat/perl).
|
||||||
Note that scripts in ~/.weechat/perl/autoload are automatically loaded
|
Note that scripts in ~/.weechat/perl/autoload are automatically loaded
|
||||||
when WeeChat is starting up.
|
when WeeChat is starting up.
|
||||||
Perl scripts are not compatible with X-chat and Irssi.
|
Perl scripts are not compatible with other IRC clients.
|
||||||
|
|
||||||
|
|
||||||
2.6
|
2.6
|
||||||
================================================================================
|
================================================================================
|
||||||
Q: How can I load Python scripts?
|
Q: How can I load Python scripts?
|
||||||
Are Python scripts compatible with X-chat or/and Irssi ?
|
Are Python scripts compatible with other IRC clients ?
|
||||||
|
|
||||||
A: You can use /python command to load scripts (default path is
|
A: You can use /python command to load scripts (default path is
|
||||||
~/.weechat/python).
|
~/.weechat/python).
|
||||||
Note that scripts in ~/.weechat/python/autoload are automatically loaded
|
Note that scripts in ~/.weechat/python/autoload are automatically loaded
|
||||||
when WeeChat is starting up.
|
when WeeChat is starting up.
|
||||||
Python scripts are not compatible with X-chat and Irssi.
|
Python scripts are not compatible with other IRC clients.
|
||||||
|
|
||||||
|
|
||||||
2.7
|
2.7
|
||||||
================================================================================
|
================================================================================
|
||||||
Q: How can I load Ruby scripts?
|
Q: How can I load Ruby scripts?
|
||||||
Are Ruby scripts compatible with X-chat or/and Irssi ?
|
Are Ruby scripts compatible with other IRC clients ?
|
||||||
|
|
||||||
A: You can use /ruby command to load scripts (default path is
|
A: You can use /ruby command to load scripts (default path is
|
||||||
~/.weechat/ruby).
|
~/.weechat/ruby).
|
||||||
Note that scripts in ~/.weechat/ruby/autoload are automatically loaded
|
Note that scripts in ~/.weechat/ruby/autoload are automatically loaded
|
||||||
when WeeChat is starting up.
|
when WeeChat is starting up.
|
||||||
Ruby scripts are not compatible with X-chat and Irssi.
|
Ruby scripts are not compatible with other IRC clients.
|
||||||
|
|
||||||
|
|
||||||
2.8
|
2.8
|
||||||
================================================================================
|
================================================================================
|
||||||
Q: How can I load Lua scripts?
|
Q: How can I load Lua scripts?
|
||||||
Are Lua scripts compatible with X-chat or/and Irssi ?
|
Are Lua scripts compatible with other IRC clients ?
|
||||||
|
|
||||||
A: You can use /lua command to load scripts (default path is
|
A: You can use /lua command to load scripts (default path is
|
||||||
~/.weechat/lua).
|
~/.weechat/lua).
|
||||||
Note that scripts in ~/.weechat/lua/autoload are automatically loaded
|
Note that scripts in ~/.weechat/lua/autoload are automatically loaded
|
||||||
when WeeChat is starting up.
|
when WeeChat is starting up.
|
||||||
Lua scripts are not compatible with X-chat and Irssi.
|
Lua scripts are not compatible with other IRC clients.
|
||||||
|
|
||||||
3.1
|
3.1
|
||||||
================================================================================
|
================================================================================
|
||||||
@ -145,7 +145,7 @@ Q: How should I report bugs?
|
|||||||
|
|
||||||
A: There is 3 ways to report bugs:
|
A: There is 3 ways to report bugs:
|
||||||
1. you can join us on IRC: irc.freenode.net, channel #weechat
|
1. you can join us on IRC: irc.freenode.net, channel #weechat
|
||||||
2. you can submit your bug at this url:
|
2. you can submit your bug at this URL:
|
||||||
http://savannah.nongnu.org/bugs/?func=addbug&group=weechat
|
http://savannah.nongnu.org/bugs/?func=addbug&group=weechat
|
||||||
3. you can mail your problem, look at support page for developer's mails:
|
3. you can mail your problem, look at support page for developer's mails:
|
||||||
http://weechat.flashtux.org/support.php
|
http://weechat.flashtux.org/support.php
|
||||||
@ -158,7 +158,7 @@ Q: How should I submit patches?
|
|||||||
|
|
||||||
A: There is 3 ways to submit patches:
|
A: There is 3 ways to submit patches:
|
||||||
1. you can join us on IRC: irc.freenode.net, channel #weechat
|
1. you can join us on IRC: irc.freenode.net, channel #weechat
|
||||||
2. you can submit your patch at this url:
|
2. you can submit your patch at this URL:
|
||||||
http://savannah.nongnu.org/patch/?func=addpatch&group=weechat
|
http://savannah.nongnu.org/patch/?func=addpatch&group=weechat
|
||||||
3. you can mail your patch, look at support page for developer's mails:
|
3. you can mail your patch, look at support page for developer's mails:
|
||||||
http://weechat.flashtux.org/support.php
|
http://weechat.flashtux.org/support.php
|
||||||
|
20
FAQ.fr
20
FAQ.fr
@ -1,4 +1,4 @@
|
|||||||
WeeChat FAQ, 2006-02-11
|
WeeChat FAQ, 2006-03-18
|
||||||
=======================
|
=======================
|
||||||
|
|
||||||
Public concerné :
|
Public concerné :
|
||||||
@ -100,49 +100,49 @@ R: Les raccourcis clavier sont modifiables avec la commande /key.
|
|||||||
2.5
|
2.5
|
||||||
================================================================================
|
================================================================================
|
||||||
Q: Comment puis-je charger des scripts Perl ?
|
Q: Comment puis-je charger des scripts Perl ?
|
||||||
Les scripts Perl sont-ils compatibles avec X-chat et/ou Irssi ?
|
Les scripts Perl sont-ils compatibles avec d'autres clients IRC ?
|
||||||
|
|
||||||
R: La commande /perl permet de charger les scripts Perl (le chemin par défaut
|
R: La commande /perl permet de charger les scripts Perl (le chemin par défaut
|
||||||
est ~/.weechat/perl).
|
est ~/.weechat/perl).
|
||||||
Notez que les scripts dans ~/.weechat/perl/autoload sont automatiquement
|
Notez que les scripts dans ~/.weechat/perl/autoload sont automatiquement
|
||||||
chargés par WeeChat lorsqu'il démarre.
|
chargés par WeeChat lorsqu'il démarre.
|
||||||
Les scripts Perl ne sont pas compatibles avec X-chat ni Irssi.
|
Les scripts Perl ne sont pas compatibles avec d'autres clients IRC.
|
||||||
|
|
||||||
|
|
||||||
2.6
|
2.6
|
||||||
================================================================================
|
================================================================================
|
||||||
Q: Comment puis-je charger les scripts Python ?
|
Q: Comment puis-je charger les scripts Python ?
|
||||||
Les scripts Python sont-ils compatibles avec X-chat et/ou Irssi ?
|
Les scripts Python sont-ils compatibles avec d'autres clients IRC ?
|
||||||
|
|
||||||
R: La commande /python permet de charger les scripts Python (le chemin par
|
R: La commande /python permet de charger les scripts Python (le chemin par
|
||||||
défaut est ~/.weechat/python).
|
défaut est ~/.weechat/python).
|
||||||
Notez que les scripts dans ~/.weechat/python/autoload sont automatiquement
|
Notez que les scripts dans ~/.weechat/python/autoload sont automatiquement
|
||||||
chargés par WeeChat lorsqu'il démarre.
|
chargés par WeeChat lorsqu'il démarre.
|
||||||
Les scripts Python ne sont pas compatibles avec X-chat ni Irssi.
|
Les scripts Python ne sont pas compatibles avec d'autres clients IRC.
|
||||||
|
|
||||||
|
|
||||||
2.7
|
2.7
|
||||||
================================================================================
|
================================================================================
|
||||||
Q: Comment puis-je charger des scripts Ruby ?
|
Q: Comment puis-je charger des scripts Ruby ?
|
||||||
Les scripts Ruby sont-ils compatibles avec X-chat et/ou Irssi ?
|
Les scripts Ruby sont-ils compatibles avec d'autres clients IRC ?
|
||||||
|
|
||||||
R: La commande /ruby permet de charger les scripts Ruby (le chemin par
|
R: La commande /ruby permet de charger les scripts Ruby (le chemin par
|
||||||
défaut est ~/.weechat/ruby).
|
défaut est ~/.weechat/ruby).
|
||||||
Notez que les scripts dans ~/.weechat/ruby/autoload sont automatiquement
|
Notez que les scripts dans ~/.weechat/ruby/autoload sont automatiquement
|
||||||
chargés par WeeChat lorsqu'il démarre.
|
chargés par WeeChat lorsqu'il démarre.
|
||||||
Les scripts Ruby ne sont pas compatibles avec X-chat ni Irssi.
|
Les scripts Ruby ne sont pas compatibles avec d'autres clients IRC.
|
||||||
|
|
||||||
|
|
||||||
2.8
|
2.8
|
||||||
================================================================================
|
================================================================================
|
||||||
Q: Comment puis-je charger des scripts Lua ?
|
Q: Comment puis-je charger des scripts Lua ?
|
||||||
Les scripts Lua sont-ils compatibles avec X-chat et/ou Irssi ?
|
Les scripts Lua sont-ils compatibles avec d'autres clients IRC ?
|
||||||
|
|
||||||
R: La commande /lua permet de charger les scripts Lua (le chemin par
|
R: La commande /lua permet de charger les scripts Lua (le chemin par
|
||||||
défaut est ~/.weechat/lua).
|
défaut est ~/.weechat/lua).
|
||||||
Notez que les scripts dans ~/.weechat/lua/autoload sont automatiquement
|
Notez que les scripts dans ~/.weechat/lua/autoload sont automatiquement
|
||||||
chargés par WeeChat lorsqu'il démarre.
|
chargés par WeeChat lorsqu'il démarre.
|
||||||
Les scripts Lua ne sont pas compatibles avec X-chat ni Irssi.
|
Les scripts Lua ne sont pas compatibles avec d'autres clients IRC.
|
||||||
|
|
||||||
|
|
||||||
3.1
|
3.1
|
||||||
@ -153,7 +153,7 @@ R: Il y a 3 mani
|
|||||||
1. vous pouvez nous joindre sur IRC: irc.freenode.net, canal #weechat
|
1. vous pouvez nous joindre sur IRC: irc.freenode.net, canal #weechat
|
||||||
2. vous pouvez soumettre votre bug à cette adresse :
|
2. vous pouvez soumettre votre bug à cette adresse :
|
||||||
http://savannah.nongnu.org/bugs/?func=addbug&group=weechat
|
http://savannah.nongnu.org/bugs/?func=addbug&group=weechat
|
||||||
3. vous pouvez envoyer votre problem par mail, consultez la page
|
3. vous pouvez envoyer votre problème par mail, consultez la page
|
||||||
support pour les mails des développeurs :
|
support pour les mails des développeurs :
|
||||||
http://weechat.flashtux.org/support.php
|
http://weechat.flashtux.org/support.php
|
||||||
(vous pouvez souscrire et envoyer à la liste de diffusion
|
(vous pouvez souscrire et envoyer à la liste de diffusion
|
||||||
|
4
TODO
4
TODO
@ -1,7 +1,7 @@
|
|||||||
WeeChat - Wee Enhanced Environment for Chat
|
WeeChat - Wee Enhanced Environment for Chat
|
||||||
===========================================
|
===========================================
|
||||||
|
|
||||||
TODO - 2006-03-02
|
TODO - 2006-03-18
|
||||||
|
|
||||||
Legend:
|
Legend:
|
||||||
# done
|
# done
|
||||||
@ -63,7 +63,7 @@ Legend:
|
|||||||
|
|
||||||
* Configuration:
|
* Configuration:
|
||||||
# be able to launch more than one command when connecting to server
|
# be able to launch more than one command when connecting to server
|
||||||
- use ~/.weechat/dcc by default for DCC incoming files (and create
|
# use ~/.weechat/dcc by default for DCC incoming files (and create
|
||||||
directory at startup if not found)
|
directory at startup if not found)
|
||||||
- add global username/realname, used if server values are not filled
|
- add global username/realname, used if server values are not filled
|
||||||
# add command line arg (--dir) to choose weechat home dir
|
# add command line arg (--dir) to choose weechat home dir
|
||||||
|
@ -19,10 +19,10 @@
|
|||||||
# Process this file with autoconf to produce a configure script.
|
# Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
AC_PREREQ(2.56)
|
AC_PREREQ(2.56)
|
||||||
AC_INIT(WeeChat, 0.1.8-cvs, flashcode@flashtux.org)
|
AC_INIT(WeeChat, 0.1.8, flashcode@flashtux.org)
|
||||||
AC_CONFIG_SRCDIR([src/common/weechat.c])
|
AC_CONFIG_SRCDIR([src/common/weechat.c])
|
||||||
AM_CONFIG_HEADER(config.h)
|
AM_CONFIG_HEADER(config.h)
|
||||||
AM_INIT_AUTOMAKE([weechat], [0.1.8-cvs])
|
AM_INIT_AUTOMAKE([weechat], [0.1.8])
|
||||||
|
|
||||||
# Checks for programs
|
# Checks for programs
|
||||||
AC_PROG_CC
|
AC_PROG_CC
|
||||||
|
@ -35,7 +35,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|||||||
|
|
||||||
<bookinfo>
|
<bookinfo>
|
||||||
|
|
||||||
<title>WeeChat 0.1.8-cvs - User guide</title>
|
<title>WeeChat 0.1.8 - User guide</title>
|
||||||
<subtitle>Fast, light and extensible IRC client</subtitle>
|
<subtitle>Fast, light and extensible IRC client</subtitle>
|
||||||
|
|
||||||
<author>
|
<author>
|
||||||
|
@ -35,7 +35,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|||||||
|
|
||||||
<bookinfo>
|
<bookinfo>
|
||||||
|
|
||||||
<title>WeeChat 0.1.8-cvs - Guide utilisateur</title>
|
<title>WeeChat 0.1.8 - Guide utilisateur</title>
|
||||||
<subtitle>Client IRC rapide, léger et extensible</subtitle>
|
<subtitle>Client IRC rapide, léger et extensible</subtitle>
|
||||||
|
|
||||||
<author>
|
<author>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.TH WEECHAT 1 "January 2006" "FlashCode"
|
.TH WEECHAT 1 "March 2006" "FlashCode"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
weechat-curses \- Wee Enhanced Environment for Chat (Curses version)
|
weechat-curses \- Wee Enhanced Environment for Chat (Curses version)
|
||||||
|
4
po/cs.po
4
po/cs.po
@ -4,10 +4,10 @@
|
|||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: WeeChat 0.1.8-cvs\n"
|
"Project-Id-Version: WeeChat 0.1.8\n"
|
||||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||||
"POT-Creation-Date: 2006-03-14 13:36+0100\n"
|
"POT-Creation-Date: 2006-03-14 13:36+0100\n"
|
||||||
"PO-Revision-Date: 2006-03-11 00:17+0100\n"
|
"PO-Revision-Date: 2006-03-18 09:30+0100\n"
|
||||||
"Last-Translator: Jiri Golembiovsky <golemj@gmail.com>\n"
|
"Last-Translator: Jiri Golembiovsky <golemj@gmail.com>\n"
|
||||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
4
po/es.po
4
po/es.po
@ -4,10 +4,10 @@
|
|||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: WeeChat 0.1.8-cvs\n"
|
"Project-Id-Version: WeeChat 0.1.8\n"
|
||||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||||
"POT-Creation-Date: 2006-03-14 13:36+0100\n"
|
"POT-Creation-Date: 2006-03-14 13:36+0100\n"
|
||||||
"PO-Revision-Date: 2006-03-11 00:17+0100\n"
|
"PO-Revision-Date: 2006-03-18 09:30+0100\n"
|
||||||
"Last-Translator: Roberto González Cardenete <robert.glez@gmail.com>\n"
|
"Last-Translator: Roberto González Cardenete <robert.glez@gmail.com>\n"
|
||||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
4
po/fr.po
4
po/fr.po
@ -4,10 +4,10 @@
|
|||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: WeeChat 0.1.8-cvs\n"
|
"Project-Id-Version: WeeChat 0.1.8\n"
|
||||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||||
"POT-Creation-Date: 2006-03-14 13:36+0100\n"
|
"POT-Creation-Date: 2006-03-14 13:36+0100\n"
|
||||||
"PO-Revision-Date: 2006-03-16 11:36+0100\n"
|
"PO-Revision-Date: 2006-03-18 09:30+0100\n"
|
||||||
"Last-Translator: FlashCode <flashcode@flashtux.org>\n"
|
"Last-Translator: FlashCode <flashcode@flashtux.org>\n"
|
||||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
6
po/hu.po
6
po/hu.po
@ -5,12 +5,12 @@
|
|||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: hu\n"
|
"Project-Id-Version: WeeChat 0.1.8\n"
|
||||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||||
"POT-Creation-Date: 2006-03-14 13:36+0100\n"
|
"POT-Creation-Date: 2006-03-14 13:36+0100\n"
|
||||||
"PO-Revision-Date: 2006-03-16 16:10+0100\n"
|
"PO-Revision-Date: 2006-03-18 09:31+0100\n"
|
||||||
"Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n"
|
"Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n"
|
||||||
"Language-Team: <en@li.org>\n"
|
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
%define name weechat
|
%define name weechat
|
||||||
%define version 0.1.7
|
%define version 0.1.8
|
||||||
%define release 1
|
%define release 1
|
||||||
|
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
@ -44,7 +44,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%setup
|
%setup
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./configure --prefix=/usr --mandir=/usr/share/man --enable-perl --enable-python --enable-ruby --with-debug=0
|
./configure --prefix=/usr --mandir=/usr/share/man --with-debug=0
|
||||||
make
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -66,6 +66,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_docdir}/%{name}/html/*
|
%{_docdir}/%{name}/html/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Mar 18 2006 FlashCode <flashcode@flashtux.org> 0.1.8-1
|
||||||
|
- Released version 0.1.8
|
||||||
* Sat Jan 14 2006 FlashCode <flashcode@flashtux.org> 0.1.7-1
|
* Sat Jan 14 2006 FlashCode <flashcode@flashtux.org> 0.1.7-1
|
||||||
- Released version 0.1.7
|
- Released version 0.1.7
|
||||||
* Fri Nov 11 2005 FlashCode <flashcode@flashtux.org> 0.1.6-1
|
* Fri Nov 11 2005 FlashCode <flashcode@flashtux.org> 0.1.6-1
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
WeeChat - Wee Enhanced Environment for Chat
|
WeeChat - Wee Enhanced Environment for Chat
|
||||||
===========================================
|
===========================================
|
||||||
|
|
||||||
WeeChat known bugs, 2006-01-14
|
WeeChat known bugs, 2006-03-18
|
||||||
|
|
||||||
- display bugs with UTF-8 chars coded on more than 2 bytes
|
- display bugs with UTF-8 chars coded on more than 2 bytes
|
||||||
- divide long messages (> 512 bytes) into more messages so IRC server can
|
- divide long messages (> 512 bytes) into more messages so IRC server can
|
||||||
@ -12,4 +12,3 @@ WeeChat known bugs, 2006-01-14
|
|||||||
(cleared by each WeeChat at startup)
|
(cleared by each WeeChat at startup)
|
||||||
- WeeChat may crash if too much nicks in nicklist when position is top
|
- WeeChat may crash if too much nicks in nicklist when position is top
|
||||||
or bottom
|
or bottom
|
||||||
- ./configure does not check that Gtk 2.0 libraries are installed
|
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
WeeChat - Wee Enhanced Environment for Chat
|
WeeChat - Wee Enhanced Environment for Chat
|
||||||
===========================================
|
===========================================
|
||||||
|
|
||||||
ChangeLog - 2006-03-17
|
ChangeLog - 2006-03-18
|
||||||
|
|
||||||
|
|
||||||
Version 0.1.8 (under dev!):
|
Version 0.1.8 (2006-03-18):
|
||||||
* improved Ruby plugin
|
* improved Ruby plugin
|
||||||
* fixed /set command when internal server name contains one or many dots
|
* fixed /set command when internal server name contains one or many dots
|
||||||
* fixed get_info plugin API function when no server at all is opened
|
* fixed get_info plugin API function when no server at all is opened
|
||||||
@ -48,6 +48,7 @@ Version 0.1.8 (under dev!):
|
|||||||
* fixed bug with buffer detection in plugins/scripts commands
|
* fixed bug with buffer detection in plugins/scripts commands
|
||||||
* fixed bug with /history command
|
* fixed bug with /history command
|
||||||
* added option "irc_show_away_once", to show away message only once in pv
|
* added option "irc_show_away_once", to show away message only once in pv
|
||||||
|
* added partial hungarian translation
|
||||||
|
|
||||||
Version 0.1.7 (2006-01-14):
|
Version 0.1.7 (2006-01-14):
|
||||||
* fixed msg command (now allowed in private buffer with "*" as target)
|
* fixed msg command (now allowed in private buffer with "*" as target)
|
||||||
|
22
weechat/FAQ
22
weechat/FAQ
@ -1,4 +1,4 @@
|
|||||||
WeeChat FAQ, 2006-02-11
|
WeeChat FAQ, 2006-03-18
|
||||||
=======================
|
=======================
|
||||||
|
|
||||||
Intended audience:
|
Intended audience:
|
||||||
@ -95,49 +95,49 @@ A: Key bindings are customizable with /key command.
|
|||||||
2.5
|
2.5
|
||||||
================================================================================
|
================================================================================
|
||||||
Q: How can I load Perl scripts?
|
Q: How can I load Perl scripts?
|
||||||
Are Perl scripts compatible with X-chat or/and Irssi ?
|
Are Perl scripts compatible with other IRC clients ?
|
||||||
|
|
||||||
A: You can use /perl command to load scripts (default path is
|
A: You can use /perl command to load scripts (default path is
|
||||||
~/.weechat/perl).
|
~/.weechat/perl).
|
||||||
Note that scripts in ~/.weechat/perl/autoload are automatically loaded
|
Note that scripts in ~/.weechat/perl/autoload are automatically loaded
|
||||||
when WeeChat is starting up.
|
when WeeChat is starting up.
|
||||||
Perl scripts are not compatible with X-chat and Irssi.
|
Perl scripts are not compatible with other IRC clients.
|
||||||
|
|
||||||
|
|
||||||
2.6
|
2.6
|
||||||
================================================================================
|
================================================================================
|
||||||
Q: How can I load Python scripts?
|
Q: How can I load Python scripts?
|
||||||
Are Python scripts compatible with X-chat or/and Irssi ?
|
Are Python scripts compatible with other IRC clients ?
|
||||||
|
|
||||||
A: You can use /python command to load scripts (default path is
|
A: You can use /python command to load scripts (default path is
|
||||||
~/.weechat/python).
|
~/.weechat/python).
|
||||||
Note that scripts in ~/.weechat/python/autoload are automatically loaded
|
Note that scripts in ~/.weechat/python/autoload are automatically loaded
|
||||||
when WeeChat is starting up.
|
when WeeChat is starting up.
|
||||||
Python scripts are not compatible with X-chat and Irssi.
|
Python scripts are not compatible with other IRC clients.
|
||||||
|
|
||||||
|
|
||||||
2.7
|
2.7
|
||||||
================================================================================
|
================================================================================
|
||||||
Q: How can I load Ruby scripts?
|
Q: How can I load Ruby scripts?
|
||||||
Are Ruby scripts compatible with X-chat or/and Irssi ?
|
Are Ruby scripts compatible with other IRC clients ?
|
||||||
|
|
||||||
A: You can use /ruby command to load scripts (default path is
|
A: You can use /ruby command to load scripts (default path is
|
||||||
~/.weechat/ruby).
|
~/.weechat/ruby).
|
||||||
Note that scripts in ~/.weechat/ruby/autoload are automatically loaded
|
Note that scripts in ~/.weechat/ruby/autoload are automatically loaded
|
||||||
when WeeChat is starting up.
|
when WeeChat is starting up.
|
||||||
Ruby scripts are not compatible with X-chat and Irssi.
|
Ruby scripts are not compatible with other IRC clients.
|
||||||
|
|
||||||
|
|
||||||
2.8
|
2.8
|
||||||
================================================================================
|
================================================================================
|
||||||
Q: How can I load Lua scripts?
|
Q: How can I load Lua scripts?
|
||||||
Are Lua scripts compatible with X-chat or/and Irssi ?
|
Are Lua scripts compatible with other IRC clients ?
|
||||||
|
|
||||||
A: You can use /lua command to load scripts (default path is
|
A: You can use /lua command to load scripts (default path is
|
||||||
~/.weechat/lua).
|
~/.weechat/lua).
|
||||||
Note that scripts in ~/.weechat/lua/autoload are automatically loaded
|
Note that scripts in ~/.weechat/lua/autoload are automatically loaded
|
||||||
when WeeChat is starting up.
|
when WeeChat is starting up.
|
||||||
Lua scripts are not compatible with X-chat and Irssi.
|
Lua scripts are not compatible with other IRC clients.
|
||||||
|
|
||||||
3.1
|
3.1
|
||||||
================================================================================
|
================================================================================
|
||||||
@ -145,7 +145,7 @@ Q: How should I report bugs?
|
|||||||
|
|
||||||
A: There is 3 ways to report bugs:
|
A: There is 3 ways to report bugs:
|
||||||
1. you can join us on IRC: irc.freenode.net, channel #weechat
|
1. you can join us on IRC: irc.freenode.net, channel #weechat
|
||||||
2. you can submit your bug at this url:
|
2. you can submit your bug at this URL:
|
||||||
http://savannah.nongnu.org/bugs/?func=addbug&group=weechat
|
http://savannah.nongnu.org/bugs/?func=addbug&group=weechat
|
||||||
3. you can mail your problem, look at support page for developer's mails:
|
3. you can mail your problem, look at support page for developer's mails:
|
||||||
http://weechat.flashtux.org/support.php
|
http://weechat.flashtux.org/support.php
|
||||||
@ -158,7 +158,7 @@ Q: How should I submit patches?
|
|||||||
|
|
||||||
A: There is 3 ways to submit patches:
|
A: There is 3 ways to submit patches:
|
||||||
1. you can join us on IRC: irc.freenode.net, channel #weechat
|
1. you can join us on IRC: irc.freenode.net, channel #weechat
|
||||||
2. you can submit your patch at this url:
|
2. you can submit your patch at this URL:
|
||||||
http://savannah.nongnu.org/patch/?func=addpatch&group=weechat
|
http://savannah.nongnu.org/patch/?func=addpatch&group=weechat
|
||||||
3. you can mail your patch, look at support page for developer's mails:
|
3. you can mail your patch, look at support page for developer's mails:
|
||||||
http://weechat.flashtux.org/support.php
|
http://weechat.flashtux.org/support.php
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
WeeChat FAQ, 2006-02-11
|
WeeChat FAQ, 2006-03-18
|
||||||
=======================
|
=======================
|
||||||
|
|
||||||
Public concerné :
|
Public concerné :
|
||||||
@ -100,49 +100,49 @@ R: Les raccourcis clavier sont modifiables avec la commande /key.
|
|||||||
2.5
|
2.5
|
||||||
================================================================================
|
================================================================================
|
||||||
Q: Comment puis-je charger des scripts Perl ?
|
Q: Comment puis-je charger des scripts Perl ?
|
||||||
Les scripts Perl sont-ils compatibles avec X-chat et/ou Irssi ?
|
Les scripts Perl sont-ils compatibles avec d'autres clients IRC ?
|
||||||
|
|
||||||
R: La commande /perl permet de charger les scripts Perl (le chemin par défaut
|
R: La commande /perl permet de charger les scripts Perl (le chemin par défaut
|
||||||
est ~/.weechat/perl).
|
est ~/.weechat/perl).
|
||||||
Notez que les scripts dans ~/.weechat/perl/autoload sont automatiquement
|
Notez que les scripts dans ~/.weechat/perl/autoload sont automatiquement
|
||||||
chargés par WeeChat lorsqu'il démarre.
|
chargés par WeeChat lorsqu'il démarre.
|
||||||
Les scripts Perl ne sont pas compatibles avec X-chat ni Irssi.
|
Les scripts Perl ne sont pas compatibles avec d'autres clients IRC.
|
||||||
|
|
||||||
|
|
||||||
2.6
|
2.6
|
||||||
================================================================================
|
================================================================================
|
||||||
Q: Comment puis-je charger les scripts Python ?
|
Q: Comment puis-je charger les scripts Python ?
|
||||||
Les scripts Python sont-ils compatibles avec X-chat et/ou Irssi ?
|
Les scripts Python sont-ils compatibles avec d'autres clients IRC ?
|
||||||
|
|
||||||
R: La commande /python permet de charger les scripts Python (le chemin par
|
R: La commande /python permet de charger les scripts Python (le chemin par
|
||||||
défaut est ~/.weechat/python).
|
défaut est ~/.weechat/python).
|
||||||
Notez que les scripts dans ~/.weechat/python/autoload sont automatiquement
|
Notez que les scripts dans ~/.weechat/python/autoload sont automatiquement
|
||||||
chargés par WeeChat lorsqu'il démarre.
|
chargés par WeeChat lorsqu'il démarre.
|
||||||
Les scripts Python ne sont pas compatibles avec X-chat ni Irssi.
|
Les scripts Python ne sont pas compatibles avec d'autres clients IRC.
|
||||||
|
|
||||||
|
|
||||||
2.7
|
2.7
|
||||||
================================================================================
|
================================================================================
|
||||||
Q: Comment puis-je charger des scripts Ruby ?
|
Q: Comment puis-je charger des scripts Ruby ?
|
||||||
Les scripts Ruby sont-ils compatibles avec X-chat et/ou Irssi ?
|
Les scripts Ruby sont-ils compatibles avec d'autres clients IRC ?
|
||||||
|
|
||||||
R: La commande /ruby permet de charger les scripts Ruby (le chemin par
|
R: La commande /ruby permet de charger les scripts Ruby (le chemin par
|
||||||
défaut est ~/.weechat/ruby).
|
défaut est ~/.weechat/ruby).
|
||||||
Notez que les scripts dans ~/.weechat/ruby/autoload sont automatiquement
|
Notez que les scripts dans ~/.weechat/ruby/autoload sont automatiquement
|
||||||
chargés par WeeChat lorsqu'il démarre.
|
chargés par WeeChat lorsqu'il démarre.
|
||||||
Les scripts Ruby ne sont pas compatibles avec X-chat ni Irssi.
|
Les scripts Ruby ne sont pas compatibles avec d'autres clients IRC.
|
||||||
|
|
||||||
|
|
||||||
2.8
|
2.8
|
||||||
================================================================================
|
================================================================================
|
||||||
Q: Comment puis-je charger des scripts Lua ?
|
Q: Comment puis-je charger des scripts Lua ?
|
||||||
Les scripts Lua sont-ils compatibles avec X-chat et/ou Irssi ?
|
Les scripts Lua sont-ils compatibles avec d'autres clients IRC ?
|
||||||
|
|
||||||
R: La commande /lua permet de charger les scripts Lua (le chemin par
|
R: La commande /lua permet de charger les scripts Lua (le chemin par
|
||||||
défaut est ~/.weechat/lua).
|
défaut est ~/.weechat/lua).
|
||||||
Notez que les scripts dans ~/.weechat/lua/autoload sont automatiquement
|
Notez que les scripts dans ~/.weechat/lua/autoload sont automatiquement
|
||||||
chargés par WeeChat lorsqu'il démarre.
|
chargés par WeeChat lorsqu'il démarre.
|
||||||
Les scripts Lua ne sont pas compatibles avec X-chat ni Irssi.
|
Les scripts Lua ne sont pas compatibles avec d'autres clients IRC.
|
||||||
|
|
||||||
|
|
||||||
3.1
|
3.1
|
||||||
@ -153,7 +153,7 @@ R: Il y a 3 mani
|
|||||||
1. vous pouvez nous joindre sur IRC: irc.freenode.net, canal #weechat
|
1. vous pouvez nous joindre sur IRC: irc.freenode.net, canal #weechat
|
||||||
2. vous pouvez soumettre votre bug à cette adresse :
|
2. vous pouvez soumettre votre bug à cette adresse :
|
||||||
http://savannah.nongnu.org/bugs/?func=addbug&group=weechat
|
http://savannah.nongnu.org/bugs/?func=addbug&group=weechat
|
||||||
3. vous pouvez envoyer votre problem par mail, consultez la page
|
3. vous pouvez envoyer votre problème par mail, consultez la page
|
||||||
support pour les mails des développeurs :
|
support pour les mails des développeurs :
|
||||||
http://weechat.flashtux.org/support.php
|
http://weechat.flashtux.org/support.php
|
||||||
(vous pouvez souscrire et envoyer à la liste de diffusion
|
(vous pouvez souscrire et envoyer à la liste de diffusion
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
WeeChat - Wee Enhanced Environment for Chat
|
WeeChat - Wee Enhanced Environment for Chat
|
||||||
===========================================
|
===========================================
|
||||||
|
|
||||||
TODO - 2006-03-02
|
TODO - 2006-03-18
|
||||||
|
|
||||||
Legend:
|
Legend:
|
||||||
# done
|
# done
|
||||||
@ -63,7 +63,7 @@ Legend:
|
|||||||
|
|
||||||
* Configuration:
|
* Configuration:
|
||||||
# be able to launch more than one command when connecting to server
|
# be able to launch more than one command when connecting to server
|
||||||
- use ~/.weechat/dcc by default for DCC incoming files (and create
|
# use ~/.weechat/dcc by default for DCC incoming files (and create
|
||||||
directory at startup if not found)
|
directory at startup if not found)
|
||||||
- add global username/realname, used if server values are not filled
|
- add global username/realname, used if server values are not filled
|
||||||
# add command line arg (--dir) to choose weechat home dir
|
# add command line arg (--dir) to choose weechat home dir
|
||||||
|
@ -19,10 +19,10 @@
|
|||||||
# Process this file with autoconf to produce a configure script.
|
# Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
AC_PREREQ(2.56)
|
AC_PREREQ(2.56)
|
||||||
AC_INIT(WeeChat, 0.1.8-cvs, flashcode@flashtux.org)
|
AC_INIT(WeeChat, 0.1.8, flashcode@flashtux.org)
|
||||||
AC_CONFIG_SRCDIR([src/common/weechat.c])
|
AC_CONFIG_SRCDIR([src/common/weechat.c])
|
||||||
AM_CONFIG_HEADER(config.h)
|
AM_CONFIG_HEADER(config.h)
|
||||||
AM_INIT_AUTOMAKE([weechat], [0.1.8-cvs])
|
AM_INIT_AUTOMAKE([weechat], [0.1.8])
|
||||||
|
|
||||||
# Checks for programs
|
# Checks for programs
|
||||||
AC_PROG_CC
|
AC_PROG_CC
|
||||||
|
@ -35,7 +35,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|||||||
|
|
||||||
<bookinfo>
|
<bookinfo>
|
||||||
|
|
||||||
<title>WeeChat 0.1.8-cvs - User guide</title>
|
<title>WeeChat 0.1.8 - User guide</title>
|
||||||
<subtitle>Fast, light and extensible IRC client</subtitle>
|
<subtitle>Fast, light and extensible IRC client</subtitle>
|
||||||
|
|
||||||
<author>
|
<author>
|
||||||
|
@ -35,7 +35,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|||||||
|
|
||||||
<bookinfo>
|
<bookinfo>
|
||||||
|
|
||||||
<title>WeeChat 0.1.8-cvs - Guide utilisateur</title>
|
<title>WeeChat 0.1.8 - Guide utilisateur</title>
|
||||||
<subtitle>Client IRC rapide, léger et extensible</subtitle>
|
<subtitle>Client IRC rapide, léger et extensible</subtitle>
|
||||||
|
|
||||||
<author>
|
<author>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.TH WEECHAT 1 "January 2006" "FlashCode"
|
.TH WEECHAT 1 "March 2006" "FlashCode"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
weechat-curses \- Wee Enhanced Environment for Chat (Curses version)
|
weechat-curses \- Wee Enhanced Environment for Chat (Curses version)
|
||||||
|
@ -4,10 +4,10 @@
|
|||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: WeeChat 0.1.8-cvs\n"
|
"Project-Id-Version: WeeChat 0.1.8\n"
|
||||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||||
"POT-Creation-Date: 2006-03-14 13:36+0100\n"
|
"POT-Creation-Date: 2006-03-14 13:36+0100\n"
|
||||||
"PO-Revision-Date: 2006-03-11 00:17+0100\n"
|
"PO-Revision-Date: 2006-03-18 09:30+0100\n"
|
||||||
"Last-Translator: Jiri Golembiovsky <golemj@gmail.com>\n"
|
"Last-Translator: Jiri Golembiovsky <golemj@gmail.com>\n"
|
||||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -4,10 +4,10 @@
|
|||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: WeeChat 0.1.8-cvs\n"
|
"Project-Id-Version: WeeChat 0.1.8\n"
|
||||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||||
"POT-Creation-Date: 2006-03-14 13:36+0100\n"
|
"POT-Creation-Date: 2006-03-14 13:36+0100\n"
|
||||||
"PO-Revision-Date: 2006-03-11 00:17+0100\n"
|
"PO-Revision-Date: 2006-03-18 09:30+0100\n"
|
||||||
"Last-Translator: Roberto González Cardenete <robert.glez@gmail.com>\n"
|
"Last-Translator: Roberto González Cardenete <robert.glez@gmail.com>\n"
|
||||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -4,10 +4,10 @@
|
|||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: WeeChat 0.1.8-cvs\n"
|
"Project-Id-Version: WeeChat 0.1.8\n"
|
||||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||||
"POT-Creation-Date: 2006-03-14 13:36+0100\n"
|
"POT-Creation-Date: 2006-03-14 13:36+0100\n"
|
||||||
"PO-Revision-Date: 2006-03-16 11:36+0100\n"
|
"PO-Revision-Date: 2006-03-18 09:30+0100\n"
|
||||||
"Last-Translator: FlashCode <flashcode@flashtux.org>\n"
|
"Last-Translator: FlashCode <flashcode@flashtux.org>\n"
|
||||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -5,12 +5,12 @@
|
|||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: hu\n"
|
"Project-Id-Version: WeeChat 0.1.8\n"
|
||||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||||
"POT-Creation-Date: 2006-03-14 13:36+0100\n"
|
"POT-Creation-Date: 2006-03-14 13:36+0100\n"
|
||||||
"PO-Revision-Date: 2006-03-16 16:10+0100\n"
|
"PO-Revision-Date: 2006-03-18 09:31+0100\n"
|
||||||
"Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n"
|
"Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n"
|
||||||
"Language-Team: <en@li.org>\n"
|
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
%define name weechat
|
%define name weechat
|
||||||
%define version 0.1.7
|
%define version 0.1.8
|
||||||
%define release 1
|
%define release 1
|
||||||
|
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
@ -44,7 +44,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%setup
|
%setup
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./configure --prefix=/usr --mandir=/usr/share/man --enable-perl --enable-python --enable-ruby --with-debug=0
|
./configure --prefix=/usr --mandir=/usr/share/man --with-debug=0
|
||||||
make
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -66,6 +66,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_docdir}/%{name}/html/*
|
%{_docdir}/%{name}/html/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Mar 18 2006 FlashCode <flashcode@flashtux.org> 0.1.8-1
|
||||||
|
- Released version 0.1.8
|
||||||
* Sat Jan 14 2006 FlashCode <flashcode@flashtux.org> 0.1.7-1
|
* Sat Jan 14 2006 FlashCode <flashcode@flashtux.org> 0.1.7-1
|
||||||
- Released version 0.1.7
|
- Released version 0.1.7
|
||||||
* Fri Nov 11 2005 FlashCode <flashcode@flashtux.org> 0.1.6-1
|
* Fri Nov 11 2005 FlashCode <flashcode@flashtux.org> 0.1.6-1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user