forked from pool/kbuild
Accepting request 173448 from openSUSE:Factory:Staging:Automake
- Added makeinfo BuildRequire to fix build with new automake OBS-URL: https://build.opensuse.org/request/show/173448 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/kbuild?expand=0&rev=17
This commit is contained in:
parent
d35aa8c997
commit
8254620367
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 26 08:17:17 UTC 2013 - mmeister@suse.com
|
||||||
|
|
||||||
|
- Added makeinfo BuildRequire to fix build with new automake
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 28 07:56:06 UTC 2012 - seife+obs@b1-systems.com
|
Fri Sep 28 07:56:06 UTC 2012 - seife+obs@b1-systems.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kbuild
|
# spec file for package kbuild
|
||||||
#
|
#
|
||||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -23,6 +23,9 @@ BuildRequires: automake
|
|||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
BuildRequires: flex
|
BuildRequires: flex
|
||||||
BuildRequires: libacl-devel
|
BuildRequires: libacl-devel
|
||||||
|
%if %suse_version >= 1230
|
||||||
|
BuildRequires: makeinfo
|
||||||
|
%endif
|
||||||
Summary: Framework for writing simple makefiles for complex tasks
|
Summary: Framework for writing simple makefiles for complex tasks
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
|
Loading…
x
Reference in New Issue
Block a user