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>
|
||||
|
||||
|
4
gsl.spec
4
gsl.spec
@ -130,7 +130,7 @@ BuildRequires: pkgconfig
|
||||
%if %{without hpc}
|
||||
BuildRequires: update-alternatives
|
||||
Requires(post): update-alternatives
|
||||
Requires(preun): update-alternatives
|
||||
Requires(preun):update-alternatives
|
||||
%else
|
||||
BuildRequires: %{compiler_family}%{?c_f_ver}-compilers-hpc-macros-devel
|
||||
BuildRequires: lua-lmod
|
||||
@ -350,6 +350,7 @@ EOF
|
||||
%post -n %{libcblas} -p /sbin/ldconfig
|
||||
%postun -n %{libcblas} -p /sbin/ldconfig
|
||||
%else
|
||||
|
||||
%post -n %{libname}
|
||||
/sbin/ldconfig -N %{p_libdir}
|
||||
|
||||
@ -398,7 +399,6 @@ EOF
|
||||
%{?with_hpc:%dir %{p_includedir}/gsl}
|
||||
%{p_libdir}/libgsl*.so
|
||||
%if %{without hpc}
|
||||
%{p_libdir}/pkgconfig
|
||||
%{p_libdir}/pkgconfig/gsl.pc
|
||||
%else
|
||||
%{hpc_pkgconfig_file}
|
||||
|
Loading…
Reference in New Issue
Block a user