Accepting request 838556 from home:tiwai:branches:multimedia:libs

- Don't build / package static library

OBS-URL: https://build.opensuse.org/request/show/838556
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavtp?expand=0&rev=6
This commit is contained in:
Takashi Iwai 2020-09-29 12:46:57 +00:00 committed by Git OBS Bridge
parent a601cac70d
commit d966e08a0a
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Sep 29 14:34:10 CEST 2020 - tiwai@suse.de
- Don't build / package static library
-------------------------------------------------------------------
Thu Sep 3 11:22:19 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package libavtp
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -54,7 +54,7 @@ to develop applications that require libavtp.
%setup -q -n %{name}-%{version}
%build
%meson -Ddefault_library=both
%meson
%meson_build
%install
@ -75,7 +75,6 @@ to develop applications that require libavtp.
%license LICENSE
%{_includedir}/*.h
%{_libdir}/libavtp.so
%{_libdir}/libavtp.a
%{_libdir}/pkgconfig/avtp.pc
%changelog