|
@@ -1,11 +1,10 @@
|
|
-%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 emacsen_pkgdir /usr/lib/emacsen-common/packages
|
|
|
|
|
|
|
|
Summary: A GNU tool for automatically configuring source code.
|
|
Summary: A GNU tool for automatically configuring source code.
|
|
Summary(ja): ソースコードを自動的に設定するための GNU ツール
|
|
Summary(ja): ソースコードを自動的に設定するための GNU ツール
|
|
Name: autoconf
|
|
Name: autoconf
|
|
-Version: 2.65
|
|
+Version: 2.68
|
|
-Release: 2%{?_dist_release}
|
|
+Release: 1%{?_dist_release}
|
|
License: GPL
|
|
License: GPL
|
|
Group: Development/Tools
|
|
Group: Development/Tools
|
|
URL: http://www.gnu.org/software/autoconf/
|
|
URL: http://www.gnu.org/software/autoconf/
|
|
@@ -16,7 +15,7 @@ Source: ftp://ftp.gnu.org/pub/gnu/autoconf/autoconf-%{version}.tar.xz
|
|
Source10: autoconf-mode-install.sh
|
|
Source10: autoconf-mode-install.sh
|
|
Source11: autoconf-mode-remove.sh
|
|
Source11: autoconf-mode-remove.sh
|
|
|
|
|
|
-Prereq(post,preun): /sbin/install-info
|
|
+Requires(post,preun): /sbin/install-info
|
|
Requires: gawk, m4, mktemp, perl, textutils
|
|
Requires: gawk, m4, mktemp, perl, textutils
|
|
Obsoletes: autoconf253
|
|
Obsoletes: autoconf253
|
|
BuildArch: noarch
|
|
BuildArch: noarch
|
|
@@ -57,8 +56,9 @@ Autoconf が必要になるのはスクリプトを生成するときのみで
|
|
%package mode
|
|
%package mode
|
|
Summary: Emacs-lisp autoconf-mode for autoconf/autotest
|
|
Summary: Emacs-lisp autoconf-mode for autoconf/autotest
|
|
Group: Applications/Editors/Emacs
|
|
Group: Applications/Editors/Emacs
|
|
|
|
+BuildRequires: emacsen
|
|
%prereq_ge emacsen-common
|
|
%prereq_ge emacsen-common
|
|
-PreReq: emacsen
|
|
+Requires: emacsen
|
|
|
|
|
|
%description mode
|
|
%description mode
|
|
Emacs-lisp autoconf-mode for autoconf/autotest
|
|
Emacs-lisp autoconf-mode for autoconf/autotest
|
|
@@ -164,6 +164,9 @@ fi
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Nov 13 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2.68-1
|
|
|
|
+- new upstream release
|
|
|
|
+
|
|
* Sun Apr 17 2011 Shu KONNO <owa@bg.wakwak.com> 2.65-2
|
|
* Sun Apr 17 2011 Shu KONNO <owa@bg.wakwak.com> 2.65-2
|
|
- rebuilt with rpm-4.8.1-3
|
|
- rebuilt with rpm-4.8.1-3
|
|
|
|
|