- Remove non-existing doc subpackage

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=336
This commit is contained in:
Ismail Dönmez
2014-01-24 13:53:34 +00:00
committed by Git OBS Bridge
parent abf323c85e
commit 09b3709c17
2 changed files with 5 additions and 10 deletions

View File

@@ -88,21 +88,11 @@ Requires: %{name} = %{version}
Requires: libffi-devel
Requires: libstdc++-devel >= 3.4
Requires: ncurses-devel
Obsoletes: llvm-doc < %{version}
Provides: llvm-doc = %{version}
%description devel
This package contains library and header files needed to develop
new native programs that use the LLVM infrastructure.
%package doc
Summary: Documentation for LLVM
Group: Documentation/HTML
Requires: %{name} = %{version}
%description doc
Documentation for the LLVM compiler infrastructure.
%package clang
Summary: CLANG frontend for LLVM
Group: Development/Languages/Other