]> git.pld-linux.org Git - packages/libunwind.git/blobdiff - libunwind.spec
make -devel depend on %{?_isa} variant of libunwind
[packages/libunwind.git] / libunwind.spec
index 5e6e51ad592f9bc5a46f487ae7b73937ec0eab21..f64997a050e150d117df978b8598839cb4c038f0 100644 (file)
@@ -6,12 +6,12 @@
 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.4.0
-Release:       1
+Version:       1.6.2
+Release:       2
 License:       MIT
 Group:         Libraries
-Source0:       http://download.savannah.gnu.org/releases/libunwind/%{name}-%{version}.tar.gz
-# Source0-md5: 5114504c74ac3992ac06aa551cd55678
+Source0:       https://download.savannah.gnu.org/releases/libunwind/%{name}-%{version}.tar.gz
+# Source0-md5: f625b6a98ac1976116c71708a73dc44a
 Patch0:                %{name}-link.patch
 Patch1:                %{name}-x32.patch
 URL:           http://www.nongnu.org/libunwind/
@@ -37,15 +37,19 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %ifarch        %{x8664} x32
 %define        asuf    x86_64
 %else
+%ifarch        %{arm}
+%define        asuf    arm
+%else
 %define        asuf    %{_target_cpu}
 %endif
 %endif
+%endif
 
 %description
 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.
@@ -54,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.
@@ -67,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.
This page took 0.075488 seconds and 4 git commands to generate.