[packages/libisal] - up to 2.30.0
baggins
baggins at pld-linux.org
Sun Sep 4 13:34:38 CEST 2022
commit 99014d6f3bac43825d40d59b106a324a82a70584
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sun Sep 4 13:34:23 2022 +0200
- up to 2.30.0
libisal.spec | 8 ++++++--
x32.patch | 29 +++++++++++++++++++++++++++++
2 files changed, 35 insertions(+), 2 deletions(-)
---
diff --git a/libisal.spec b/libisal.spec
index 5f6a7ff..9fcbda0 100644
--- a/libisal.spec
+++ b/libisal.spec
@@ -5,14 +5,15 @@
Summary: Optimized low-level functions library for storage systems
Summary(pl.UTF-8): Biblioteka zoptymalizowanych funkcji niskopoziomowych do systemów przechowywania danych
Name: libisal
-Version: 2.29.0
+Version: 2.30.0
Release: 1
License: BSD
Group: Libraries
#Source0Download: https://github.com/intel/isa-l/releases
Source0: https://github.com/intel/isa-l/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: c24762075dde2a552a041d7f47c3af8a
+# Source0-md5: 408ac6ca1fc5e5765fcf6ec535c211d7
Patch0: isa-l-x86.patch
+Patch1: x32.patch
URL: https://github.com/01org/isa-l
BuildRequires: autoconf >= 2.69
BuildRequires: automake >= 1:1.11
@@ -78,6 +79,9 @@ Statyczna biblioteka ISA-L.
%prep
%setup -q -n isa-l-%{version}
%patch0 -p1
+%ifarch x32
+%patch1 -p1
+%endif
%build
%{__libtoolize}
diff --git a/x32.patch b/x32.patch
new file mode 100644
index 0000000..9469355
--- /dev/null
+++ b/x32.patch
@@ -0,0 +1,29 @@
+--- isa-l-2.30.0/Makefile.am~ 2020-11-07 02:08:16.000000000 +0100
++++ isa-l-2.30.0/Makefile.am 2022-09-04 13:32:49.888076730 +0200
+@@ -58,16 +58,6 @@
+ pkginclude_HEADERS += $(sort ${extern_hdrs})
+ libisal_la_SOURCES = ${lsrc}
+
+-if CPU_X86_64
+-libisal_la_SOURCES += ${lsrc_x86_64}
+-other_tests += ${other_tests_x86_64}
+-endif
+-
+-if CPU_X86_32
+-libisal_la_SOURCES += ${lsrc_x86_32}
+-other_tests += ${other_tests_x86_32}
+-endif
+-
+ if CPU_AARCH64
+ libisal_la_SOURCES += ${lsrc_aarch64}
+ other_tests += ${other_tests_aarch64}
+@@ -78,9 +68,7 @@
+ other_tests += ${other_tests_ppc64le}
+ endif
+
+-if CPU_UNDEFINED
+ libisal_la_SOURCES += ${lsrc_base_aliases}
+-endif
+
+ nobase_include_HEADERS = isa-l.h
+ libisal_la_LDFLAGS = $(AM_LDFLAGS) \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libisal.git/commitdiff/99014d6f3bac43825d40d59b106a324a82a70584
More information about the pld-cvs-commit
mailing list