From d0c8546aaca443b7999b101b2c4320e0523b5ed8a31f26810945c6185ecd21aa Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Fri, 23 Oct 2020 09:13:19 +0000 Subject: [PATCH] Accepting request 843558 from home:alarrosa:branches:multimedia:libs - Add baselibs.conf OBS-URL: https://build.opensuse.org/request/show/843558 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavtp?expand=0&rev=8 --- baselibs.conf | 1 + libavtp.changes | 5 +++++ libavtp.spec | 3 ++- 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 baselibs.conf diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..8d8d2e0 --- /dev/null +++ b/baselibs.conf @@ -0,0 +1 @@ +libavtp0 diff --git a/libavtp.changes b/libavtp.changes index abb1b0c..7e2e7f0 100644 --- a/libavtp.changes +++ b/libavtp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Oct 23 07:44:00 UTC 2020 - Antonio Larrosa + +- Add baselibs.conf + ------------------------------------------------------------------- Tue Sep 29 14:34:10 CEST 2020 - tiwai@suse.de diff --git a/libavtp.spec b/libavtp.spec index e57fffa..0ec6a10 100644 --- a/libavtp.spec +++ b/libavtp.spec @@ -1,7 +1,7 @@ # # spec file for package libavtp # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,6 +25,7 @@ License: BSD-3-Clause Group: Development/Libraries/C and C++ URL: https://github.com/AVnu/libavtp.git Source: %{name}-%{version}.tar.xz +Source99: baselibs.conf BuildRequires: meson BuildRequires: pkgconfig BuildRequires: pkgconfig(cmocka)