diff --git a/pangomm.changes b/pangomm.changes index 5918b72..e83c04c 100644 --- a/pangomm.changes +++ b/pangomm.changes @@ -12,8 +12,6 @@ Sat Feb 24 22:55:06 UTC 2018 - luc14n0@linuxmail.org version 3 and change LGPL version to 2.1 in the preamble's License tag. And add GPL/LGPL License tags to all subpackages to comply with the copyrights. -- Update packages descriptions to show more explictly subpackages' - content. - Drop unneeded standard BuildRoot tag declaration: RPM already handles this itself. - Point fdupes to the data directory under the build root instead diff --git a/pangomm.spec b/pangomm.spec index fe8541f..39ffa0a 100644 --- a/pangomm.spec +++ b/pangomm.spec @@ -37,38 +37,32 @@ BuildRequires: pkgconfig(pangocairo) >= 1.38.0 Recommends: %{name}-doc = %{version} %description -Pangomm provides a C++ interface to the pango library. +pangomm provides a C++ interface to the pango library. %package -n %{libname} -Summary: C++ interface for Pango -- Shared Library +Summary: C++ interface for Pango License: LGPL-2.1-or-later Group: System/Libraries %description -n %{libname} -Pangomm provides a C++ interface to the pango library. - -This package contains the Pangomm's shared library. +pangomm provides a C++ interface to the pango library. %package devel -Summary: C++ interface for Pango -- Development Files +Summary: Development files for pangomm, a C++ API for Pango License: LGPL-2.1-or-later Group: Development/Libraries/C and C++ Requires: %{libname} >= %{version} %description devel -Pangomm provides a C++ interface to the pango library. - -This package contains all the necessary files for development with Pangomm. +pangomm provides a C++ interface to the pango library. %package doc -Summary: C++ interface for Pango -- Documentation +Summary: Developer documentation for pangomm, a C++ interface for Pango License: GPL-2.0-or-later AND LGPL-2.1-or-later Group: Documentation/HTML %description doc -Pangomm provides a C++ interface to the pango library. - -This package contains the documentation files for Pangomm. +pangomm provides a C++ interface to the pango library. %prep %setup -q