From c96de458dd3b5727b815ad6af4f850975e3ccab7ba54923ce6df75b10f4c1f39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 1 Jul 2014 14:09:01 +0000 Subject: [PATCH] - Add group OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/librevenge?expand=0&rev=5 --- librevenge.changes | 5 +++++ librevenge.spec | 8 ++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/librevenge.changes b/librevenge.changes index d04bc8f..9c69466 100644 --- a/librevenge.changes +++ b/librevenge.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jul 1 14:08:50 UTC 2014 - tchvatal@suse.com + +- Add group + ------------------------------------------------------------------- Tue Jun 3 07:07:46 UTC 2014 - fstrba@suse.com diff --git a/librevenge.spec b/librevenge.spec index feac64a..ecfcfc1 100644 --- a/librevenge.spec +++ b/librevenge.spec @@ -23,6 +23,7 @@ Version: 0.0.1 Release: 0 Summary: A base library for writing document import filters License: LGPL-2.1+ or MPL-2.0+ +Group: System/Libraries Url: http://sourceforge.net/p/libwpd/wiki/librevenge/ Source: http://downloads.sourceforge.net/libwpd/%{name}-%{version}.tar.xz BuildRequires: boost-devel @@ -42,6 +43,7 @@ presentations. %package -n %{name}-%{pkgextension} Summary: A base library for writing document import filters +License: LGPL-2.1+ or MPL-2.0+ Group: System/Libraries %description -n %{name}-%{pkgextension} @@ -51,9 +53,9 @@ 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 MPL-2.0+) and BSD-3-Clause Group: System/Libraries +# src/lib/RVNGOLEStream.{h,cpp} are BSD3c %description -n %{name}-stream-%{pkgextension} %{name} is a base library for writing document import filters. It has @@ -63,6 +65,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 MPL-2.0+ Group: System/Libraries %description -n %{name}-generators-%{pkgextension} @@ -74,6 +77,7 @@ documents using %{name}'s APIs. %package devel Summary: Development files for %{name} +License: LGPL-2.1+ or MPL-2.0+ Group: Development/Libraries/C and C++ Requires: %{name}-%{pkgextension} = %{version}-%{release} Requires: %{name}-generators-%{pkgextension} = %{version}-%{release} @@ -85,6 +89,7 @@ developing applications that use %{name}. %package doc Summary: Documentation of %{name} API +License: LGPL-2.1+ or MPL-2.0+ Group: Documentation/Other %if 0%{?suse_version} > 1200 BuildArch: noarch @@ -96,7 +101,6 @@ The %{name}-doc package contains documentation files for %{name}. %prep %setup -q - %build %configure \ --disable-static \