commit f09e42638ba02781ec4319ff5628ba1dc68db1b2
Author: Jan Palus <[email protected]>
Date:   Wed Apr 10 22:20:12 2024 +0200

    make -devel depend on %{?_isa} variant of libunwind

 libunwind.spec | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/libunwind.spec b/libunwind.spec
index d7b9c99..f64997a 100644
--- a/libunwind.spec
+++ b/libunwind.spec
@@ -7,7 +7,7 @@ Summary:        libunwind - a (mostly) platform-independent 
unwind API
 Summary(pl.UTF-8):     libunwind - (prawie) niezależne od platformy API do 
rozwijania
 Name:          libunwind
 Version:       1.6.2
-Release:       1
+Release:       2
 License:       MIT
 Group:         Libraries
 Source0:       
https://download.savannah.gnu.org/releases/libunwind/%{name}-%{version}.tar.gz
@@ -49,7 +49,7 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 The goal of the libunwind project is to define a portable and
 efficient C programming interface (API) to determine the call-chain
 of a program.
- 
+
 %description -l pl.UTF-8
 Celem projektu libunwind jest zdefiniowanie przenośnego i wydajnego
 API w języku C do określania łańcucha wywołań w programie.
@@ -58,8 +58,8 @@ API w języku C do określania łańcucha wywołań w programie.
 Summary:       Header files for libunwind library
 Summary(pl.UTF-8):     Pliki nagłówkowe biblioteki libunwind
 Group:         Development/Libraries
-Requires:      %{name} = %{version}-%{release}
-Requires:      xz-devel
+Requires:      %{name}%{?_isa} = %{version}-%{release}
+Requires:      xz-devel%{?_isa}
 
 %description devel
 Header files for libunwind library.
@@ -71,7 +71,7 @@ Pliki nagłówkowe biblioteki libunwind.
 Summary:       Static libunwind library
 Summary(pl.UTF-8):     Statyczna biblioteka libunwind
 Group:         Development/Libraries
-Requires:      %{name}-devel = %{version}-%{release}
+Requires:      %{name}-devel%{?_isa} = %{version}-%{release}
 
 %description static
 Static libunwind library.
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libunwind.git/commitdiff/517b66e958c91b40d8a7f1fd9cae0a4f6670678c

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to