From 09b3709c173f04b784b020500755aa1b10b1b4761a0919b132d58eee442a23a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Fri, 24 Jan 2014 13:53:34 +0000 Subject: [PATCH] - Remove non-existing doc subpackage OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=336 --- llvm.changes | 5 +++++ llvm.spec | 10 ---------- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/llvm.changes b/llvm.changes index 7066ff4..39bd542 100644 --- a/llvm.changes +++ b/llvm.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jan 24 13:15:48 UTC 2014 - idonmez@suse.com + +- Remove non-existing doc subpackage + ------------------------------------------------------------------- Fri Jan 24 09:23:08 UTC 2014 - idonmez@suse.com diff --git a/llvm.spec b/llvm.spec index 3410888..b9a6a2a 100644 --- a/llvm.spec +++ b/llvm.spec @@ -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