bump release [release 7.0.1-4mamba;Sat Jan 26 2019]
This commit is contained in:
parent
e8347d638d
commit
fef16ad5e9
10
llvm.spec
10
llvm.spec
@ -2,7 +2,7 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: llvm
|
Name: llvm
|
||||||
Version: 7.0.1
|
Version: 7.0.1
|
||||||
Release: 2mamba
|
Release: 4mamba
|
||||||
Summary: The Low Level Virtual Machine
|
Summary: The Low Level Virtual Machine
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -364,6 +364,7 @@ rm -f %{buildroot}%{_datadir}/doc/llvm/html/.buildinfo
|
|||||||
%files -n libllvm
|
%files -n libllvm
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
#%{_libdir}/libLLVM-%{majver}.so
|
#%{_libdir}/libLLVM-%{majver}.so
|
||||||
|
%{_libdir}/*.so
|
||||||
%{_libdir}/libLTO.so.*
|
%{_libdir}/libLTO.so.*
|
||||||
%{_libdir}/liblldb.so.*
|
%{_libdir}/liblldb.so.*
|
||||||
%{_libdir}/liblldbIntelFeatures.so.*
|
%{_libdir}/liblldbIntelFeatures.so.*
|
||||||
@ -377,7 +378,6 @@ rm -f %{buildroot}%{_datadir}/doc/llvm/html/.buildinfo
|
|||||||
%dir %{_includedir}/lldb
|
%dir %{_includedir}/lldb
|
||||||
%{_includedir}/lldb/*
|
%{_includedir}/lldb/*
|
||||||
%{_libdir}/*.a
|
%{_libdir}/*.a
|
||||||
%{_libdir}/*.so
|
|
||||||
#%exclude %{_libdir}/libLLVM-%{majver}.so
|
#%exclude %{_libdir}/libLLVM-%{majver}.so
|
||||||
%dir %{_libdir}/cmake/llvm
|
%dir %{_libdir}/cmake/llvm
|
||||||
%{_libdir}/cmake/llvm/*.cmake
|
%{_libdir}/cmake/llvm/*.cmake
|
||||||
@ -446,6 +446,12 @@ rm -f %{buildroot}%{_datadir}/doc/llvm/html/.buildinfo
|
|||||||
%{_docdir}/llvm/ocaml-html/*
|
%{_docdir}/llvm/ocaml-html/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jan 26 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 7.0.1-4mamba
|
||||||
|
- bump release
|
||||||
|
|
||||||
|
* Sat Jan 26 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 7.0.1-3mamba
|
||||||
|
- move *.so from libllvm-devel to libllvm
|
||||||
|
|
||||||
* Mon Jan 21 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 7.0.1-2mamba
|
* Mon Jan 21 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 7.0.1-2mamba
|
||||||
- rebuilt with binutils plugin LLVMgold.so
|
- rebuilt with binutils plugin LLVMgold.so
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user