Accepting request 96070 from devel:openSUSE:Factory:for-legal
- fix license to be in spdx.org format OBS-URL: https://build.opensuse.org/request/show/96070 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/swig?expand=0&rev=26
This commit is contained in:
parent
f163bfcab1
commit
c39aafaeeb
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 9 08:55:59 UTC 2011 - coolo@suse.com
|
||||
|
||||
- fix license to be in spdx.org format
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 5 13:37:26 UTC 2011 - pgajdos@suse.com
|
||||
|
||||
|
14
swig.spec
14
swig.spec
@ -15,8 +15,6 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: swig
|
||||
BuildRequires: boost-devel
|
||||
BuildRequires: gcc-c++
|
||||
@ -50,11 +48,11 @@ BuildRequires: ruby-devel
|
||||
%endif
|
||||
%endif
|
||||
Version: 2.0.4
|
||||
Release: 5
|
||||
License: GPLv3+ and BSD
|
||||
Release: 0
|
||||
Summary: Simplified Wrapper and Interface Generator
|
||||
Url: http://www.swig.org
|
||||
License: GPL-3.0+ and BSD-3-Clause
|
||||
Group: Development/Languages/C and C++
|
||||
Url: http://www.swig.org
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source1: %{name}.rpmlintrc
|
||||
# PATCH-FIX-UPSTREAM swig-2.0.4-support-python32.patch idoenmez@suse.de -- Support Python 3.2
|
||||
@ -80,9 +78,8 @@ documentation generation, module and library management, extensive
|
||||
customization options, and more.
|
||||
|
||||
%package doc
|
||||
License: BSD3c
|
||||
Summary: SWIG Manual
|
||||
Group: Development/Languages/C and C++
|
||||
License: BSD-3-Clause
|
||||
Requires: swig
|
||||
%if 0%{?suse_version} >= 1120
|
||||
BuildArch: noarch
|
||||
@ -101,9 +98,8 @@ customization options, and more.
|
||||
This package contains the SWIG manual.
|
||||
|
||||
%package examples
|
||||
License: BSD3c
|
||||
Summary: SWIG example files
|
||||
Group: Development/Languages/C and C++
|
||||
License: BSD-3-Clause
|
||||
Requires: swig
|
||||
|
||||
%description examples
|
||||
|
Loading…
Reference in New Issue
Block a user