From a8a00ffad139e991cf3384cf2df9a5364cb37c30545e06e1174cc63514c629ec Mon Sep 17 00:00:00 2001 From: Richard Biener Date: Thu, 31 May 2012 08:52:25 +0000 Subject: [PATCH] Accepting request 122973 from home:rudi_m:branches:Base:System - remove useless automake dependency OBS-URL: https://build.opensuse.org/request/show/122973 OBS-URL: https://build.opensuse.org/package/show/Base:System/m4?expand=0&rev=21 --- m4.changes | 5 +++++ m4.spec | 9 ++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/m4.changes b/m4.changes index c9990e6..f188933 100644 --- a/m4.changes +++ b/m4.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed May 30 21:00:37 UTC 2012 - sweet_f_a@gmx.de + +- remove useless automake dependency + ------------------------------------------------------------------- Thu Dec 1 11:22:53 UTC 2011 - coolo@suse.com diff --git a/m4.spec b/m4.spec index 69eaf64..a495916 100644 --- a/m4.spec +++ b/m4.spec @@ -1,7 +1,7 @@ # # spec file for package m4 # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,15 +15,15 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: m4 -License: GPL-3.0+ -Group: Development/Languages/Other -BuildRequires: automake Provides: base:/usr/bin/m4 PreReq: %{install_info_prereq} Version: 1.4.16 Release: 0 Summary: GNU m4 +License: GPL-3.0+ +Group: Development/Languages/Other Url: http://www.gnu.org/software/m4/ Source: http://ftp.gnu.org/pub/gnu/m4/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -35,7 +35,6 @@ GNU m4 is an implementation of the traditional Unix macro processor. %setup -q %build -AUTOPOINT=true autoreconf -fi %configure \ --without-included-regex \ gl_cv_func_isnanl_works=yes \