Remove obsolete Group tag
References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag
This commit is contained in:
parent
e75cd8dff9
commit
330879dbf0
@ -52,7 +52,6 @@ mpich-autoload package.
|
|||||||
|
|
||||||
%package autoload
|
%package autoload
|
||||||
Summary: Load mpich automatically into profile
|
Summary: Load mpich automatically into profile
|
||||||
Group: System Environment/Base
|
|
||||||
Requires: mpich = %{version}-%{release}
|
Requires: mpich = %{version}-%{release}
|
||||||
Provides: mpich2-autoload = 3.0.1
|
Provides: mpich2-autoload = 3.0.1
|
||||||
Obsoletes: mpich2-autoload < 3.0
|
Obsoletes: mpich2-autoload < 3.0
|
||||||
@ -62,7 +61,6 @@ This package contains profile files that make mpich automatically loaded.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for mpich
|
Summary: Development files for mpich
|
||||||
Group: Development/Libraries
|
|
||||||
Provides: %{name}-devel-static = %{version}-%{release}
|
Provides: %{name}-devel-static = %{version}-%{release}
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Requires: pkgconfig
|
Requires: pkgconfig
|
||||||
@ -76,7 +74,6 @@ Contains development headers and libraries for mpich
|
|||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
Summary: Documentations and examples for mpich
|
Summary: Documentations and examples for mpich
|
||||||
Group: Documentation
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Requires: %{name}-devel = %{version}-%{release}
|
Requires: %{name}-devel = %{version}-%{release}
|
||||||
Provides: mpich2-doc = 3.0.1
|
Provides: mpich2-doc = 3.0.1
|
||||||
@ -87,14 +84,12 @@ Contains documentations, examples and man-pages for mpich
|
|||||||
|
|
||||||
%package -n python2-mpich
|
%package -n python2-mpich
|
||||||
Summary: mpich support for Python 2
|
Summary: mpich support for Python 2
|
||||||
Group: Development/Libraries
|
|
||||||
|
|
||||||
%description -n python2-mpich
|
%description -n python2-mpich
|
||||||
mpich support for Python 2.
|
mpich support for Python 2.
|
||||||
|
|
||||||
%package -n python3-mpich
|
%package -n python3-mpich
|
||||||
Summary: mpich support for Python 3
|
Summary: mpich support for Python 3
|
||||||
Group: Development/Libraries
|
|
||||||
|
|
||||||
%description -n python3-mpich
|
%description -n python3-mpich
|
||||||
mpich support for Python 3.
|
mpich support for Python 3.
|
||||||
|
Loading…
Reference in New Issue
Block a user