Set appropriate groups

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libwpd?expand=0&rev=16
This commit is contained in:
Jan Engelhardt 2011-11-29 15:15:59 +00:00 committed by Git OBS Bridge
parent 4f3812e683
commit 2f24021c53
2 changed files with 4 additions and 3 deletions

View File

@ -3,6 +3,7 @@ Tue Nov 29 15:10:34 UTC 2011 - jengelh@medozas.de
- Remove redundant/unwanted tags/section (cf. specfile guidelines) - Remove redundant/unwanted tags/section (cf. specfile guidelines)
- Use %_smp_mflags for parallel building - Use %_smp_mflags for parallel building
- Set proper group on subpackages
------------------------------------------------------------------ ------------------------------------------------------------------
Tue Nov 29 12:03:55 CET 2011 - fridrich.strba@suse.com Tue Nov 29 12:03:55 CET 2011 - fridrich.strba@suse.com

View File

@ -21,7 +21,7 @@ Name: libwpd
# note: the main package is empty, it only sets a sane name for the source rpm # note: the main package is empty, it only sets a sane name for the source rpm
BuildRequires: doxygen gcc-c++ pkgconfig BuildRequires: doxygen gcc-c++ pkgconfig
License: LGPLv2.1+ License: LGPLv2.1+
Group: Development/Libraries/C and C++ Group: Productivity/Publishing/Word
Version: 0.9.4 Version: 0.9.4
Release: 0 Release: 0
Summary: Library for Importing WordPerfect (tm) Documents Summary: Library for Importing WordPerfect (tm) Documents
@ -50,7 +50,7 @@ designed to be used by another program (for example, a word processor)
as an in-process component. as an in-process component.
%package devel %package devel
Group: System/Libraries Group: Development/Libraries/C and C++
Summary: Library for importing WordPerfect (tm) documents Summary: Library for importing WordPerfect (tm) documents
Requires: %{libname} = %{version} libstdc++-devel Requires: %{libname} = %{version} libstdc++-devel
@ -61,7 +61,7 @@ is designed to be used by another program (e.g.: a word processor) as
an in-process component. an in-process component.
%package devel-doc %package devel-doc
Group: System/Libraries Group: Documentation
Summary: Documentation for the libwpd API Summary: Documentation for the libwpd API
Requires: libwpd-devel Requires: libwpd-devel