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
|
Name: automake-testsuite
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
|
BuildRequires: gcc-c++
|
||||||
|
BuildRequires: gcc-fortran
|
||||||
BuildRequires: help2man
|
BuildRequires: help2man
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
|
%if "%{name}" == "automake-testsuite"
|
||||||
|
BuildRequires: libtool
|
||||||
|
Requires: libtool
|
||||||
|
BuildRequires: flex
|
||||||
|
Requires: flex
|
||||||
|
%endif
|
||||||
Requires: autoconf >= 2.62
|
Requires: autoconf >= 2.62
|
||||||
Requires: info
|
Requires: info
|
||||||
Version: 1.12
|
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.
|
"Makefile.in" files are compatible with the GNU Makefile standards.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n automake-%{version}
|
||||||
%patch1
|
%patch1
|
||||||
%patch3
|
%patch3
|
||||||
|
|
||||||
|
@ -23,6 +23,12 @@ BuildRequires: gcc-c++
|
|||||||
BuildRequires: gcc-fortran
|
BuildRequires: gcc-fortran
|
||||||
BuildRequires: help2man
|
BuildRequires: help2man
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
|
%if "%{name}" == "automake-testsuite"
|
||||||
|
BuildRequires: libtool
|
||||||
|
Requires: libtool
|
||||||
|
BuildRequires: flex
|
||||||
|
Requires: flex
|
||||||
|
%endif
|
||||||
Requires: autoconf >= 2.62
|
Requires: autoconf >= 2.62
|
||||||
Requires: info
|
Requires: info
|
||||||
Version: 1.12
|
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.
|
"Makefile.in" files are compatible with the GNU Makefile standards.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n automake-%{version}
|
||||||
%patch1
|
%patch1
|
||||||
%patch3
|
%patch3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user