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
This commit is contained in:
Richard Biener 2012-05-31 08:52:25 +00:00 committed by Git OBS Bridge
parent 36b3e8a712
commit a8a00ffad1
2 changed files with 9 additions and 5 deletions

View File

@ -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

View File

@ -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 \