|
@@ -16,7 +16,7 @@
|
|
|
Summary: A GTK+ based multi-protocol instant messaging client
|
|
|
Summary(ja): マルチプロトコル対応のインスタントメッセンジャー
|
|
|
Name: pidgin
|
|
|
-Version: 2.10.12
|
|
|
+Version: 2.11.0
|
|
|
Release: 1%{?_dist_release}
|
|
|
License: GPL
|
|
|
Group: Applications/Internet
|
|
@@ -31,7 +31,7 @@ Patch1: %{name}-2.0.0beta7_jp-enable-shortcut.patch
|
|
|
## fix %{name}-%{version}_jp.diff.gz for vine linux
|
|
|
Patch2: %{name}-2.7.3_jp_fix_for_vine.patch
|
|
|
# based on Source1
|
|
|
-Patch3: %{name}-2.10.11-ja.po.patch
|
|
|
+Patch3: %{name}-2.11.0-ja.po.patch
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
BuildRequires: gtk2-devel >= %{_gtk_ver}, glib2-devel >= %{_glib_ver}
|
|
@@ -47,6 +47,7 @@ BuildRequires: GConf2
|
|
|
BuildRequires: pkgconfig
|
|
|
BuildRequires: doxygen
|
|
|
BuildRequires: intltool
|
|
|
+BuildRequires: python-devel
|
|
|
|
|
|
# SSL library (1: gnutls, 0: nss)
|
|
|
%if %{ssl_lib}
|
|
@@ -193,6 +194,10 @@ and plugins.
|
|
|
#%__cp -f %{SOURCE1} po/ja.po
|
|
|
%patch3 -p1 -b .vine
|
|
|
|
|
|
+%if %{?_dist_release} == "vl6"
|
|
|
+ sed -i -e 's/-lpanelw/-lpanelw -ltinfo/' configure.ac
|
|
|
+%endif
|
|
|
+
|
|
|
%build
|
|
|
autoreconf -if
|
|
|
%configure \
|
|
@@ -336,6 +341,10 @@ fi
|
|
|
%{_libdir}/pkgconfig/gnt.pc
|
|
|
|
|
|
%changelog
|
|
|
+* Fri Jul 22 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.11.0-1
|
|
|
+- new upstream release.
|
|
|
+- updated Patch3: ja.po
|
|
|
+
|
|
|
* Sat Jan 09 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.10.12-1
|
|
|
- new upstream release
|
|
|
|