|
@@ -1,24 +1,23 @@
|
|
|
%define _noVersionedDependencies 1
|
|
|
%define prereq_ge() %(LC_ALL="C" rpm -q --queryformat 'PreReq:%%{NAME} >= %%{VERSION}' %1| grep -v "is not")
|
|
|
%define origname ibus-el
|
|
|
-%define origver 0.3.0
|
|
|
+%define origver 0.3.1
|
|
|
|
|
|
Summary: a IBus client for GNU Emacs
|
|
|
Summary(ja): GNU Emacs 用 IBus クライアント
|
|
|
Name: %{origname}
|
|
|
Version: %{origver}
|
|
|
-Release: 3%{?_dist_release}
|
|
|
+Release: 1%{?_dist_release}
|
|
|
|
|
|
# http://launchpad.net/ibus.el
|
|
|
-Source0: ibus-el-%{version}.tar.gz
|
|
|
+Source0: http://launchpad.net/ibus.el/0.3/0.3.1/+download/ibus-el-%{version}.tar.gz
|
|
|
Source1: %{origname}-install.sh
|
|
|
Source2: %{origname}-remove.sh
|
|
|
Source3: vine-default-%{origname}.el
|
|
|
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
|
|
|
+# 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
|
|
@@ -49,9 +48,9 @@ comfortably by using it.
|
|
|
%setup -q -n %{origname}-%{origver}
|
|
|
|
|
|
#%patch0 -p1 -b .emacs24
|
|
|
-%if %{?_dist_release} == "vl6"
|
|
|
-%patch1 -p1 -b .surrounding
|
|
|
-%endif
|
|
|
+#%if %{?_dist_release} == "vl6"
|
|
|
+#%patch1 -p1 -b .surrounding
|
|
|
+#%endif
|
|
|
|
|
|
%build
|
|
|
|
|
@@ -120,6 +119,9 @@ fi
|
|
|
%{_datadir}/%{name}/ibus-el-agent
|
|
|
|
|
|
%changelog
|
|
|
+* Tue Feb 14 2012 Munehiro Yamamoto <munepi@vinelinux.org> 0.3.1-1
|
|
|
+- new upstream release
|
|
|
+
|
|
|
* 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)
|
|
|
|