core: remove "www" in weechat.org URLs
This commit is contained in:
parent
4579d4fb93
commit
494d046594
@ -191,5 +191,5 @@
|
||||
* [[option_script.scripts.url]] *script.scripts.url*
|
||||
** Beschreibung: `URL für Datei mit Inhalt der unterstützten Skripten`
|
||||
** Typ: Zeichenkette
|
||||
** Werte: beliebige Zeichenkette (Standardwert: `"http://www.weechat.org/files/plugins.xml.gz"`)
|
||||
** Werte: beliebige Zeichenkette (Standardwert: `"http://weechat.org/files/plugins.xml.gz"`)
|
||||
|
||||
|
@ -82,7 +82,7 @@ diesem Ordner.
|
||||
Ansonsten kannst Du das 'Entwickler-Paket' herunterladen und entpacken:
|
||||
|
||||
----
|
||||
$ wget http://www.weechat.org/files/src/weechat-devel.tar.bz2
|
||||
$ wget http://weechat.org/files/src/weechat-devel.tar.bz2
|
||||
$ tar xvjf weechat-devel.tar.bz2
|
||||
$ cd weechat-devel
|
||||
----
|
||||
|
@ -2365,8 +2365,8 @@ mit dem entsprechenden Wert ersetzt:
|
||||
| $git | Git Version ^(1)^ | `v0.3.9-104-g7eb5cc4`
|
||||
| $compilation | Datum der Kompilierung | `Dec 16 2012`
|
||||
| $osinfo | Info über das genutzte OS | `Linux 2.6.32-5-amd64 / x86_64`
|
||||
| $site | WeeChat Seite | `http://www.weechat.org/`
|
||||
| $download | WeeChat, Download Seite | `http://www.weechat.org/download`
|
||||
| $site | WeeChat Seite | `http://weechat.org/`
|
||||
| $download | WeeChat, Download Seite | `http://weechat.org/download`
|
||||
| $time | Aktuelle Uhrzeit/Datum | `Sun, 16 Dec 2012 10:40:48 +0100`
|
||||
| $username | Username beim IRC Server | `Name`
|
||||
| $realname | Realname beim IRC Server | `John Doe`
|
||||
@ -2384,7 +2384,7 @@ Falls CTCP Optionen nicht festgelegt sind, lauten die CTCP Antworten:
|
||||
| CTCP | Antwortformat | Beispiel
|
||||
| CLIENTINFO | `$clientinfo` | `ACTION DCC CLIENTINFO FINGER PING SOURCE TIME USERINFO VERSION`
|
||||
| FINGER | `WeeChat $versiongit` | `WeeChat 0.4.0-dev (git: v0.3.9-104-g7eb5cc4)`
|
||||
| SOURCE | `$download` | `http://www.weechat.org/download`
|
||||
| SOURCE | `$download` | `http://weechat.org/download`
|
||||
| TIME | `$time` | `Sun, 16 Dec 2012 10:40:48 +0100`
|
||||
| USERINFO | `$username ($realname)` | `Name (John Doe)`
|
||||
| VERSION | `WeeChat $versiongit ($compilation)` | `WeeChat 0.4.0-dev (git: v0.3.9-104-g7eb5cc4) (Dec 16 2012)`
|
||||
|
@ -49,7 +49,7 @@ try:
|
||||
import weechat # pylint: disable=import-error
|
||||
except ImportError:
|
||||
print('This script must be run under WeeChat.')
|
||||
print('Get WeeChat now at: http://www.weechat.org/')
|
||||
print('Get WeeChat now at: http://weechat.org/')
|
||||
IMPORT_OK = False
|
||||
|
||||
try:
|
||||
|
@ -191,5 +191,5 @@
|
||||
* [[option_script.scripts.url]] *script.scripts.url*
|
||||
** description: `URL for file with list of scripts`
|
||||
** type: string
|
||||
** values: any string (default value: `"http://www.weechat.org/files/plugins.xml.gz"`)
|
||||
** values: any string (default value: `"http://weechat.org/files/plugins.xml.gz"`)
|
||||
|
||||
|
@ -7296,7 +7296,7 @@ struct t_hashtable *options = weechat_hashtable_new (8,
|
||||
if (options)
|
||||
{
|
||||
weechat_hashtable_set (options, "file_out", "/tmp/weechat.org.html");
|
||||
struct t_hook *my_process_hook = weechat_hook_process_hashtable ("url:http://www.weechat.org/",
|
||||
struct t_hook *my_process_hook = weechat_hook_process_hashtable ("url:http://weechat.org/",
|
||||
options,
|
||||
20000,
|
||||
&my_process_cb, NULL);
|
||||
@ -7361,7 +7361,7 @@ def my_process_cb(data, command, return_code, out, err):
|
||||
return weechat.WEECHAT_RC_OK
|
||||
|
||||
# example 1: download URL
|
||||
hook1 = weechat.hook_process_hashtable("url:http://www.weechat.org/",
|
||||
hook1 = weechat.hook_process_hashtable("url:http://weechat.org/",
|
||||
{ "file_out": "/tmp/weechat.org.html" },
|
||||
20000, "my_process_cb", "")
|
||||
|
||||
|
@ -76,7 +76,7 @@ the latest updates.
|
||||
Otherwise you can download and unpack 'devel' package:
|
||||
|
||||
----
|
||||
$ wget http://www.weechat.org/files/src/weechat-devel.tar.bz2
|
||||
$ wget http://weechat.org/files/src/weechat-devel.tar.bz2
|
||||
$ tar xvjf weechat-devel.tar.bz2
|
||||
$ cd weechat-devel
|
||||
----
|
||||
|
@ -2317,8 +2317,8 @@ when replying to CTCP:
|
||||
| $git | Git version ^(1)^ | `v0.3.9-104-g7eb5cc4`
|
||||
| $compilation | WeeChat compilation date | `Dec 16 2012`
|
||||
| $osinfo | Info about OS | `Linux 2.6.32-5-amd64 / x86_64`
|
||||
| $site | WeeChat site | `http://www.weechat.org/`
|
||||
| $download | WeeChat site, download page | `http://www.weechat.org/download`
|
||||
| $site | WeeChat site | `http://weechat.org/`
|
||||
| $download | WeeChat site, download page | `http://weechat.org/download`
|
||||
| $time | Current date/time | `Sun, 16 Dec 2012 10:40:48 +0100`
|
||||
| $username | User name on IRC server | `name`
|
||||
| $realname | Real name on IRC server | `John Doe`
|
||||
@ -2335,7 +2335,7 @@ If CTCP options are not defined (by default), CTCP replies are:
|
||||
| CTCP | Reply format | Example
|
||||
| CLIENTINFO | `$clientinfo` | `ACTION DCC CLIENTINFO FINGER PING SOURCE TIME USERINFO VERSION`
|
||||
| FINGER | `WeeChat $versiongit` | `WeeChat 0.4.0-dev (git: v0.3.9-104-g7eb5cc4)`
|
||||
| SOURCE | `$download` | `http://www.weechat.org/download`
|
||||
| SOURCE | `$download` | `http://weechat.org/download`
|
||||
| TIME | `$time` | `Sun, 16 Dec 2012 10:40:48 +0100`
|
||||
| USERINFO | `$username ($realname)` | `name (John Doe)`
|
||||
| VERSION | `WeeChat $versiongit ($compilation)` | `WeeChat 0.4.0-dev (git: v0.3.9-104-g7eb5cc4) (Dec 16 2012)`
|
||||
|
@ -191,5 +191,5 @@
|
||||
* [[option_script.scripts.url]] *script.scripts.url*
|
||||
** description: `URL pour le fichier avec la liste des scripts`
|
||||
** type: chaîne
|
||||
** valeurs: toute chaîne (valeur par défaut: `"http://www.weechat.org/files/plugins.xml.gz"`)
|
||||
** valeurs: toute chaîne (valeur par défaut: `"http://weechat.org/files/plugins.xml.gz"`)
|
||||
|
||||
|
@ -7423,7 +7423,7 @@ struct t_hashtable *options = weechat_hashtable_new (8,
|
||||
if (options)
|
||||
{
|
||||
weechat_hashtable_set (options, "file_out", "/tmp/weechat.org.html");
|
||||
struct t_hook *my_process_hook = weechat_hook_process_hashtable ("url:http://www.weechat.org/",
|
||||
struct t_hook *my_process_hook = weechat_hook_process_hashtable ("url:http://weechat.org/",
|
||||
options,
|
||||
20000,
|
||||
&my_process_cb, NULL);
|
||||
@ -7488,7 +7488,7 @@ def my_process_cb(data, command, return_code, out, err):
|
||||
return weechat.WEECHAT_RC_OK
|
||||
|
||||
# exemple 1 : téléchargement d'une URL
|
||||
hook1 = weechat.hook_process_hashtable("url:http://www.weechat.org/",
|
||||
hook1 = weechat.hook_process_hashtable("url:http://weechat.org/",
|
||||
{ "file_out": "/tmp/weechat.org.html" },
|
||||
20000, "my_process_cb", "")
|
||||
|
||||
|
@ -80,7 +80,7 @@ pour obtenir juste les deltas avec la version d'aujourd'hui.
|
||||
Sinon vous pouvez installer le paquet 'devel' :
|
||||
|
||||
----
|
||||
$ wget http://www.weechat.org/files/src/weechat-devel.tar.bz2
|
||||
$ wget http://weechat.org/files/src/weechat-devel.tar.bz2
|
||||
$ tar xvjf weechat-devel.tar.bz2
|
||||
$ cd weechat-devel
|
||||
----
|
||||
|
@ -2394,8 +2394,8 @@ automatiquement remplacées par WeeChat lors de la réponse au CTCP :
|
||||
| $git | Version git ^(1)^ | `v0.3.9-104-g7eb5cc4`
|
||||
| $compilation | Date de compilation WeeChat | `Dec 16 2012`
|
||||
| $osinfo | Information sur l'OS | `Linux 2.6.32-5-amd64 / x86_64`
|
||||
| $site | Site WeeChat | `http://www.weechat.org/`
|
||||
| $download | Site WeeChat, page téléchargement | `http://www.weechat.org/download`
|
||||
| $site | Site WeeChat | `http://weechat.org/`
|
||||
| $download | Site WeeChat, page téléchargement | `http://weechat.org/download`
|
||||
| $time | Date/heure courante | `Sun, 16 Dec 2012 10:40:48 +0100`
|
||||
| $username | Nom d'utilisateur sur le serveur | `nom`
|
||||
| $realname | Nom réel sur le serveur | `John Doe`
|
||||
@ -2413,7 +2413,7 @@ Si les options CTCP ne sont pas définies (par défaut), les réponses CTCP sont
|
||||
| CTCP | Format de réponse | Exemple
|
||||
| CLIENTINFO | `$clientinfo` | `ACTION DCC CLIENTINFO FINGER PING SOURCE TIME USERINFO VERSION`
|
||||
| FINGER | `WeeChat $versiongit` | `WeeChat 0.4.0-dev (git: v0.3.9-104-g7eb5cc4)`
|
||||
| SOURCE | `$download` | `http://www.weechat.org/download`
|
||||
| SOURCE | `$download` | `http://weechat.org/download`
|
||||
| TIME | `$time` | `Sun, 16 Dec 2012 10:40:48 +0100`
|
||||
| USERINFO | `$username ($realname)` | `nom (John Doe)`
|
||||
| VERSION | `WeeChat $versiongit ($compilation)` | `WeeChat 0.4.0-dev (git: v0.3.9-104-g7eb5cc4) (Dec 16 2012)`
|
||||
|
@ -191,5 +191,5 @@
|
||||
* [[option_script.scripts.url]] *script.scripts.url*
|
||||
** descrizione: `URL per il file con l'elenco degli script`
|
||||
** tipo: stringa
|
||||
** valori: qualsiasi stringa (valore predefinito: `"http://www.weechat.org/files/plugins.xml.gz"`)
|
||||
** valori: qualsiasi stringa (valore predefinito: `"http://weechat.org/files/plugins.xml.gz"`)
|
||||
|
||||
|
@ -7423,7 +7423,7 @@ struct t_hashtable *options = weechat_hashtable_new (8,
|
||||
if (options)
|
||||
{
|
||||
weechat_hashtable_set (options, "file_out", "/tmp/weechat.org.html");
|
||||
struct t_hook *my_process_hook = weechat_hook_process_hashtable ("url:http://www.weechat.org/",
|
||||
struct t_hook *my_process_hook = weechat_hook_process_hashtable ("url:http://weechat.org/",
|
||||
options,
|
||||
20000,
|
||||
&my_process_cb, NULL);
|
||||
@ -7488,7 +7488,7 @@ def my_process_cb(data, command, return_code, out, err):
|
||||
return weechat.WEECHAT_RC_OK
|
||||
|
||||
# example 1: download URL
|
||||
hook1 = weechat.hook_process_hashtable("url:http://www.weechat.org/",
|
||||
hook1 = weechat.hook_process_hashtable("url:http://weechat.org/",
|
||||
{ "file_out": "/tmp/weechat.org.html" },
|
||||
20000, "my_process_cb", "")
|
||||
|
||||
|
@ -79,7 +79,7 @@ ricevere gli ultimi aggiornamenti.
|
||||
Altrimenti si può scaricare ed estrarre il pacchetto 'devel':
|
||||
|
||||
----
|
||||
$ wget http://www.weechat.org/files/src/weechat-devel.tar.bz2
|
||||
$ wget http://weechat.org/files/src/weechat-devel.tar.bz2
|
||||
$ tar xvjf weechat-devel.tar.bz2
|
||||
$ cd weechat-devel
|
||||
----
|
||||
|
@ -2419,8 +2419,8 @@ automaticamente da WeeChat quando si risponde alle CTCP
|
||||
| $git | Git version ^(1)^ | `v0.3.9-104-g7eb5cc4`
|
||||
| $compilation | Data di compilazione di WeeChat | `Dec 16 2012`
|
||||
| $osinfo | Informazioni sull'OS | `Linux 2.6.32-5-amd64 / x86_64`
|
||||
| $site | Sito di WeeChat | `http://www.weechat.org/`
|
||||
| $download | Sito di WeeChat, pagina di download | `http://www.weechat.org/download`
|
||||
| $site | Sito di WeeChat | `http://weechat.org/`
|
||||
| $download | Sito di WeeChat, pagina di download | `http://weechat.org/download`
|
||||
| $time | Data/ora correnti | `Sun, 16 Dec 2012 10:40:48 +0100`
|
||||
| $username | Nome utente sul server IRC | `name`
|
||||
| $realname | Nome reale sul server IRC | `John Doe`
|
||||
@ -2440,7 +2440,7 @@ le risposte CTCP sono:
|
||||
| CTCP | Formato risposta | Esempio
|
||||
| CLIENTINFO | `$clientinfo` | `ACTION DCC CLIENTINFO FINGER PING SOURCE TIME USERINFO VERSION`
|
||||
| FINGER | `WeeChat $versiongit` | `WeeChat 0.4.0-dev (git: v0.3.9-104-g7eb5cc4)`
|
||||
| SOURCE | `$download` | `http://www.weechat.org/download`
|
||||
| SOURCE | `$download` | `http://weechat.org/download`
|
||||
| TIME | `$time` | `Sun, 16 Dec 2012 10:40:48 +0100`
|
||||
| USERINFO | `$username ($realname)` | `name (John Doe)`
|
||||
| VERSION | `WeeChat $versiongit ($compilation)` | `WeeChat 0.4.0-dev (git: v0.3.9-104-g7eb5cc4) (Dec 16 2012)`
|
||||
|
@ -191,5 +191,5 @@
|
||||
* [[option_script.scripts.url]] *script.scripts.url*
|
||||
** 説明: `ファイルの URL とスクリプトのリスト`
|
||||
** タイプ: 文字列
|
||||
** 値: 未制約文字列 (デフォルト値: `"http://www.weechat.org/files/plugins.xml.gz"`)
|
||||
** 値: 未制約文字列 (デフォルト値: `"http://weechat.org/files/plugins.xml.gz"`)
|
||||
|
||||
|
@ -7290,7 +7290,7 @@ struct t_hashtable *options = weechat_hashtable_new (8,
|
||||
if (options)
|
||||
{
|
||||
weechat_hashtable_set (options, "file_out", "/tmp/weechat.org.html");
|
||||
struct t_hook *my_process_hook = weechat_hook_process_hashtable ("url:http://www.weechat.org/",
|
||||
struct t_hook *my_process_hook = weechat_hook_process_hashtable ("url:http://weechat.org/",
|
||||
options,
|
||||
20000,
|
||||
&my_process_cb, NULL);
|
||||
@ -7355,7 +7355,7 @@ def my_process_cb(data, command, return_code, out, err):
|
||||
return weechat.WEECHAT_RC_OK
|
||||
|
||||
# 例 1: URL をダウンロード
|
||||
hook1 = weechat.hook_process_hashtable("url:http://www.weechat.org/",
|
||||
hook1 = weechat.hook_process_hashtable("url:http://weechat.org/",
|
||||
{ "file_out": "/tmp/weechat.org.html" },
|
||||
20000, "my_process_cb", "")
|
||||
|
||||
|
@ -76,7 +76,7 @@ $ cd weechat
|
||||
他の方法として 'devel' パッケージをダウンロードして展開する方法があります:
|
||||
|
||||
----
|
||||
$ wget http://www.weechat.org/files/src/weechat-devel.tar.bz2
|
||||
$ wget http://weechat.org/files/src/weechat-devel.tar.bz2
|
||||
$ tar xvjf weechat-devel.tar.bz2
|
||||
$ cd weechat-devel
|
||||
----
|
||||
|
@ -2317,8 +2317,8 @@ CTCP 応答時に自動的に WeeChat によって展開されます:
|
||||
| $git | git バージョン ^(1)^ | `v0.3.9-104-g7eb5cc4`
|
||||
| $compilation | WeeChat コンパイル日時 | `Dec 16 2012`
|
||||
| $osinfo | OS に関する情報 | `Linux 2.6.32-5-amd64 / x86_64`
|
||||
| $site | WeeChat ウェブサイト | `http://www.weechat.org/`
|
||||
| $download | WeeChat ウェブサイトのダウンロードページ | `http://www.weechat.org/download`
|
||||
| $site | WeeChat ウェブサイト | `http://weechat.org/`
|
||||
| $download | WeeChat ウェブサイトのダウンロードページ | `http://weechat.org/download`
|
||||
| $time | 現在の日時 | `Sun, 16 Dec 2012 10:40:48 +0100`
|
||||
| $username | IRC サーバのユーザネーム | `ログイン名`
|
||||
| $realname | IRC サーバのリアルネーム | `John Doe`
|
||||
@ -2335,7 +2335,7 @@ CTCP オプションが設定されていない (デフォルトの) 場合、CT
|
||||
| CTCP | 応答フォーマット | 例
|
||||
| CLIENTINFO | `$clientinfo` | `ACTION DCC CLIENTINFO FINGER PING SOURCE TIME USERINFO VERSION`
|
||||
| FINGER | `WeeChat $versiongit` | `WeeChat 0.4.0-dev (git: v0.3.9-104-g7eb5cc4)`
|
||||
| SOURCE | `$download` | `http://www.weechat.org/download`
|
||||
| SOURCE | `$download` | `http://weechat.org/download`
|
||||
| TIME | `$time` | `Sun, 16 Dec 2012 10:40:48 +0100`
|
||||
| USERINFO | `$username ($realname)` | `ログイン名 (John Doe)`
|
||||
| VERSION | `WeeChat $versiongit ($compilation)` | `WeeChat 0.4.0-dev (git: v0.3.9-104-g7eb5cc4) (Dec 16 2012)`
|
||||
|
@ -191,5 +191,5 @@
|
||||
* [[option_script.scripts.url]] *script.scripts.url*
|
||||
** opis: `adres URL pliku z lista skryptów`
|
||||
** typ: ciąg
|
||||
** wartości: dowolny ciąg (domyślna wartość: `"http://www.weechat.org/files/plugins.xml.gz"`)
|
||||
** wartości: dowolny ciąg (domyślna wartość: `"http://weechat.org/files/plugins.xml.gz"`)
|
||||
|
||||
|
@ -76,7 +76,7 @@ poprawki.
|
||||
Oczywiście możesz pobrać paczkę oznaczoną jako 'devel':
|
||||
|
||||
----
|
||||
$ wget http://www.weechat.org/files/src/weechat-devel.tar.bz2
|
||||
$ wget http://weechat.org/files/src/weechat-devel.tar.bz2
|
||||
$ tar xvjf weechat-devel.tar.bz2
|
||||
$ cd weechat-devel
|
||||
----
|
||||
|
@ -2342,8 +2342,8 @@ przez WeeChat podczas odpowiedzi na CTCP:
|
||||
| $git | Wersja git ^(1)^ | `v0.3.9-104-g7eb5cc4`
|
||||
| $compilation | Data kompilacji WeeChat | `Dec 16 2012`
|
||||
| $osinfo | Informacje o systemie operacyjnym | `Linux 2.6.32-5-amd64 / x86_64`
|
||||
| $site | Strona WeeChat | `http://www.weechat.org/`
|
||||
| $download | Strona WeeChat, pobieranie | `http://www.weechat.org/download`
|
||||
| $site | Strona WeeChat | `http://weechat.org/`
|
||||
| $download | Strona WeeChat, pobieranie | `http://weechat.org/download`
|
||||
| $time | Obecna data/czas | `Sun, 16 Dec 2012 10:40:48 +0100`
|
||||
| $username | Nazwa użytkownika na serwerze IRC | `name`
|
||||
| $realname | Prawdziwa nazwa na serwerze IRC | `John Doe`
|
||||
@ -2360,7 +2360,7 @@ Jeśli opcje CTCP nie są zdefiniowane (domyślne), odpowiedzi CTCP to:
|
||||
| CTCP | Format odpowiedzi | Przykład
|
||||
| CLIENTINFO | `$clientinfo` | `ACTION DCC CLIENTINFO FINGER PING SOURCE TIME USERINFO VERSION`
|
||||
| FINGER | `WeeChat $versiongit` | `WeeChat 0.4.0-dev (git: v0.3.9-104-g7eb5cc4)`
|
||||
| SOURCE | `$download` | `http://www.weechat.org/download`
|
||||
| SOURCE | `$download` | `http://weechat.org/download`
|
||||
| TIME | `$time` | `Sun, 16 Dec 2012 10:40:48 +0100`
|
||||
| USERINFO | `$username ($realname)` | `name (John Doe)`
|
||||
| VERSION | `WeeChat $versiongit ($compilation)` | `WeeChat 0.4.0-dev (git: v0.3.9-104-g7eb5cc4) (Dec 16 2012)`
|
||||
|
@ -11,7 +11,7 @@
|
||||
* ## ##
|
||||
* ## By Sébastien Helleu <flashcode@flashtux.org> ##
|
||||
* ## ##
|
||||
* ## http://www.weechat.org/ ##
|
||||
* ## http://weechat.org/ ##
|
||||
* ## ##
|
||||
* ##########################################################################
|
||||
*
|
||||
|
@ -52,8 +52,8 @@
|
||||
|
||||
|
||||
#define WEECHAT_COPYRIGHT_DATE "(C) 2003-2014"
|
||||
#define WEECHAT_WEBSITE "http://www.weechat.org/"
|
||||
#define WEECHAT_WEBSITE_DOWNLOAD "http://www.weechat.org/download"
|
||||
#define WEECHAT_WEBSITE "http://weechat.org/"
|
||||
#define WEECHAT_WEBSITE_DOWNLOAD "http://weechat.org/download"
|
||||
|
||||
/* log file */
|
||||
#define WEECHAT_LOG_NAME "weechat.log"
|
||||
|
@ -432,7 +432,7 @@ irc_ctcp_replace_variables (struct t_irc_server *server, const char *format)
|
||||
|
||||
/*
|
||||
* $site: WeeChat web site, example:
|
||||
* http://www.weechat.org/
|
||||
* http://weechat.org/
|
||||
*/
|
||||
info = weechat_info_get ("weechat_site", "");
|
||||
temp = weechat_string_replace (res, "$site", info);
|
||||
@ -443,7 +443,7 @@ irc_ctcp_replace_variables (struct t_irc_server *server, const char *format)
|
||||
|
||||
/*
|
||||
* $download: WeeChat download page, example:
|
||||
* http://www.weechat.org/download
|
||||
* http://weechat.org/download
|
||||
*/
|
||||
info = weechat_info_get ("weechat_site_download", "");
|
||||
temp = weechat_string_replace (res, "$download", info);
|
||||
|
@ -703,7 +703,7 @@ script_config_init ()
|
||||
script_config_file, ptr_section,
|
||||
"url", "string",
|
||||
N_("URL for file with list of scripts"),
|
||||
NULL, 0, 0, "http://www.weechat.org/files/plugins.xml.gz", NULL, 0, NULL, NULL,
|
||||
NULL, 0, 0, "http://weechat.org/files/plugins.xml.gz", NULL, 0, NULL, NULL,
|
||||
NULL, NULL, NULL, NULL);
|
||||
|
||||
return 1;
|
||||
|
@ -30,8 +30,8 @@ Name: %{name}
|
||||
Summary: portable, fast, light and extensible IRC client
|
||||
Version: %{version}
|
||||
Release: %{release}
|
||||
Source: http://www.weechat.org/files/src/%{name}-%{version}.tar.gz
|
||||
URL: http://www.weechat.org/
|
||||
Source: http://weechat.org/files/src/%{name}-%{version}.tar.gz
|
||||
URL: http://weechat.org/
|
||||
Group: Productivity/Networking/IRC
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
||||
Requires: perl, python, ruby, lua, tcl, guile, gcrypt, gnutls, ncurses, libcurl
|
||||
|
Loading…
x
Reference in New Issue
Block a user