diff --git a/libwpd.changes b/libwpd.changes index 669e0e7..ee68e1d 100644 --- a/libwpd.changes +++ b/libwpd.changes @@ -3,6 +3,7 @@ Tue Nov 29 15:10:34 UTC 2011 - jengelh@medozas.de - Remove redundant/unwanted tags/section (cf. specfile guidelines) - Use %_smp_mflags for parallel building +- Set proper group on subpackages ------------------------------------------------------------------ Tue Nov 29 12:03:55 CET 2011 - fridrich.strba@suse.com diff --git a/libwpd.spec b/libwpd.spec index 63c92aa..cbdeecf 100644 --- a/libwpd.spec +++ b/libwpd.spec @@ -21,7 +21,7 @@ Name: libwpd # note: the main package is empty, it only sets a sane name for the source rpm BuildRequires: doxygen gcc-c++ pkgconfig License: LGPLv2.1+ -Group: Development/Libraries/C and C++ +Group: Productivity/Publishing/Word Version: 0.9.4 Release: 0 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. %package devel -Group: System/Libraries +Group: Development/Libraries/C and C++ Summary: Library for importing WordPerfect (tm) documents 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. %package devel-doc -Group: System/Libraries +Group: Documentation Summary: Documentation for the libwpd API Requires: libwpd-devel