Accepting request 978732 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/978732 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libunwind?expand=0&rev=48
This commit is contained in:
commit
0d68544c12
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 23 07:40:56 UTC 2022 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
- Fix dependencies
|
||||||
|
- Fix file list
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 18 07:52:13 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
Wed May 18 07:52:13 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -77,7 +77,9 @@ system routines, at the cost of a much slower longjmp.
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Headers for the Unwind library
|
Summary: Headers for the Unwind library
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
|
%ifnarch ppc ppc64 ppc64le s390x
|
||||||
Requires: libunwind-coredump0 = %{version}-%{release}
|
Requires: libunwind-coredump0 = %{version}-%{release}
|
||||||
|
%endif
|
||||||
Requires: libunwind-ptrace0 = %{version}-%{release}
|
Requires: libunwind-ptrace0 = %{version}-%{release}
|
||||||
Requires: libunwind-setjmp0 = %{version}-%{release}
|
Requires: libunwind-setjmp0 = %{version}-%{release}
|
||||||
Requires: libunwind8 = %{version}-%{release}
|
Requires: libunwind8 = %{version}-%{release}
|
||||||
@ -125,7 +127,10 @@ find %{buildroot}/%{_libdir} -type f | sort
|
|||||||
%ifarch %ix86
|
%ifarch %ix86
|
||||||
%{_libdir}/libunwind-x86.so.8*
|
%{_libdir}/libunwind-x86.so.8*
|
||||||
%else
|
%else
|
||||||
%ifarch ppc ppc64 ppc64le
|
%ifarch ppc
|
||||||
|
%{_libdir}/libunwind-ppc32.so.8*
|
||||||
|
%else
|
||||||
|
%ifarch ppc64 ppc64le
|
||||||
%{_libdir}/libunwind-ppc64.so.8*
|
%{_libdir}/libunwind-ppc64.so.8*
|
||||||
%else
|
%else
|
||||||
%{_libdir}/libunwind-%{_target_cpu}.so.8*
|
%{_libdir}/libunwind-%{_target_cpu}.so.8*
|
||||||
@ -133,8 +138,9 @@ find %{buildroot}/%{_libdir} -type f | sort
|
|||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
|
|
||||||
%ifnarch ppc64 ppc64le s390x
|
%ifnarch ppc ppc64 ppc64le s390x
|
||||||
%files -n libunwind-coredump0
|
%files -n libunwind-coredump0
|
||||||
%{_libdir}/libunwind-coredump.so.0*
|
%{_libdir}/libunwind-coredump.so.0*
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user