SHA256
1
0
forked from pool/gsl

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:
Adam Majer 2021-05-14 14:51:33 +00:00 committed by Git OBS Bridge
parent 1f35ef6624
commit 10925ac823
2 changed files with 8 additions and 3 deletions

View File

@ -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>

View File

@ -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}