SHA256
1
0
forked from pool/llvm

Accepting request 139532 from home:coolo:branches:openSUSE:Factory

- add explicit buildrequire groff for man pages

OBS-URL: https://build.opensuse.org/request/show/139532
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=164
This commit is contained in:
Ismail Dönmez 2012-10-27 11:09:20 +00:00 committed by Git OBS Bridge
parent 2722baf437
commit b6f01f8dd7
2 changed files with 6 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Oct 27 06:01:06 UTC 2012 - coolo@suse.com
- add explicit buildrequire groff for man pages
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Sep 10 10:16:41 UTC 2012 - idonmez@suse.com Mon Sep 10 10:16:41 UTC 2012 - idonmez@suse.com

View File

@ -55,6 +55,7 @@ BuildRequires: fdupes
BuildRequires: flex BuildRequires: flex
BuildRequires: gcc BuildRequires: gcc
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: groff
%ifarch x86_64 %ifarch x86_64
# For tests # For tests
BuildRequires: glibc-devel-32bit BuildRequires: glibc-devel-32bit
@ -76,7 +77,6 @@ The compiler infrastructure includes mirror sets of programming
tools as well as libraries with equivalent functionality. tools as well as libraries with equivalent functionality.
%package devel %package devel
Summary: Libraries and Header Files for LLVM Summary: Libraries and Header Files for LLVM
Group: Development/Languages/Other Group: Development/Languages/Other
Requires: %{name} = %{version} Requires: %{name} = %{version}
@ -88,7 +88,6 @@ This package contains library and header files needed to develop
new native programs that use the LLVM infrastructure. new native programs that use the LLVM infrastructure.
%package doc %package doc
Summary: Documentation for LLVM Summary: Documentation for LLVM
Group: Documentation/HTML Group: Documentation/HTML
Requires: %{name} = %{version} Requires: %{name} = %{version}
@ -97,7 +96,6 @@ Requires: %{name} = %{version}
Documentation for the LLVM compiler infrastructure. Documentation for the LLVM compiler infrastructure.
%package clang %package clang
Summary: CLANG frontend for LLVM Summary: CLANG frontend for LLVM
Group: Development/Languages/Other Group: Development/Languages/Other
Requires: %{name} = %{version} Requires: %{name} = %{version}
@ -109,7 +107,6 @@ Provides: clang
This package contains the clang (C language) frontend for LLVM. This package contains the clang (C language) frontend for LLVM.
%package clang-devel %package clang-devel
Summary: CLANG frontend for LLVM (devel package) Summary: CLANG frontend for LLVM (devel package)
Group: Development/Languages/Other Group: Development/Languages/Other
Requires: clang = %{version} Requires: clang = %{version}
@ -120,7 +117,6 @@ This package contains the clang (C language) frontend for LLVM.
(development files) (development files)
%package vim-plugins %package vim-plugins
Summary: Vim plugins for LLVM Summary: Vim plugins for LLVM
Group: Productivity/Text/Editors Group: Productivity/Text/Editors
Requires: vim Requires: vim