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

- Remove clang-devel-static.

OBS-URL: https://build.opensuse.org/request/show/568907
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=504
This commit is contained in:
Michal Srb 2018-01-24 13:27:14 +00:00 committed by Git OBS Bridge
parent b69f430020
commit d97d6e1508
2 changed files with 7 additions and 18 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jan 24 13:07:14 UTC 2018 - msrb@suse.com
- Remove clang-devel-static.
-------------------------------------------------------------------
Mon Jan 8 08:36:37 UTC 2018 - msrb@suse.com

View File

@ -109,6 +109,8 @@ Group: Development/Languages/Other
Requires: clang%{_sonum}-devel = %{version}
Provides: llvm-clang-devel = %{version}
Obsoletes: llvm-clang-devel < %{version}
Provides: clang-devel-static = %{version}
Obsoletes: clang-devel-static < %{version}
%description -n clang-devel
This package contains the clang (C language) frontend for LLVM.
@ -119,20 +121,6 @@ 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
@ -274,10 +262,6 @@ 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