From a0269185c5980b1c355104285964d0a5b258d08e4bc87716960a856bd6ff7bbe Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 21 May 2021 12:01:50 +0000 Subject: [PATCH] Accepting request 894771 from GNOME:Next Scripted push from GNOME:Next OBS-URL: https://build.opensuse.org/request/show/894771 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/check?expand=0&rev=44 --- baselibs.conf | 3 --- check.changes | 6 ++++++ check.spec | 5 +++-- 3 files changed, 9 insertions(+), 5 deletions(-) delete mode 100644 baselibs.conf diff --git a/baselibs.conf b/baselibs.conf deleted file mode 100644 index 43197dd..0000000 --- a/baselibs.conf +++ /dev/null @@ -1,3 +0,0 @@ -libcheck0 - obsoletes "check- < " - provides "check- = " diff --git a/check.changes b/check.changes index 85dff48..a75e620 100644 --- a/check.changes +++ b/check.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed May 19 14:41:50 UTC 2021 - Dominique Leuenberger + +- Drop baselibs.conf: multilib support is only generated for libs + that have consumers. + ------------------------------------------------------------------- Mon Aug 17 12:02:11 UTC 2020 - Dirk Mueller diff --git a/check.spec b/check.spec index 7db3e1e..643e714 100644 --- a/check.spec +++ b/check.spec @@ -1,7 +1,7 @@ # # spec file for package check # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,7 +25,6 @@ License: LGPL-2.1-or-later Group: Development/Libraries/C and C++ URL: https://libcheck.github.io/check/ Source: https://github.com/libcheck/check/releases/download/%{version}/%{name}-%{version}.tar.gz -Source99: baselibs.conf BuildRequires: autoconf BuildRequires: automake BuildRequires: fdupes @@ -87,10 +86,12 @@ find %{buildroot} -type f -name "*.la" -delete -print rm %{buildroot}%{_docdir}/%{name}/{COPYING.LESSER,ChangeLog,NEWS,README} %post -n %{libname} -p /sbin/ldconfig + %post devel %install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz %postun -n %{libname} -p /sbin/ldconfig + %preun devel %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz