SHA256
1
0
forked from pool/llvm

Accepting request 203697 from home:Andreas_Schwab:Factory

- Fix file list for %arm

OBS-URL: https://build.opensuse.org/request/show/203697
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=284
This commit is contained in:
Ismail Dönmez 2013-10-21 10:59:13 +00:00 committed by Git OBS Bridge
parent 41a7e87e3b
commit be7b55d32e
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Oct 17 10:23:32 UTC 2013 - schwab@suse.de
- Fix file list for %arm
-------------------------------------------------------------------
Wed Oct 9 11:16:08 UTC 2013 - dmueller@suse.com

View File

@ -466,7 +466,7 @@ rm -rf %{buildroot}/usr/share/llvm/cmake
%{_libdir}/bfd-plugins/
%endif
%{_libdir}/clang
%ifnarch aarch64 ppc64 s390 s390x
%ifnarch %arm aarch64 ppc64 s390 s390x
%{_libdir}/clang/%{_release_version}/lib/linux/
%endif