diff --git a/libavtp.changes b/libavtp.changes index 889cdca..d8351b7 100644 --- a/libavtp.changes +++ b/libavtp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jan 8 17:45:18 UTC 2019 - Jan Engelhardt + +- Fix SRPM group, and update description to avoid redundancies. + ------------------------------------------------------------------- Mon Dec 17 14:30:18 CET 2018 - tiwai@suse.de diff --git a/libavtp.spec b/libavtp.spec index 003b367..9b54cb6 100644 --- a/libavtp.spec +++ b/libavtp.spec @@ -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}