Browse Source

updated ibus-el-vl.spec

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

+ 6 - 3
i/ibus-el/ibus-el-vl.spec

@@ -1,7 +1,7 @@
 %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 origver  0.3.1
+%define origver  0.3.2
 
 Summary:      a IBus client for GNU Emacs
 Summary(ja):  GNU Emacs 用 IBus クライアント
@@ -26,7 +26,7 @@ BuildRoot:    %{_tmppath}/%{name}-%{version}-root
 BuildArch:    noarch
 
 Requires:     emacsen
-PreReq:       emacsen
+Requires(post):       emacsen
 %prereq_ge    emacsen-common
 Requires:     python >= 2.5
 Requires:     ibus >= 1.2
@@ -119,6 +119,9 @@ fi
 %{_datadir}/%{name}/ibus-el-agent
 
 %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
 - new upstream release