|
@@ -2,13 +2,13 @@
|
|
%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 'PreReq:%%{NAME} >= %%{VERSION}' %1| grep -v "is not")
|
|
%define emacsen_pkgdir /usr/lib/emacsen-common/packages
|
|
%define emacsen_pkgdir /usr/lib/emacsen-common/packages
|
|
%define origname lookup
|
|
%define origname lookup
|
|
-%define origver 1.4
|
|
|
|
|
|
+%define origver 1.4.1
|
|
|
|
|
|
Summary: a Search Interface for Emacsen
|
|
Summary: a Search Interface for Emacsen
|
|
Summary(ja): Emacs 系のエディタで利用できる辞書検索インターフェース
|
|
Summary(ja): Emacs 系のエディタで利用できる辞書検索インターフェース
|
|
Name: %{origname}
|
|
Name: %{origname}
|
|
Version: %{origver}
|
|
Version: %{origver}
|
|
-Release: 2%{?_dist_release}
|
|
|
|
|
|
+Release: 1%{?_dist_release}
|
|
|
|
|
|
Source0: http://openlab.jp/edict/lookup/dist/lookup-%{version}.tar.gz
|
|
Source0: http://openlab.jp/edict/lookup/dist/lookup-%{version}.tar.gz
|
|
Source1: %{origname}-install.sh
|
|
Source1: %{origname}-install.sh
|
|
@@ -24,7 +24,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}
|
|
BuildArch: noarch
|
|
BuildArch: noarch
|
|
|
|
|
|
Requires: emacsen
|
|
Requires: emacsen
|
|
-PreReq: emacsen flim
|
|
|
|
|
|
+PreReq: emacsen flim apel
|
|
|
|
+BuildRequires: flim apel
|
|
%prereq_ge emacsen-common
|
|
%prereq_ge emacsen-common
|
|
PreReq: /sbin/install-info
|
|
PreReq: /sbin/install-info
|
|
Obsoletes: lookup-emacs, lookup-xemacs
|
|
Obsoletes: lookup-emacs, lookup-xemacs
|
|
@@ -142,6 +143,11 @@ fi
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Tue Mar 30 2010 IWAI, Masaharu <iwai@alib.jp> 1.4.1-1
|
|
|
|
+- update to 1.4.1
|
|
|
|
+- add PreReq: apel
|
|
|
|
+- add BuildRequires: flim apel
|
|
|
|
+
|
|
* Mon Dec 14 2009 IWAI, Masaharu <iwai@alib.jp> 1.4-2
|
|
* Mon Dec 14 2009 IWAI, Masaharu <iwai@alib.jp> 1.4-2
|
|
- apply vine-default
|
|
- apply vine-default
|
|
- add lookup-init.el (Source11)
|
|
- add lookup-init.el (Source11)
|