- fix build, add Group field to subpackages

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/swig?expand=0&rev=28
This commit is contained in:
Klaus Kämpf 2012-03-05 13:21:52 +00:00 committed by Git OBS Bridge
parent c39aafaeeb
commit b07254f4ba
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 5 13:19:56 UTC 2012 - kkaempf@suse.com
- fix build, add Group field to subpackages
-------------------------------------------------------------------
Fri Dec 9 08:55:59 UTC 2011 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package swig
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -15,6 +15,8 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: swig
BuildRequires: boost-devel
BuildRequires: gcc-c++
@ -80,6 +82,7 @@ customization options, and more.
%package doc
Summary: SWIG Manual
License: BSD-3-Clause
Group: Documentation/Man
Requires: swig
%if 0%{?suse_version} >= 1120
BuildArch: noarch
@ -100,6 +103,7 @@ This package contains the SWIG manual.
%package examples
Summary: SWIG example files
License: BSD-3-Clause
Group: Documentation/Howto
Requires: swig
%description examples