|
@@ -1,14 +1,14 @@
|
|
%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 'PreReq:%%{NAME} >= %%{VERSION}' %1| grep -v "is not")
|
|
|
|
|
|
-%define origver 10.7
|
|
+%define origver 10.8
|
|
%define origname apel
|
|
%define origname apel
|
|
|
|
|
|
Summary: A Portable Emacs Library
|
|
Summary: A Portable Emacs Library
|
|
Summary(ja): Emacs 用の 基礎的な関数を提供するライブラリ
|
|
Summary(ja): Emacs 用の 基礎的な関数を提供するライブラリ
|
|
Name: %{origname}
|
|
Name: %{origname}
|
|
Version: %{origver}
|
|
Version: %{origver}
|
|
-Release: 2%{?_dist_release}
|
|
+Release: 1%{?_dist_release}
|
|
|
|
|
|
Source0: http://kanji.zinbun.kyoto-u.ac.jp/~tomo/lemi/dist/apel/apel-%{origver}.tar.gz
|
|
Source0: http://kanji.zinbun.kyoto-u.ac.jp/~tomo/lemi/dist/apel/apel-%{origver}.tar.gz
|
|
Source1: apel-install.sh
|
|
Source1: apel-install.sh
|
|
@@ -29,7 +29,7 @@ Conflicts: semi <= 1.14.5-0vl2
|
|
|
|
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
-Packager: Kazuhisa TAKEI <takei@vinelinux.org>
|
|
+Packager: shaolin
|
|
|
|
|
|
|
|
|
|
%description
|
|
%description
|
|
@@ -58,7 +58,7 @@ Emacs 環境のための基礎的な関数やマクロを提供します.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
%prep
|
|
-%setup -n %{origname}-%{origver}
|
|
+%setup -q -n %{origname}-%{origver}
|
|
|
|
|
|
%patch10 -p1
|
|
%patch10 -p1
|
|
|
|
|
|
@@ -134,6 +134,9 @@ fi
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Tue Jun 15 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 10.8-1
|
|
|
|
+- new upstream release
|
|
|
|
+
|
|
* Sun Mar 29 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 10.7-2
|
|
* Sun Mar 29 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 10.7-2
|
|
- spec in utf8
|
|
- spec in utf8
|
|
|
|
|