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:
committed by
Git OBS Bridge
parent
e4643b4b2d
commit
46a792d409
4
ldc.spec
4
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}
|
||||
|
||||
|
Reference in New Issue
Block a user