|
@@ -16,7 +16,7 @@
|
|
|
Summary: A GTK+ based multi-protocol instant messaging client
|
|
|
Summary(ja): マルチプロトコル対応のインスタントメッセンジャー
|
|
|
Name: pidgin
|
|
|
-Version: 2.10.10
|
|
|
+Version: 2.10.11
|
|
|
Release: 1%{?_dist_release}
|
|
|
License: GPL
|
|
|
Group: Applications/Internet
|
|
@@ -30,6 +30,8 @@ Patch0: %{name}-2.10.9_jp_vine.diff.gz
|
|
|
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
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
BuildRequires: gtk2-devel >= %{_gtk_ver}, glib2-devel >= %{_glib_ver}
|
|
@@ -186,10 +188,11 @@ and plugins.
|
|
|
|
|
|
%patch0 -p1 -b .japanese
|
|
|
%patch1 -p1 -b .shortcut
|
|
|
-%patch2 -p1 -b .vine1
|
|
|
+%patch2 -p1 -b .vine
|
|
|
|
|
|
# update ja.po
|
|
|
-%__cp -f %{SOURCE1} po/ja.po
|
|
|
+#%__cp -f %{SOURCE1} po/ja.po
|
|
|
+%patch3 -p1 -b .vine
|
|
|
|
|
|
%build
|
|
|
autoreconf -if
|
|
@@ -286,6 +289,7 @@ fi
|
|
|
%{_bindir}/pidgin
|
|
|
%{_libdir}/pidgin/
|
|
|
%{_mandir}/man*/pidgin.*
|
|
|
+%{_datadir}/appdata/pidgin.appdata.xml
|
|
|
%{_datadir}/applications/pidgin.desktop
|
|
|
%{_datadir}/pixmaps/pidgin/
|
|
|
%{_datadir}/icons/*/*/*/pidgin.*
|
|
@@ -333,6 +337,10 @@ fi
|
|
|
%{_libdir}/pkgconfig/gnt.pc
|
|
|
|
|
|
%changelog
|
|
|
+* Mon Nov 24 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.10.11-1
|
|
|
+- new upstream release
|
|
|
+- add Patch3 (pidgin-2.10.11-ja.po.patch)
|
|
|
+
|
|
|
* Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.10.10-1
|
|
|
- new upstream release
|
|
|
(including security fix for CVE-2014-3694,3695,3696,3697,3698)
|