Browse Source

updated ibus-el-vl.spec

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@5644 ec354946-7b23-47d6-9f5a-488ba84defc7
munepi 12 years ago
parent
commit
cda3e849e7
1 changed files with 8 additions and 1 deletions
  1. 8 1
      i/ibus-el/ibus-el-vl.spec

+ 8 - 1
i/ibus-el/ibus-el-vl.spec

@@ -7,7 +7,7 @@ Summary:      a IBus client for GNU Emacs
 Summary(ja):  GNU Emacs 用 IBus クライアント
 Name:         %{origname}
 Version:      %{origver}
-Release:      2%{?_dist_release}
+Release:      3%{?_dist_release}
 
 # http://launchpad.net/ibus.el
 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
+Patch1:       ibus-el-0.3.0-disable-surrounding-text.patch
 
 License:      GPLv3
 Group:        Applications/Editors/Emacs
@@ -48,6 +49,9 @@ comfortably by using it.
 %setup -q -n %{origname}-%{origver}
 
 #%patch0 -p1 -b .emacs24
+%if %{?_dist_release} == "vl6"
+%patch1 -p1 -b .surrounding
+%endif
 
 %build
 
@@ -116,6 +120,9 @@ fi
 %{_datadir}/%{name}/ibus-el-agent
 
 %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
 - fix a typo in ibus-el-init.el