Fix baselibs.conf for libcmocka-cmake subpackage
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cmocka?expand=0&rev=60
This commit is contained in:
parent
94ccfd53b4
commit
38313c6fce
@ -2,6 +2,9 @@ libcmocka0
|
||||
provides "libcmocka-<targettype> = <version>"
|
||||
obsoletes "libmockery-<targettype> <= <version>"
|
||||
libcmocka-devel
|
||||
requires -"libcmocka-<targettype>"
|
||||
requires "libcmocka0-<targettype> = <version>"
|
||||
libcmocka-cmake
|
||||
+/usr/lib(64)?/cmake/cmocka/.*
|
||||
requires -"libcmocka-<targettype>"
|
||||
requires "libcmocka0-<targettype> = <version>"
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 7 11:09:17 UTC 2024 - Andreas Schneider <asn@cryptomilk.org>
|
||||
|
||||
- Fix baselibs.conf for libcmocka-cmake subpackage
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 23 06:30:05 UTC 2023 - Martin Wilck <mwilck@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package cmocka
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -107,8 +107,8 @@ Documentation for the cmocka unit testing library.
|
||||
%package -n libcmocka-cmake
|
||||
Summary: cmake support for the cmocka library
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libcmocka-devel = %{version}
|
||||
Requires: cmake
|
||||
Requires: libcmocka-devel = %{version}
|
||||
Provides: libcmocka-devel:%{_libdir}/cmake/cmocka
|
||||
|
||||
%description -n libcmocka-cmake
|
||||
|
Loading…
Reference in New Issue
Block a user