Add additional programs to enable more tests

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/automake?expand=0&rev=13
This commit is contained in:
Philipp Thomas 2012-05-03 10:23:35 +00:00 committed by Git OBS Bridge
parent e6bf630680
commit 8b129b6180
2 changed files with 16 additions and 2 deletions

View File

@ -19,8 +19,16 @@
Name: automake-testsuite
BuildRequires: autoconf
BuildRequires: bison
BuildRequires: gcc-c++
BuildRequires: gcc-fortran
BuildRequires: help2man
BuildRequires: xz
%if "%{name}" == "automake-testsuite"
BuildRequires: libtool
Requires: libtool
BuildRequires: flex
Requires: flex
%endif
Requires: autoconf >= 2.62
Requires: info
Version: 1.12
@ -43,7 +51,7 @@ definitions (with rules occasionally thrown in). The generated
"Makefile.in" files are compatible with the GNU Makefile standards.
%prep
%setup -q
%setup -q -n automake-%{version}
%patch1
%patch3

View File

@ -23,6 +23,12 @@ BuildRequires: gcc-c++
BuildRequires: gcc-fortran
BuildRequires: help2man
BuildRequires: xz
%if "%{name}" == "automake-testsuite"
BuildRequires: libtool
Requires: libtool
BuildRequires: flex
Requires: flex
%endif
Requires: autoconf >= 2.62
Requires: info
Version: 1.12
@ -45,7 +51,7 @@ definitions (with rules occasionally thrown in). The generated
"Makefile.in" files are compatible with the GNU Makefile standards.
%prep
%setup -q
%setup -q -n automake-%{version}
%patch1
%patch3