Accepting request 663807 from multimedia:libs

OBS-URL: https://build.opensuse.org/request/show/663807
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libavtp?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2019-01-11 13:04:26 +00:00 committed by Git OBS Bridge
commit 4fe8c4b4c5
2 changed files with 14 additions and 9 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jan 8 17:45:18 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Fix SRPM group, and update description to avoid redundancies.
-------------------------------------------------------------------
Mon Dec 17 14:30:18 CET 2018 - tiwai@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package libavtp
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 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
@ -12,9 +12,10 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define git_version %{version}.g2f0b071
Name: libavtp
@ -22,7 +23,7 @@ Version: 0.1
Release: 0
Summary: Audio Video Transport Protocol (AVTP) Support Library
License: BSD-3-Clause
Group: System/Libraries
Group: Development/Libraries/C and C++
URL: https://github.com/AVnu/libavtp.git
Source: %{name}-%{git_version}.tar.xz
BuildRequires: meson
@ -30,20 +31,19 @@ BuildRequires: pkgconfig
BuildRequires: pkgconfig(cmocka)
%description
Open source implementation of Audio Video Transport Protocol (AVTP) specified
in IEEE 1722-2016 spec.
An implementation of Audio Video Transport Protocol (AVTP) as specified
in IEEE 1722-2016.
%package -n libavtp0
Summary: Audio Video Transport Protocol (AVTP) Support Library
License: BSD-3-Clause
Group: System/Libraries
%description -n libavtp0
Open source implementation of Audio Video Transport Protocol (AVTP) specified
in IEEE 1722-2016 spec.
An implementation of Audio Video Transport Protocol (AVTP) as specified
in IEEE 1722-2016.
%package devel
Summary: Include Files and Libraries mandatory for Development
Summary: Header files for the Audio/Video Transport Protocol support library
Group: Development/Libraries/C and C++
Requires: libavtp0 = %{version}