SHA256
1
0
forked from pool/ldc

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
This commit is contained in:
Marc Schütz 2017-06-10 09:15:46 +00:00 committed by Git OBS Bridge
parent e4643b4b2d
commit 46a792d409
2 changed files with 9 additions and 0 deletions

View File

@ -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 Mon May 29 19:50:03 UTC 2017 - mailaender@opensuse.org

View File

@ -48,12 +48,14 @@ capabilities.
%package -n %{lname_runtime}%{so_ver} %package -n %{lname_runtime}%{so_ver}
Summary: Minimal D runtime library Summary: Minimal D runtime library
Group: System/Libraries
%description -n %{lname_runtime}%{so_ver} %description -n %{lname_runtime}%{so_ver}
The minimal runtime library required to support the D programming language. The minimal runtime library required to support the D programming language.
%package runtime-devel %package runtime-devel
Summary: Development files for the D runtime library Summary: Development files for the D runtime library
Group: Development/Libraries/Other
Requires: %{lname_runtime}%{so_ver} = %{version} Requires: %{lname_runtime}%{so_ver} = %{version}
Recommends: ldc-phobos-devel = %{version} Recommends: ldc-phobos-devel = %{version}
@ -63,12 +65,14 @@ with LDC.
%package -n %{lname_phobos}%{so_ver} %package -n %{lname_phobos}%{so_ver}
Summary: The D standard library Summary: The D standard library
Group: System/Libraries
%description -n %{lname_phobos}%{so_ver} %description -n %{lname_phobos}%{so_ver}
This package includes ldc's phobos library - The D standard library. This package includes ldc's phobos library - The D standard library.
%package phobos-devel %package phobos-devel
Summary: Development files for the D standard library Summary: Development files for the D standard library
Group: Development/Libraries/Other
Requires: %{lname_phobos}%{so_ver} = %{version} Requires: %{lname_phobos}%{so_ver} = %{version}
Requires: %{name}-runtime-devel = %{version} Requires: %{name}-runtime-devel = %{version}