|
@@ -1,7 +1,7 @@
|
|
%define _noVersionedDependencies 1
|
|
%define _noVersionedDependencies 1
|
|
-%define prereq_ge() %(LC_ALL="C" rpm -q --queryformat 'PreReq:%%{NAME} >= %%{VERSION}' %1| grep -v "is not")
|
|
|
|
|
|
+%define prereq_ge() %(LC_ALL="C" rpm -q --queryformat 'Requires(post):%%{NAME} >= %%{VERSION}' %1| grep -v "is not")
|
|
%define origname ibus-el
|
|
%define origname ibus-el
|
|
-%define origver 0.3.1
|
|
|
|
|
|
+%define origver 0.3.2
|
|
|
|
|
|
Summary: a IBus client for GNU Emacs
|
|
Summary: a IBus client for GNU Emacs
|
|
Summary(ja): GNU Emacs 用 IBus クライアント
|
|
Summary(ja): GNU Emacs 用 IBus クライアント
|
|
@@ -26,7 +26,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildArch: noarch
|
|
BuildArch: noarch
|
|
|
|
|
|
Requires: emacsen
|
|
Requires: emacsen
|
|
-PreReq: emacsen
|
|
|
|
|
|
+Requires(post): emacsen
|
|
%prereq_ge emacsen-common
|
|
%prereq_ge emacsen-common
|
|
Requires: python >= 2.5
|
|
Requires: python >= 2.5
|
|
Requires: ibus >= 1.2
|
|
Requires: ibus >= 1.2
|
|
@@ -119,6 +119,9 @@ fi
|
|
%{_datadir}/%{name}/ibus-el-agent
|
|
%{_datadir}/%{name}/ibus-el-agent
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Thu Mar 8 2012 Munehiro Yamamoto <munepi@vinelinux.org> 0.3.2-1
|
|
|
|
+- new upstream release
|
|
|
|
+
|
|
* Tue Feb 14 2012 Munehiro Yamamoto <munepi@vinelinux.org> 0.3.1-1
|
|
* Tue Feb 14 2012 Munehiro Yamamoto <munepi@vinelinux.org> 0.3.1-1
|
|
- new upstream release
|
|
- new upstream release
|
|
|
|
|