[packages/lsb-release] - added x32 support
baggins
baggins at pld-linux.org
Sat Jan 3 18:47:27 CET 2015
commit 65916f1f83f682ec9ec9707b7e6983f1d31f927f
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sat Jan 3 17:47:19 2015 +0000
- added x32 support
lsb-release.spec | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
---
diff --git a/lsb-release.spec b/lsb-release.spec
index d9f0c02..90f90d7 100644
--- a/lsb-release.spec
+++ b/lsb-release.spec
@@ -38,11 +38,21 @@
%define lsbldso ld-lsb-x86-64.so
%endif
+%ifarch x32
+%define archname x32
+%define ldso ld-linux-x32.so.2
+%define lsbldso ld-lsb-x32.so
+%endif
+
%ifarch ia64 ppc64 s390x x86_64
%define qual ()(64bit)
%else
+%ifarch x32
+%define qual ()(x32bit)
+%else
%define qual %{nil}
%endif
+%endif
Summary: LSB base libraries support for PLD Linux
Summary(pl.UTF-8): Narzędzia LSB (Linux Standard Base)
@@ -62,7 +72,7 @@ BuildRequires: util-linux
Requires: coreutils
Requires: glibc
Requires: util-linux
-ExclusiveArch: %{ix86} ia64 %{x8664} ppc ppc64 s390 s390x
+ExclusiveArch: %{ix86} ia64 %{x8664} x32 ppc ppc64 s390 s390x
# dependency for primary LSB application for v1.3
Provides: lsb = %{version}
# dependency for primary LSB application for v2.0 and v3.0
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/lsb-release.git/commitdiff/65916f1f83f682ec9ec9707b7e6983f1d31f927f
More information about the pld-cvs-commit
mailing list