Accepting request 533029 from home:michalsrb:branches:devel:tools:compiler

- Add clang-devel-static package.
  * Requires clang4-devel-static that was added to llvm4 package.

OBS-URL: https://build.opensuse.org/request/show/533029
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=493
This commit is contained in:
Martin Pluskal 2017-10-11 09:04:39 +00:00 committed by Git OBS Bridge
parent 365f1c6462
commit c91346fadb
2 changed files with 24 additions and 0 deletions

View File

@ -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

View File

@ -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