[packages/llvm-libcxxabi] - up to 12.0.1, now requires also llvm sources

qboosh qboosh at pld-linux.org
Thu Aug 26 18:33:03 CEST 2021


commit 72d40693f14f497d3574fa57ceae7d52716520a8
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Thu Aug 26 18:37:26 2021 +0200

    - up to 12.0.1, now requires also llvm sources

 llvm-libcxxabi.spec | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/llvm-libcxxabi.spec b/llvm-libcxxabi.spec
index 8079269..8daaeab 100644
--- a/llvm-libcxxabi.spec
+++ b/llvm-libcxxabi.spec
@@ -1,19 +1,24 @@
 Summary:	libc++abi - C++ standard library support from LLVM project
 Summary(pl.UTF-8):	libc++abi - wsparcie dla biblioteki standardowej C++ z projektu LLVM
 Name:		llvm-libcxxabi
-Version:	11.0.1
+Version:	12.0.1
 Release:	1
 License:	MIT or BSD-like
 Group:		Libraries
 #Source0Download: https://github.com/llvm/llvm-project/releases/
 Source0:	https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}/libcxxabi-%{version}.src.tar.xz
-# Source0-md5:	eea472a502b2dbe60f4b1c6e2e0631f1
+# Source0-md5:	3a0aa3222404e62faf9b607f2a46fefc
 #Source1Download: https://github.com/llvm/llvm-project/releases/
 Source1:	https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}/libcxx-%{version}.src.tar.xz
-# Source1-md5:	4b2467eb023c9b4c84335808f811d5fa
+# Source1-md5:	19fb22504643c4df45cb42a8f9d2f76e
+#Source2Download: https://github.com/llvm/llvm-project/releases/
+Source2:	https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}/llvm-%{version}.src.tar.xz
+# Source2-md5:	72a257604efa1d32ef85a37cd9c66873
 URL:		https://libcxxabi.llvm.org/
-BuildRequires:	cmake >= 3.4.3
+BuildRequires:	cmake >= 3.13.4
 BuildRequires:	clang >= %{version}
+BuildRequires:	python3 >= 1:3
+BuildRequires:	rpmbuild(macros) >= 1.605
 %ifarch %{arm}
 BuildRequires:	libunwind-devel
 %endif
@@ -54,10 +59,11 @@ Static LLVM libc++abi library.
 Statyczna biblioteka LLVM libc++abi.
 
 %prep
-%setup -q -c -a1
+%setup -q -c -a1 -a2
 
 %{__mv} libcxx-%{version}.src libcxx
 %{__mv} libcxxabi-%{version}.src libcxxabi
+%{__mv} llvm-%{version}.src llvm
 
 %build
 install -d build
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/llvm-libcxxabi.git/commitdiff/72d40693f14f497d3574fa57ceae7d52716520a8



More information about the pld-cvs-commit mailing list