Accepting request 894783 from GNOME:Factory
Scripted push from GNOME:Next (forwarded request 894771 from dimstar) OBS-URL: https://build.opensuse.org/request/show/894783 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/check?expand=0&rev=35
This commit is contained in:
commit
7049f70e4e
@ -1,3 +0,0 @@
|
|||||||
libcheck0
|
|
||||||
obsoletes "check-<targettype> < <version>"
|
|
||||||
provides "check-<targettype> = <version>"
|
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 19 14:41:50 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Drop baselibs.conf: multilib support is only generated for libs
|
||||||
|
that have consumers.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 17 12:02:11 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
Mon Aug 17 12:02:11 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package check
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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++
|
Group: Development/Libraries/C and C++
|
||||||
URL: https://libcheck.github.io/check/
|
URL: https://libcheck.github.io/check/
|
||||||
Source: https://github.com/libcheck/check/releases/download/%{version}/%{name}-%{version}.tar.gz
|
Source: https://github.com/libcheck/check/releases/download/%{version}/%{name}-%{version}.tar.gz
|
||||||
Source99: baselibs.conf
|
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -87,10 +86,12 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
rm %{buildroot}%{_docdir}/%{name}/{COPYING.LESSER,ChangeLog,NEWS,README}
|
rm %{buildroot}%{_docdir}/%{name}/{COPYING.LESSER,ChangeLog,NEWS,README}
|
||||||
|
|
||||||
%post -n %{libname} -p /sbin/ldconfig
|
%post -n %{libname} -p /sbin/ldconfig
|
||||||
|
|
||||||
%post devel
|
%post devel
|
||||||
%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
|
%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
|
||||||
|
|
||||||
%postun -n %{libname} -p /sbin/ldconfig
|
%postun -n %{libname} -p /sbin/ldconfig
|
||||||
|
|
||||||
%preun devel
|
%preun devel
|
||||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
|
%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user