tweak
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pangomm?expand=0&rev=61
This commit is contained in:
parent
89360bb46b
commit
5c3e5fa4da
@ -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
|
||||
|
20
pangomm.spec
20
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
|
||||
|
Loading…
Reference in New Issue
Block a user