diff --git a/_multibuild b/_multibuild deleted file mode 100644 index 964176c..0000000 --- a/_multibuild +++ /dev/null @@ -1,3 +0,0 @@ - - testsuite - diff --git a/libtool.changes b/libtool.changes index 028124d..ace3aab 100644 --- a/libtool.changes +++ b/libtool.changes @@ -28,6 +28,7 @@ Sun Mar 20 20:47:49 UTC 2022 - Dirk Müller - 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 diff --git a/libtool.spec b/libtool.spec index 5c3f8a6..1be68a4 100644 --- a/libtool.spec +++ b/libtool.spec @@ -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