forked from pool/autogen
Accepting request 157108 from home:seife:branches:Base:System
fix build with automake-1.13.1, add explicit makeinfo buildrequires OBS-URL: https://build.opensuse.org/request/show/157108 OBS-URL: https://build.opensuse.org/package/show/Base:System/autogen?expand=0&rev=22
This commit is contained in:
parent
ec684d9f94
commit
c2e849e773
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 2 12:05:34 UTC 2013 - seife+obs@b1-systems.com
|
||||||
|
|
||||||
|
- fix build with automake-1.13.1
|
||||||
|
- add explicit makeinfo buildrequires, it is required to build
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jul 14 17:28:10 UTC 2012 - crrodriguez@opensuse.org
|
Sat Jul 14 17:28:10 UTC 2012 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package autogen
|
# spec file for package autogen
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -20,6 +20,7 @@ Name: autogen
|
|||||||
BuildRequires: guile-devel
|
BuildRequires: guile-devel
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
|
BuildRequires: makeinfo
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
Summary: Automated Text File Generator
|
Summary: Automated Text File Generator
|
||||||
@ -45,6 +46,8 @@ that must be kept synchronized in parallel tables.
|
|||||||
%setup -q
|
%setup -q
|
||||||
%patch0
|
%patch0
|
||||||
%patch1
|
%patch1
|
||||||
|
# autmake 1.13 removed AM_CONFIG_HEADER
|
||||||
|
sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user