Remove obsolete Group tag
References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag
This commit is contained in:
parent
ed0326d529
commit
3cb06a0abd
3
ucx.spec
3
ucx.spec
@ -4,7 +4,6 @@ Name: ucx
|
|||||||
Version: 1.4.0
|
Version: 1.4.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: UCX is a communication library implementing high-performance messaging
|
Summary: UCX is a communication library implementing high-performance messaging
|
||||||
Group: System Environment/Libraries
|
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://www.openucx.org
|
URL: http://www.openucx.org
|
||||||
@ -27,12 +26,10 @@ the following shared memory mechanisms: posix. sysv, cma, knem, xpmem.
|
|||||||
%package devel
|
%package devel
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
Summary: Header files required to develop with UCX
|
Summary: Header files required to develop with UCX
|
||||||
Group: Development/Libraries
|
|
||||||
|
|
||||||
%package static
|
%package static
|
||||||
Requires: %{name}-devel = %{version}-%{release}
|
Requires: %{name}-devel = %{version}-%{release}
|
||||||
Summary: Static libraries required to develop with UCX
|
Summary: Static libraries required to develop with UCX
|
||||||
Group: Development/Libraries
|
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Provides header files and examples for developing with UCX.
|
Provides header files and examples for developing with UCX.
|
||||||
|
Loading…
Reference in New Issue
Block a user