Remove obsolete Group tag
References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag
This commit is contained in:
parent
5ff7b44ad4
commit
d52e5700c2
21
fftw.spec
21
fftw.spec
@ -16,7 +16,6 @@ Name: fftw
|
|||||||
Version: 3.3.8
|
Version: 3.3.8
|
||||||
Release: 2%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: A Fast Fourier Transform library
|
Summary: A Fast Fourier Transform library
|
||||||
Group: System Environment/Libraries
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://www.fftw.org
|
URL: http://www.fftw.org
|
||||||
Source0: http://www.fftw.org/fftw-%{version}.tar.gz
|
Source0: http://www.fftw.org/fftw-%{version}.tar.gz
|
||||||
@ -58,7 +57,6 @@ data, and of arbitrary input size.
|
|||||||
|
|
||||||
%package libs
|
%package libs
|
||||||
Summary: FFTW run-time library
|
Summary: FFTW run-time library
|
||||||
Group: System Environment/Libraries
|
|
||||||
Provides: fftw3 = %{version}-%{release}
|
Provides: fftw3 = %{version}-%{release}
|
||||||
# Libs rearranged in 3.3.1-2
|
# Libs rearranged in 3.3.1-2
|
||||||
Obsoletes: fftw-libs-threads < %{version}-%{release}
|
Obsoletes: fftw-libs-threads < %{version}-%{release}
|
||||||
@ -79,7 +77,6 @@ run-time libraries.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Headers, libraries and docs for the FFTW library
|
Summary: Headers, libraries and docs for the FFTW library
|
||||||
Group: Development/Libraries
|
|
||||||
Requires: pkgconfig
|
Requires: pkgconfig
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||||
@ -96,21 +93,18 @@ develop programs using the FFTW fast Fourier transform library.
|
|||||||
|
|
||||||
%package libs-double
|
%package libs-double
|
||||||
Summary: FFTW library, double precision
|
Summary: FFTW library, double precision
|
||||||
Group: Development/Libraries
|
|
||||||
|
|
||||||
%description libs-double
|
%description libs-double
|
||||||
This package contains the FFTW library compiled in double precision.
|
This package contains the FFTW library compiled in double precision.
|
||||||
|
|
||||||
%package libs-single
|
%package libs-single
|
||||||
Summary: FFTW library, single precision
|
Summary: FFTW library, single precision
|
||||||
Group: Development/Libraries
|
|
||||||
|
|
||||||
%description libs-single
|
%description libs-single
|
||||||
This package contains the FFTW library compiled in single precision.
|
This package contains the FFTW library compiled in single precision.
|
||||||
|
|
||||||
%package libs-long
|
%package libs-long
|
||||||
Summary: FFTW library, long double precision
|
Summary: FFTW library, long double precision
|
||||||
Group: Development/Libraries
|
|
||||||
|
|
||||||
%description libs-long
|
%description libs-long
|
||||||
This package contains the FFTW library compiled in long double
|
This package contains the FFTW library compiled in long double
|
||||||
@ -119,7 +113,6 @@ precision.
|
|||||||
%if %{quad}
|
%if %{quad}
|
||||||
%package libs-quad
|
%package libs-quad
|
||||||
Summary: FFTW library, quadruple
|
Summary: FFTW library, quadruple
|
||||||
Group: Development/Libraries
|
|
||||||
|
|
||||||
%description libs-quad
|
%description libs-quad
|
||||||
This package contains the FFTW library compiled in quadruple
|
This package contains the FFTW library compiled in quadruple
|
||||||
@ -128,7 +121,6 @@ precision.
|
|||||||
|
|
||||||
%package static
|
%package static
|
||||||
Summary: Static versions of the FFTW libraries
|
Summary: Static versions of the FFTW libraries
|
||||||
Group: Development/Libraries
|
|
||||||
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
|
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
|
||||||
Provides: fftw3-static%{?_isa} = %{version}-%{release}
|
Provides: fftw3-static%{?_isa} = %{version}-%{release}
|
||||||
Provides: fftw3-static = %{version}-%{release}
|
Provides: fftw3-static = %{version}-%{release}
|
||||||
@ -140,7 +132,6 @@ the FFTW fast Fourier transform library.
|
|||||||
%if %{with mpich}
|
%if %{with mpich}
|
||||||
%package mpich-libs
|
%package mpich-libs
|
||||||
Summary: FFTW MPICH run-time library
|
Summary: FFTW MPICH run-time library
|
||||||
Group: System Environment/Libraries
|
|
||||||
Provides: fftw3-mpich = %{version}-%{release}
|
Provides: fftw3-mpich = %{version}-%{release}
|
||||||
|
|
||||||
# Pull in the actual libraries
|
# Pull in the actual libraries
|
||||||
@ -155,7 +146,6 @@ MPICH run-time libraries.
|
|||||||
|
|
||||||
%package mpich-devel
|
%package mpich-devel
|
||||||
Summary: Headers, libraries and docs for the FFTW MPICH library
|
Summary: Headers, libraries and docs for the FFTW MPICH library
|
||||||
Group: Development/Libraries
|
|
||||||
Requires: mpich-devel
|
Requires: mpich-devel
|
||||||
Requires: pkgconfig
|
Requires: pkgconfig
|
||||||
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
|
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
|
||||||
@ -173,7 +163,6 @@ develop programs using the FFTW fast Fourier transform library for MPICH.
|
|||||||
|
|
||||||
%package mpich-libs-double
|
%package mpich-libs-double
|
||||||
Summary: FFTW MPICH library, double precision
|
Summary: FFTW MPICH library, double precision
|
||||||
Group: Development/Libraries
|
|
||||||
Requires: %{name}-libs-double%{?_isa} = %{version}-%{release}
|
Requires: %{name}-libs-double%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
%description mpich-libs-double
|
%description mpich-libs-double
|
||||||
@ -181,7 +170,6 @@ This package contains the FFTW MPICH library compiled in double precision.
|
|||||||
|
|
||||||
%package mpich-libs-single
|
%package mpich-libs-single
|
||||||
Summary: FFTW MPICH library, single precision
|
Summary: FFTW MPICH library, single precision
|
||||||
Group: Development/Libraries
|
|
||||||
Requires: %{name}-libs-single%{?_isa} = %{version}-%{release}
|
Requires: %{name}-libs-single%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
%description mpich-libs-single
|
%description mpich-libs-single
|
||||||
@ -189,7 +177,6 @@ This package contains the FFTW MPICH library compiled in single precision.
|
|||||||
|
|
||||||
%package mpich-libs-long
|
%package mpich-libs-long
|
||||||
Summary: FFTW MPICH library, long double precision
|
Summary: FFTW MPICH library, long double precision
|
||||||
Group: Development/Libraries
|
|
||||||
Requires: %{name}-libs-long%{?_isa} = %{version}-%{release}
|
Requires: %{name}-libs-long%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
%description mpich-libs-long
|
%description mpich-libs-long
|
||||||
@ -198,7 +185,6 @@ precision.
|
|||||||
|
|
||||||
%package mpich-static
|
%package mpich-static
|
||||||
Summary: Static versions of the FFTW MPICH libraries
|
Summary: Static versions of the FFTW MPICH libraries
|
||||||
Group: Development/Libraries
|
|
||||||
Requires: %{name}-mpich-devel%{?_isa} = %{version}-%{release}
|
Requires: %{name}-mpich-devel%{?_isa} = %{version}-%{release}
|
||||||
Requires: %{name}-static%{?_isa} = %{version}-%{release}
|
Requires: %{name}-static%{?_isa} = %{version}-%{release}
|
||||||
Provides: fftw3-mpich-static%{?_isa} = %{version}-%{release}
|
Provides: fftw3-mpich-static%{?_isa} = %{version}-%{release}
|
||||||
@ -212,7 +198,6 @@ the FFTW fast Fourier transform library for MPICh.
|
|||||||
%if %{with openmpi}
|
%if %{with openmpi}
|
||||||
%package openmpi-libs
|
%package openmpi-libs
|
||||||
Summary: FFTW OpenMPI run-time library
|
Summary: FFTW OpenMPI run-time library
|
||||||
Group: System Environment/Libraries
|
|
||||||
Provides: fftw3-openmpi = %{version}-%{release}
|
Provides: fftw3-openmpi = %{version}-%{release}
|
||||||
|
|
||||||
# Pull in the actual libraries
|
# Pull in the actual libraries
|
||||||
@ -227,7 +212,6 @@ OpenMPI run-time libraries.
|
|||||||
|
|
||||||
%package openmpi-devel
|
%package openmpi-devel
|
||||||
Summary: Headers, libraries and docs for the FFTW OpenMPI library
|
Summary: Headers, libraries and docs for the FFTW OpenMPI library
|
||||||
Group: Development/Libraries
|
|
||||||
Requires: openmpi-devel
|
Requires: openmpi-devel
|
||||||
Requires: pkgconfig
|
Requires: pkgconfig
|
||||||
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
|
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
|
||||||
@ -245,7 +229,6 @@ develop programs using the FFTW fast Fourier transform library for OpenMPI.
|
|||||||
|
|
||||||
%package openmpi-libs-double
|
%package openmpi-libs-double
|
||||||
Summary: FFTW OpenMPI library, double precision
|
Summary: FFTW OpenMPI library, double precision
|
||||||
Group: Development/Libraries
|
|
||||||
Requires: %{name}-libs-double%{?_isa} = %{version}-%{release}
|
Requires: %{name}-libs-double%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
%description openmpi-libs-double
|
%description openmpi-libs-double
|
||||||
@ -253,7 +236,6 @@ This package contains the FFTW OpenMPI library compiled in double precision.
|
|||||||
|
|
||||||
%package openmpi-libs-single
|
%package openmpi-libs-single
|
||||||
Summary: FFTW OpenMPI library, single precision
|
Summary: FFTW OpenMPI library, single precision
|
||||||
Group: Development/Libraries
|
|
||||||
Requires: %{name}-libs-single%{?_isa} = %{version}-%{release}
|
Requires: %{name}-libs-single%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
%description openmpi-libs-single
|
%description openmpi-libs-single
|
||||||
@ -261,7 +243,6 @@ This package contains the FFTW OpenMPI library compiled in single precision.
|
|||||||
|
|
||||||
%package openmpi-libs-long
|
%package openmpi-libs-long
|
||||||
Summary: FFTW OpenMPI library, long double precision
|
Summary: FFTW OpenMPI library, long double precision
|
||||||
Group: Development/Libraries
|
|
||||||
Requires: %{name}-libs-long%{?_isa} = %{version}-%{release}
|
Requires: %{name}-libs-long%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
%description openmpi-libs-long
|
%description openmpi-libs-long
|
||||||
@ -270,7 +251,6 @@ precision.
|
|||||||
|
|
||||||
%package openmpi-static
|
%package openmpi-static
|
||||||
Summary: Static versions of the FFTW OpenMPI libraries
|
Summary: Static versions of the FFTW OpenMPI libraries
|
||||||
Group: Development/Libraries
|
|
||||||
Requires: %{name}-openmpi-devel%{?_isa} = %{version}-%{release}
|
Requires: %{name}-openmpi-devel%{?_isa} = %{version}-%{release}
|
||||||
Requires: %{name}-static%{?_isa} = %{version}-%{release}
|
Requires: %{name}-static%{?_isa} = %{version}-%{release}
|
||||||
Provides: fftw3-openmpi-static%{?_isa} = %{version}-%{release}
|
Provides: fftw3-openmpi-static%{?_isa} = %{version}-%{release}
|
||||||
@ -283,7 +263,6 @@ the FFTW fast Fourier transform library for MPICh.
|
|||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
Summary: FFTW library manual
|
Summary: FFTW library manual
|
||||||
Group: Documentation
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description doc
|
%description doc
|
||||||
|
Loading…
Reference in New Issue
Block a user