This commit is contained in:
parent
f439aa358d
commit
e54a3ec79b
@ -68,7 +68,7 @@ applications that want to make use of libasn1c.
|
|||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
echo %version >.tarball-version
|
echo "%version" >.tarball-version
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
# bugzilla.opensuse.org/795968 for rationale
|
# bugzilla.opensuse.org/795968 for rationale
|
||||||
%configure --disable-static --includedir="%_includedir/%name"
|
%configure --disable-static --includedir="%_includedir/%name"
|
||||||
@ -79,7 +79,7 @@ autoreconf -fi
|
|||||||
find "%buildroot/%_libdir" -type f -name "*.la" -delete
|
find "%buildroot/%_libdir" -type f -name "*.la" -delete
|
||||||
|
|
||||||
%check
|
%check
|
||||||
if ! make check %{?_smp_mflags}; then
|
if ! %make_build check; then
|
||||||
find . -name testsuite.log -exec cat "{}" "+"
|
find . -name testsuite.log -exec cat "{}" "+"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user