Accepting request 534940 from home:eeich:hpc_alt
- Fix some summaries and a Requires: of devel-static. OBS-URL: https://build.opensuse.org/request/show/534940 OBS-URL: https://build.opensuse.org/package/show/science/hdf5?expand=0&rev=49
This commit is contained in:
parent
530cb06956
commit
aab5cfa41b
@ -4,6 +4,7 @@ Tue Oct 17 14:07:15 UTC 2017 - eich@suse.com
|
|||||||
- Add magic to limit the number of flavors built in the OBS ring
|
- Add magic to limit the number of flavors built in the OBS ring
|
||||||
to non-HPC and mvapich2 builds.
|
to non-HPC and mvapich2 builds.
|
||||||
- Fix %libname() for non-HPC builds.
|
- Fix %libname() for non-HPC builds.
|
||||||
|
- Fix some summaries and a Requires: of devel-static.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 8 14:35:32 UTC 2017 - eich@suse.com
|
Fri Sep 8 14:35:32 UTC 2017 - eich@suse.com
|
||||||
|
@ -432,7 +432,7 @@ This package contains generic files needed to create projects that use
|
|||||||
any version of HDF5.
|
any version of HDF5.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for %{name}%{?my_suffix}
|
Summary: Development files for %{name}
|
||||||
Group: Development/Libraries/Parallel
|
Group: Development/Libraries/Parallel
|
||||||
%if %{without mpi}
|
%if %{without mpi}
|
||||||
Requires: %{libname -l _cpp -s %{sonum_CXX}} = %{version}
|
Requires: %{libname -l _cpp -s %{sonum_CXX}} = %{version}
|
||||||
@ -474,9 +474,9 @@ the %{flavor} version of HDF5.
|
|||||||
%{?with_hpc:%{hpc_master_package devel}}
|
%{?with_hpc:%{hpc_master_package devel}}
|
||||||
|
|
||||||
%package devel-static
|
%package devel-static
|
||||||
Summary: Static development files for %{name}%{?my_suffix}
|
Summary: Static development files for %{name}
|
||||||
Group: Development/Libraries/Parallel
|
Group: Development/Libraries/Parallel
|
||||||
Requires: %{name}%{?my_suffix}-devel = %{version}
|
Requires: %{name}-devel = %{version}
|
||||||
|
|
||||||
%description devel-static
|
%description devel-static
|
||||||
HDF5 is a data model, library, and file format for storing and
|
HDF5 is a data model, library, and file format for storing and
|
||||||
@ -530,7 +530,7 @@ This package provides examples of HDF5 library use.
|
|||||||
|
|
||||||
%if %{with hpc}
|
%if %{with hpc}
|
||||||
%package module
|
%package module
|
||||||
Summary: Module files for %{name}%{?my_suffix}
|
Summary: Module files for %{name}
|
||||||
Group: Development/Libraries/Parallel
|
Group: Development/Libraries/Parallel
|
||||||
Provides: %{name}-module = %version
|
Provides: %{name}-module = %version
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user