4.0.0 fixed

This commit is contained in:
Tom Callaway 2017-04-22 12:55:40 -07:00
parent d0d0df8131
commit be05952670
1 changed files with 12 additions and 2 deletions

View File

@ -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 <spot@fedoraproject.org> - 4.0.0-1
- update to 4.0.0