diff --git a/ldc.changes b/ldc.changes index 51e8585..fb1c305 100644 --- a/ldc.changes +++ b/ldc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jun 9 08:54:07 UTC 2017 - jengelh@inai.de + +- Rectify RPM groups + ------------------------------------------------------------------- Mon May 29 19:50:03 UTC 2017 - mailaender@opensuse.org diff --git a/ldc.spec b/ldc.spec index b4e985f..1ffd2f4 100644 --- a/ldc.spec +++ b/ldc.spec @@ -48,12 +48,14 @@ capabilities. %package -n %{lname_runtime}%{so_ver} Summary: Minimal D runtime library +Group: System/Libraries %description -n %{lname_runtime}%{so_ver} The minimal runtime library required to support the D programming language. %package runtime-devel Summary: Development files for the D runtime library +Group: Development/Libraries/Other Requires: %{lname_runtime}%{so_ver} = %{version} Recommends: ldc-phobos-devel = %{version} @@ -63,12 +65,14 @@ with LDC. %package -n %{lname_phobos}%{so_ver} Summary: The D standard library +Group: System/Libraries %description -n %{lname_phobos}%{so_ver} This package includes ldc's phobos library - The D standard library. %package phobos-devel Summary: Development files for the D standard library +Group: Development/Libraries/Other Requires: %{lname_phobos}%{so_ver} = %{version} Requires: %{name}-runtime-devel = %{version}