- merge in testsuite, disable for now, isn't building for a while

OBS-URL: https://build.opensuse.org/package/show/Base:System/libtool?expand=0&rev=87
This commit is contained in:
Dirk Mueller 2022-03-29 12:26:08 +00:00 committed by Git OBS Bridge
parent 84f0550915
commit b9493f6650
3 changed files with 2 additions and 6 deletions

View File

@ -1,3 +0,0 @@
<multibuild>
<package>testsuite</package>
</multibuild>

View File

@ -28,6 +28,7 @@ Sun Mar 20 20:47:49 UTC 2022 - Dirk Müller <dmueller@suse.com>
- Darwin systems set proper "allow undefined" flag on OSX 11, and
PowerPC 10.5.
- Removed some deprecated tests related to 'Makefile.inc' files.
- merge in testsuite, disable for now, isn't building for a while
-------------------------------------------------------------------
Fri Aug 2 07:59:41 UTC 2019 - Martin Liška <mliska@suse.cz>

View File

@ -80,8 +80,6 @@ rm -f doc/libtool.info
%if "%{flavor}" == "testsuite"
%check
trap 'test $? -ne 0 && cat tests/testsuite.log' EXIT
# Avoid spurious testsuite failures due to messages from icecream
PATH=%{_prefix}/bin:$PATH
%make_build check
%install
@ -117,7 +115,7 @@ sed -i "/uname -n/d" %{buildroot}%{_datadir}/aclocal/libtool.m4
%{_datadir}/libtool
%files -n libltdl7
%{_libdir}/libltdl.so.*
%{_libdir}/libltdl.so.7*
%endif
%changelog