Ismail Dönmez 2011-12-22 16:10:59 +00:00 committed by Git OBS Bridge
parent d234ddfc3e
commit 09d7f5796a
2 changed files with 4 additions and 3 deletions

View File

@ -2,7 +2,7 @@
Thu Dec 22 15:33:24 UTC 2011 - idonmez@suse.com
- Add clang-glibc2.14.patch to support glibc 2.14 headers
- Install libprofile_rt.a
- Install profile_rt.a
-------------------------------------------------------------------
Mon Dec 5 13:19:22 UTC 2011 - idoenmez@suse.de

View File

@ -15,6 +15,7 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%define _revision 145598
%define _release_version 3.0
%define _supported_archs "ARM;X86"
@ -336,7 +337,7 @@ rm -f %{buildroot}%{_libdir}/libEnhancedDisassembly.*
%{_mandir}/man1/clang.1.gz
%{_libdir}/libclang.so.*
%{_libdir}/libLTO.a
%{_libdir}/libprofile_rt.a
%{_libdir}/*profile*.a
%if 0%{?suse_version} >= 1220
%{_libdir}/LLVMgold.so
%endif
@ -376,7 +377,7 @@ rm -f %{buildroot}%{_libdir}/libEnhancedDisassembly.*
%{_libdir}/libclang.so
%{_libdir}/libLTO.so
%{_libdir}/libclang*.a
%{_libdir}/libprofile_rt.so
%{_libdir}/*profile*.so
%files devel
%defattr(-,root,root,-)