|
@@ -7,7 +7,7 @@ Summary: a IBus client for GNU Emacs
|
|
Summary(ja): GNU Emacs 用 IBus クライアント
|
|
Summary(ja): GNU Emacs 用 IBus クライアント
|
|
Name: %{origname}
|
|
Name: %{origname}
|
|
Version: %{origver}
|
|
Version: %{origver}
|
|
-Release: 2%{?_dist_release}
|
|
+Release: 3%{?_dist_release}
|
|
|
|
|
|
# http://launchpad.net/ibus.el
|
|
# http://launchpad.net/ibus.el
|
|
Source0: ibus-el-%{version}.tar.gz
|
|
Source0: ibus-el-%{version}.tar.gz
|
|
@@ -18,6 +18,7 @@ Source4: %{origname}-init.el
|
|
|
|
|
|
#
|
|
#
|
|
Patch0: ibus-el-0.2.1-emacs-24.0.90.patch
|
|
Patch0: ibus-el-0.2.1-emacs-24.0.90.patch
|
|
|
|
+Patch1: ibus-el-0.3.0-disable-surrounding-text.patch
|
|
|
|
|
|
License: GPLv3
|
|
License: GPLv3
|
|
Group: Applications/Editors/Emacs
|
|
Group: Applications/Editors/Emacs
|
|
@@ -48,6 +49,9 @@ comfortably by using it.
|
|
%setup -q -n %{origname}-%{origver}
|
|
%setup -q -n %{origname}-%{origver}
|
|
|
|
|
|
#%patch0 -p1 -b .emacs24
|
|
#%patch0 -p1 -b .emacs24
|
|
|
|
+%if %{?_dist_release} == "vl6"
|
|
|
|
+%patch1 -p1 -b .surrounding
|
|
|
|
+%endif
|
|
|
|
|
|
%build
|
|
%build
|
|
|
|
|
|
@@ -116,6 +120,9 @@ fi
|
|
%{_datadir}/%{name}/ibus-el-agent
|
|
%{_datadir}/%{name}/ibus-el-agent
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Tue Feb 14 2012 Munehiro Yamamoto <munepi@vinelinux.org> 0.3.0-3
|
|
|
|
+- apply ibus-el-0.3.0-disable-surrounding-text.patch (for vl6)
|
|
|
|
+
|
|
* Mon Feb 13 2012 Munehiro Yamamoto <munepi@vinelinux.org> 0.3.0-2
|
|
* Mon Feb 13 2012 Munehiro Yamamoto <munepi@vinelinux.org> 0.3.0-2
|
|
- fix a typo in ibus-el-init.el
|
|
- fix a typo in ibus-el-init.el
|
|
|
|
|