Tomáš Chvátal 2014-07-01 14:09:01 +00:00 committed by Git OBS Bridge
parent 3c8664f060
commit c96de458dd
2 changed files with 11 additions and 2 deletions

View File

@ -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

View File

@ -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 \