SHA256
1
0
forked from pool/supermin

use absolute path for ZYPPER due to AC_PATH_PROG

add zlib-devel, xz-devel

OBS-URL: https://build.opensuse.org/package/show/Virtualization/supermin?expand=0&rev=18
This commit is contained in:
Olaf Hering 2014-03-28 06:53:23 +00:00 committed by Git OBS Bridge
parent 36226d01dd
commit d7995822ad

View File

@ -41,6 +41,8 @@ BuildRequires: ocaml
BuildRequires: ocaml-findlib
BuildRequires: ocaml-inifiles-devel
BuildRequires: pkg-config
BuildRequires: zlib-devel
BuildRequires: xz-devel
%description
supermin is a tool for building supermin appliances. These are tiny
@ -53,6 +55,7 @@ you need to boot one of them.
%build
export ZYPPER=zypper
export ZYPPER=/usr/bin/zypper
touch INSTALL NEWS AUTHORS ChangeLog
autoreconf -fi
%configure --help