Przeglądaj źródła

update: lookup 1.4.1-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@749 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 14 lat temu
rodzic
commit
83fcf9bd45
1 zmienionych plików z 9 dodań i 3 usunięć
  1. 9 3
      l/lookup/lookup-vl.spec

+ 9 - 3
l/lookup/lookup-vl.spec

@@ -2,13 +2,13 @@
 %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	origname lookup
-%define origver  1.4
+%define origver  1.4.1
 
 Summary:      a Search Interface for Emacsen
 Summary(ja):  Emacs 系のエディタで利用できる辞書検索インターフェース
 Name:         %{origname}
 Version:      %{origver}
-Release:      2%{?_dist_release}
+Release:      1%{?_dist_release}
 
 Source0:      http://openlab.jp/edict/lookup/dist/lookup-%{version}.tar.gz
 Source1:      %{origname}-install.sh
@@ -24,7 +24,8 @@ BuildRoot:    %{_tmppath}/%{name}-%{version}
 BuildArch:    noarch
 
 Requires:     emacsen
-PreReq:       emacsen flim
+PreReq:       emacsen flim apel
+BuildRequires: flim apel
 %prereq_ge    emacsen-common
 PreReq:       /sbin/install-info
 Obsoletes:    lookup-emacs, lookup-xemacs
@@ -142,6 +143,11 @@ fi
 
 
 %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
 - apply vine-default
   - add lookup-init.el (Source11)