From be059526700a5f0fcbd30c3741c4a91115d472aa Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Sat, 22 Apr 2017 12:55:40 -0700 Subject: [PATCH] 4.0.0 fixed --- libcxx.spec | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/libcxx.spec b/libcxx.spec index 1684eaf..8cb8e48 100644 --- a/libcxx.spec +++ b/libcxx.spec @@ -9,7 +9,7 @@ Summary: C++ standard library targeting C++11 License: MIT or NCSA URL: http://libcxx.llvm.org/ Source0: http://llvm.org/releases/%{version}/libcxx-%{version}.src.tar.xz -BuildRequires: clang llvm-devel cmake +BuildRequires: clang llvm-devel cmake llvm-static %if %{bootstrap} < 1 BuildRequires: libcxxabi-devel BuildRequires: python3 @@ -31,10 +31,15 @@ Requires: %{name}%{?_isa} = %{version}-%{release} Requires: libcxxabi-devel %endif - %description devel %{summary}. +%package static +Summary: Static libraries for libcxx + +%description static +%{summary}. + %prep %setup -q -n %{name}-%{version}.src @@ -97,6 +102,11 @@ make install DESTDIR=%{buildroot} %{_includedir}/c++/ %{_libdir}/libc++.so +%files static +%license LICENSE.TXT +%{_libdir}/libc++*.a + + %changelog * Sat Apr 22 2017 Tom Callaway - 4.0.0-1 - update to 4.0.0