|
@@ -3,7 +3,7 @@
|
|
|
|
|
|
%define name xchat
|
|
%define name xchat
|
|
%define version 2.8.6
|
|
%define version 2.8.6
|
|
-%define release 4%{?_dist_release}
|
|
|
|
|
|
+%define release 5%{?_dist_release}
|
|
|
|
|
|
Summary: GTK2 based graphical IRC client
|
|
Summary: GTK2 based graphical IRC client
|
|
Summary(ja): GTK2 ベースのグラフィカル IRC クライアント
|
|
Summary(ja): GTK2 ベースのグラフィカル IRC クライアント
|
|
@@ -23,6 +23,7 @@ Patch10: http://xchat.org/files/source/2.8/patches/xc286-smallfixes.diff
|
|
Patch100: http://takuo.jp/junk/xchat/99_plus.dpatch
|
|
Patch100: http://takuo.jp/junk/xchat/99_plus.dpatch
|
|
Patch110: http://takuo.jp/junk/xchat/99_x_dialog.dpatch
|
|
Patch110: http://takuo.jp/junk/xchat/99_x_dialog.dpatch
|
|
Patch200: xchat-2.8.6_defaultserver-vine.patch
|
|
Patch200: xchat-2.8.6_defaultserver-vine.patch
|
|
|
|
+Patch201: xchat-2.8.6-x86_64.patch
|
|
|
|
|
|
# xchat MUST have the version of perl installed which was used to compile
|
|
# xchat MUST have the version of perl installed which was used to compile
|
|
# it, or else the embeded perl interpreter will break.
|
|
# it, or else the embeded perl interpreter will break.
|
|
@@ -36,6 +37,7 @@ BuildRequires: perl, python-devel, openssl-devel, pkgconfig
|
|
BuildRequires: autoconf
|
|
BuildRequires: autoconf
|
|
BuildRequires: GConf2-devel
|
|
BuildRequires: GConf2-devel
|
|
BuildRequires: dbus-devel >= 1.0
|
|
BuildRequires: dbus-devel >= 1.0
|
|
|
|
+BuildRequires: tcl
|
|
|
|
|
|
Requires(post): GConf2 >= 2.14
|
|
Requires(post): GConf2 >= 2.14
|
|
Requires(preun): GConf2 >= 2.14
|
|
Requires(preun): GConf2 >= 2.14
|
|
@@ -60,6 +62,7 @@ X-ChatはGTK2ベースのXウィンドウシステム用のIRCクライアント
|
|
%patch110 -p1 -b .dialog
|
|
%patch110 -p1 -b .dialog
|
|
|
|
|
|
%patch200 -p1 -b .servlist
|
|
%patch200 -p1 -b .servlist
|
|
|
|
+%patch201 -p1 -b .x86_64
|
|
|
|
|
|
sed -i -e 's/#define GTK_DISABLE_DEPRECATED//g' src/fe-gtk/*.c
|
|
sed -i -e 's/#define GTK_DISABLE_DEPRECATED//g' src/fe-gtk/*.c
|
|
|
|
|
|
@@ -140,6 +143,11 @@ fi
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Jan 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.8.6-5
|
|
|
|
+- rebuild with openssl-1.0.0c
|
|
|
|
+- add BuildRequires: tcl
|
|
|
|
+- add Patch201 (xchat-2.8.6-x86_64.patch)
|
|
|
|
+
|
|
* Fri Feb 05 2010 Shu KONNO <owa@bg.wakwak.com> 2.8.6-4
|
|
* Fri Feb 05 2010 Shu KONNO <owa@bg.wakwak.com> 2.8.6-4
|
|
- rebuilt with python-2.6.4-3
|
|
- rebuilt with python-2.6.4-3
|
|
|
|
|