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
|
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/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: swig
|
Name: swig
|
||||||
BuildRequires: boost-devel
|
BuildRequires: boost-devel
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
@ -50,11 +48,11 @@ BuildRequires: ruby-devel
|
|||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
Version: 2.0.4
|
Version: 2.0.4
|
||||||
Release: 5
|
Release: 0
|
||||||
License: GPLv3+ and BSD
|
|
||||||
Summary: Simplified Wrapper and Interface Generator
|
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++
|
Group: Development/Languages/C and C++
|
||||||
|
Url: http://www.swig.org
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Source1: %{name}.rpmlintrc
|
Source1: %{name}.rpmlintrc
|
||||||
# PATCH-FIX-UPSTREAM swig-2.0.4-support-python32.patch idoenmez@suse.de -- Support Python 3.2
|
# 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.
|
customization options, and more.
|
||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
License: BSD3c
|
|
||||||
Summary: SWIG Manual
|
Summary: SWIG Manual
|
||||||
Group: Development/Languages/C and C++
|
License: BSD-3-Clause
|
||||||
Requires: swig
|
Requires: swig
|
||||||
%if 0%{?suse_version} >= 1120
|
%if 0%{?suse_version} >= 1120
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -101,9 +98,8 @@ customization options, and more.
|
|||||||
This package contains the SWIG manual.
|
This package contains the SWIG manual.
|
||||||
|
|
||||||
%package examples
|
%package examples
|
||||||
License: BSD3c
|
|
||||||
Summary: SWIG example files
|
Summary: SWIG example files
|
||||||
Group: Development/Languages/C and C++
|
License: BSD-3-Clause
|
||||||
Requires: swig
|
Requires: swig
|
||||||
|
|
||||||
%description examples
|
%description examples
|
||||||
|
Loading…
x
Reference in New Issue
Block a user