forked from pool/automake
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:
parent
e6bf630680
commit
8b129b6180
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user