|
@@ -1,5 +1,4 @@
|
|
%define _noVersionedDependencies 1
|
|
%define _noVersionedDependencies 1
|
|
-%define prereq_ge() %(LC_ALL="C" rpm -q --queryformat 'PreReq:%%{NAME} >= %%{VERSION}' %1 | grep -v "is not")
|
|
|
|
|
|
|
|
%define origver 1.2.5
|
|
%define origver 1.2.5
|
|
%define origname rail
|
|
%define origname rail
|
|
@@ -7,7 +6,7 @@
|
|
|
|
|
|
Name: %{origname}
|
|
Name: %{origname}
|
|
Version: %{origver}
|
|
Version: %{origver}
|
|
-Release: 1%{?_dist_release}
|
|
+Release: 2%{?_dist_release}
|
|
Summary: rail - Replace Agent-string Internal Library for emacsen
|
|
Summary: rail - Replace Agent-string Internal Library for emacsen
|
|
Summary(ja): rail - emacsen 用 Agent 名変換ライブラリ
|
|
Summary(ja): rail - emacsen 用 Agent 名変換ライブラリ
|
|
|
|
|
|
@@ -23,15 +22,14 @@ Group: Applications/Editors/Emacs
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildArch: noarch
|
|
BuildArch: noarch
|
|
|
|
|
|
-PreReq: emacsen
|
|
+Requires: emacsen semi
|
|
-%prereq_ge emacsen-common
|
|
+Requires(post): emacsen emacsen-common semi
|
|
-%prereq_ge semi
|
|
|
|
Obsoletes: rail-xemacs
|
|
Obsoletes: rail-xemacs
|
|
Conflicts: %{origname}-el
|
|
Conflicts: %{origname}-el
|
|
|
|
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
-Packager: MATSUBAYASHI 'Shaolin' Kohji <shaolin@vinelinux.org>
|
|
+Packager: shaolin
|
|
|
|
|
|
|
|
|
|
%description
|
|
%description
|
|
@@ -124,6 +122,11 @@ fi
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Thu Apr 21 2011 IWAI, Masaharu <iwai@alib.jp> 1.2.5-2
|
|
|
|
+- drop defining prereq_ge macro: using Requires(post) tag
|
|
|
|
+- add Requires: emacsen semi
|
|
|
|
+- update Packager syntax
|
|
|
|
+
|
|
* Sat Sep 06 2008 Shu KONNO <owa@bg.wakwak.com> 1.2.5-1vl5
|
|
* Sat Sep 06 2008 Shu KONNO <owa@bg.wakwak.com> 1.2.5-1vl5
|
|
- applied new versioning policy, spec in utf-8
|
|
- applied new versioning policy, spec in utf-8
|
|
- added macro %%emacsen_pkgdir
|
|
- added macro %%emacsen_pkgdir
|