SHA256
1
0
forked from pool/llvm

Accepting request 569076 from devel:tools:compiler

OBS-URL: https://build.opensuse.org/request/show/569076
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/llvm?expand=0&rev=97
This commit is contained in:
Dominique Leuenberger 2018-01-26 12:58:04 +00:00 committed by Git OBS Bridge
commit 97e856903e
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 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} Requires: clang%{_sonum}-devel = %{version}
Provides: llvm-clang-devel = %{version} Provides: llvm-clang-devel = %{version}
Obsoletes: llvm-clang-devel < %{version} Obsoletes: llvm-clang-devel < %{version}
Provides: clang-devel-static = %{version}
Obsoletes: clang-devel-static < %{version}
%description -n clang-devel %description -n clang-devel
This package contains the clang (C language) frontend for LLVM. 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. 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 %package LTO-devel
Summary: Link-time optimizer for LLVM (devel package) Summary: Link-time optimizer for LLVM (devel package)
Group: Development/Languages/Other 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) %defattr(-,root,root)
%doc README %doc README
%files -n clang-devel-static
%defattr(-,root,root)
%doc README
%files LTO-devel %files LTO-devel
%defattr(-,root,root) %defattr(-,root,root)
%doc README %doc README