Split out clang-libs
This commit is contained in:
parent
67af680f81
commit
cb08fc50fa
18
llvm.spec
18
llvm.spec
@ -35,7 +35,7 @@
|
||||
|
||||
Name: llvm
|
||||
Version: 3.5.0
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: The Low Level Virtual Machine
|
||||
|
||||
Group: Development/Languages
|
||||
@ -184,6 +184,14 @@ and Objective C++ front-end for the LLVM compiler. Its tools are built
|
||||
as libraries and designed to be loosely-coupled and extensible.
|
||||
|
||||
|
||||
%Package -n clang-libs
|
||||
Summary: Runtime library for clang
|
||||
Group: System Environment/Libraries
|
||||
|
||||
%description -n clang-libs
|
||||
Runtime library for clang.
|
||||
|
||||
|
||||
%package -n clang-devel
|
||||
Summary: Header files for clang
|
||||
Group: Development/Languages
|
||||
@ -626,10 +634,13 @@ exit 0
|
||||
%doc %{llvmdocdir clang}/
|
||||
%{_bindir}/clang*
|
||||
%{_bindir}/c-index-test
|
||||
%{_libdir}/%{name}/libclang.so
|
||||
%{_prefix}/lib/clang
|
||||
%doc %{_mandir}/man1/clang.1.*
|
||||
|
||||
%files -n clang-libs
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/%{name}/libclang.so
|
||||
|
||||
%files -n clang-devel
|
||||
%defattr(-,root,root,-)
|
||||
%doc %{llvmdocdir clang-devel}/
|
||||
@ -696,6 +707,9 @@ exit 0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Nov 05 2014 Adam Jackson <ajax@redhat.com> 3.5.0-3
|
||||
- Split out clang-libs
|
||||
|
||||
* Tue Oct 28 2014 Kalev Lember <kalevlember@gmail.com> - 3.5.0-2
|
||||
- Obsolete python-llvmpy
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user