Accepting request 949468 from home:fstrba
OBS-URL: https://build.opensuse.org/request/show/949468 OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/librevenge?expand=0&rev=29
This commit is contained in:
parent
ffa64544d7
commit
44d8f9bb8c
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user