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
|
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
|
License tag. And add GPL/LGPL License tags to all subpackages to
|
||||||
comply with the copyrights.
|
comply with the copyrights.
|
||||||
- Update packages descriptions to show more explictly subpackages'
|
|
||||||
content.
|
|
||||||
- Drop unneeded standard BuildRoot tag declaration: RPM already
|
- Drop unneeded standard BuildRoot tag declaration: RPM already
|
||||||
handles this itself.
|
handles this itself.
|
||||||
- Point fdupes to the data directory under the build root instead
|
- 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}
|
Recommends: %{name}-doc = %{version}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Pangomm provides a C++ interface to the pango library.
|
pangomm provides a C++ interface to the pango library.
|
||||||
|
|
||||||
%package -n %{libname}
|
%package -n %{libname}
|
||||||
Summary: C++ interface for Pango -- Shared Library
|
Summary: C++ interface for Pango
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n %{libname}
|
%description -n %{libname}
|
||||||
Pangomm provides a C++ interface to the pango library.
|
pangomm provides a C++ interface to the pango library.
|
||||||
|
|
||||||
This package contains the Pangomm's shared library.
|
|
||||||
|
|
||||||
%package devel
|
%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
|
License: LGPL-2.1-or-later
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %{libname} >= %{version}
|
Requires: %{libname} >= %{version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Pangomm provides a C++ interface to the pango library.
|
pangomm provides a C++ interface to the pango library.
|
||||||
|
|
||||||
This package contains all the necessary files for development with Pangomm.
|
|
||||||
|
|
||||||
%package doc
|
%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
|
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||||
Group: Documentation/HTML
|
Group: Documentation/HTML
|
||||||
|
|
||||||
%description doc
|
%description doc
|
||||||
Pangomm provides a C++ interface to the pango library.
|
pangomm provides a C++ interface to the pango library.
|
||||||
|
|
||||||
This package contains the documentation files for Pangomm.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
Loading…
Reference in New Issue
Block a user