diff --git a/llvm.changes b/llvm.changes index 39a4e73..478db0d 100644 --- a/llvm.changes +++ b/llvm.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Oct 9 07:20:00 UTC 2017 - msrb@suse.com + +- Add clang-devel-static package. + * Requires clang4-devel-static that was added to llvm4 package. + ------------------------------------------------------------------- Tue Jun 27 08:06:55 UTC 2017 - idonmez@suse.com diff --git a/llvm.spec b/llvm.spec index 23741b6..a36b88f 100644 --- a/llvm.spec +++ b/llvm.spec @@ -119,6 +119,20 @@ clang-devel that openSUSE currently supports. Packages that don't require a specific Clang version should depend on this. +%package -n clang-devel-static +Summary: Static libraries for CLANG +Group: Development/Languages/Other +Requires: clang%{_sonum}-devel-static = %{version} + +%description -n clang-devel-static +This package contains static libraries for clang (C language) +frontend for LLVM. + +This package is a dummy package that depends on the version of +clang-devel that openSUSE currently supports. Packages that +don't require a specific Clang version should depend on this. + + %package LTO-devel Summary: Link-time optimizer for LLVM (devel package) Group: Development/Languages/Other @@ -249,6 +263,10 @@ echo "This is a dummy package to provide a dependency on the system compiler." > %defattr(-,root,root) %doc README +%files -n clang-devel-static +%defattr(-,root,root) +%doc README + %files LTO-devel %defattr(-,root,root) %doc README