Fridrich Strba 2022-01-27 14:55:04 +00:00 committed by Git OBS Bridge
parent ffa64544d7
commit 44d8f9bb8c

View File

@ -46,7 +46,7 @@ presentations.
%package -n %{name}-%{pkgextension}
Summary: A base library for writing document import filters
License: LGPL-2.1-or-later OR MPL-2.0+
License: LGPL-2.1-or-later OR MPL-2.0
Group: System/Libraries
%description -n %{name}-%{pkgextension}
@ -57,7 +57,7 @@ presentations.
%package -n %{name}-stream-%{pkgextension}
Summary: A base library for writing document import filters (stream implementations)
# src/lib/RVNGOLEStream.{h,cpp} are BSD3c
License: (LGPL-2.1-or-later OR MPL-2.0+) AND BSD-3-Clause
License: BSD-3-Clause AND (LGPL-2.1-or-later OR MPL-2.0)
Group: System/Libraries
%description -n %{name}-stream-%{pkgextension}
@ -68,7 +68,7 @@ This package contains the different stream implementations.
%package -n %{name}-generators-%{pkgextension}
Summary: A base library for writing document import filters
License: LGPL-2.1-or-later OR MPL-2.0+
License: LGPL-2.1-or-later OR MPL-2.0
Group: System/Libraries
%description -n %{name}-generators-%{pkgextension}
@ -80,7 +80,7 @@ documents using %{name}s APIs.
%package devel
Summary: Development files for %{name}
License: LGPL-2.1-or-later OR MPL-2.0+
License: LGPL-2.1-or-later OR MPL-2.0
Group: Development/Libraries/C and C++
Requires: %{name}-%{pkgextension} = %{version}-%{release}
Requires: %{name}-generators-%{pkgextension} = %{version}-%{release}
@ -92,7 +92,7 @@ developing applications that use %{name}.
%package doc
Summary: Documentation of %{name} API
License: LGPL-2.1-or-later OR MPL-2.0+
License: LGPL-2.1-or-later OR MPL-2.0
Group: Documentation/Other
BuildArch: noarch