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:
parent
365f1c6462
commit
c91346fadb
@ -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
|
||||
|
||||
|
18
llvm.spec
18
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user