From b9493f6650431c97ad08b03c78423aa053703be20aacbae42d9a202022176a39 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 29 Mar 2022 12:26:08 +0000 Subject: [PATCH] - 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 --- _multibuild | 3 --- libtool.changes | 1 + libtool.spec | 4 +--- 3 files changed, 2 insertions(+), 6 deletions(-) delete mode 100644 _multibuild 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