Accepting request 893130 from home:dimstar:Factory
- Do not own standard filesystem dir /usr/lib64/pkgconfig. OBS-URL: https://build.opensuse.org/request/show/893130 OBS-URL: https://build.opensuse.org/package/show/science/gsl?expand=0&rev=37
This commit is contained in:
parent
1f35ef6624
commit
10925ac823
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 14 13:31:41 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Do not own standard filesystem dir /usr/lib64/pkgconfig.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Feb 6 08:08:30 UTC 2021 - Egbert Eich <eich@suse.com>
|
Sat Feb 6 08:08:30 UTC 2021 - Egbert Eich <eich@suse.com>
|
||||||
|
|
||||||
|
6
gsl.spec
6
gsl.spec
@ -130,7 +130,7 @@ BuildRequires: pkgconfig
|
|||||||
%if %{without hpc}
|
%if %{without hpc}
|
||||||
BuildRequires: update-alternatives
|
BuildRequires: update-alternatives
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(preun): update-alternatives
|
Requires(preun):update-alternatives
|
||||||
%else
|
%else
|
||||||
BuildRequires: %{compiler_family}%{?c_f_ver}-compilers-hpc-macros-devel
|
BuildRequires: %{compiler_family}%{?c_f_ver}-compilers-hpc-macros-devel
|
||||||
BuildRequires: lua-lmod
|
BuildRequires: lua-lmod
|
||||||
@ -243,7 +243,7 @@ This package contains examples for GSL
|
|||||||
%if %{with hpc}
|
%if %{with hpc}
|
||||||
%package module
|
%package module
|
||||||
Summary: Module files for %{name}
|
Summary: Module files for %{name}
|
||||||
# Package can not be noarch, as this will lead to the situation, so
|
# Package can not be noarch, as this will lead to the situation, so
|
||||||
# that sometimes 32bit rpm is used with %%{_lib}=lib or 64 bit, where
|
# that sometimes 32bit rpm is used with %%{_lib}=lib or 64 bit, where
|
||||||
# %%{_lib}=lib64
|
# %%{_lib}=lib64
|
||||||
Group: Development/Libraries/Parallel
|
Group: Development/Libraries/Parallel
|
||||||
@ -350,6 +350,7 @@ EOF
|
|||||||
%post -n %{libcblas} -p /sbin/ldconfig
|
%post -n %{libcblas} -p /sbin/ldconfig
|
||||||
%postun -n %{libcblas} -p /sbin/ldconfig
|
%postun -n %{libcblas} -p /sbin/ldconfig
|
||||||
%else
|
%else
|
||||||
|
|
||||||
%post -n %{libname}
|
%post -n %{libname}
|
||||||
/sbin/ldconfig -N %{p_libdir}
|
/sbin/ldconfig -N %{p_libdir}
|
||||||
|
|
||||||
@ -398,7 +399,6 @@ EOF
|
|||||||
%{?with_hpc:%dir %{p_includedir}/gsl}
|
%{?with_hpc:%dir %{p_includedir}/gsl}
|
||||||
%{p_libdir}/libgsl*.so
|
%{p_libdir}/libgsl*.so
|
||||||
%if %{without hpc}
|
%if %{without hpc}
|
||||||
%{p_libdir}/pkgconfig
|
|
||||||
%{p_libdir}/pkgconfig/gsl.pc
|
%{p_libdir}/pkgconfig/gsl.pc
|
||||||
%else
|
%else
|
||||||
%{hpc_pkgconfig_file}
|
%{hpc_pkgconfig_file}
|
||||||
|
Loading…
Reference in New Issue
Block a user