|
@@ -1,13 +1,13 @@
|
|
|
%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.2.1
|
|
|
+%define origver 0.3.0
|
|
|
|
|
|
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
|
|
@@ -34,7 +34,7 @@ Requires: python-xlib
|
|
|
|
|
|
Distribution: Vine Linux
|
|
|
Vendor: Project Vine
|
|
|
-Packager: iwaim
|
|
|
+Packager: iwaim, munepi
|
|
|
|
|
|
%description
|
|
|
ibus.el is a IBus client for GNU Emacs. This program allows users
|
|
@@ -47,7 +47,7 @@ comfortably by using it.
|
|
|
|
|
|
%setup -q -n %{origname}-%{origver}
|
|
|
|
|
|
-%patch0 -p1 -b .emacs24
|
|
|
+#%patch0 -p1 -b .emacs24
|
|
|
|
|
|
%build
|
|
|
|
|
@@ -116,6 +116,10 @@ fi
|
|
|
%{_datadir}/%{name}/ibus-el-agent
|
|
|
|
|
|
%changelog
|
|
|
+* Tue Jan 31 2012 Munehiro Yamamoto <munepi@vinelinux.org> 0.3.0-1
|
|
|
+- new upstream release
|
|
|
+- added "munepi" in Packager tag
|
|
|
+
|
|
|
* Mon Oct 3 2011 Munehiro Yamamoto <munepi@vinelinux.org> 0.2.1-3
|
|
|
- supported emacs-24.0.90
|
|
|
- updated ibus-el-init.el
|