From 46a792d409a5af01aab43f1ec34625fbfdf1cf27c9bff0c698979d3cd008ffca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Sch=C3=BCtz?= Date: Sat, 10 Jun 2017 09:15:46 +0000 Subject: [PATCH] Accepting request 502519 from home:jengelh:branches:devel:languages:D - Rectify RPM groups OBS-URL: https://build.opensuse.org/request/show/502519 OBS-URL: https://build.opensuse.org/package/show/devel:languages:D/ldc?expand=0&rev=10 --- ldc.changes | 5 +++++ ldc.spec | 4 ++++ 2 files changed, 9 insertions(+) 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}