replace license with spdx.org variant

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsigc++2?expand=0&rev=26
This commit is contained in:
Stephan Kulow 2011-12-06 17:25:46 +00:00 committed by Git OBS Bridge
parent d03eb1554f
commit 13b06c1dba

View File

@ -24,7 +24,7 @@ BuildRequires: gcc-c++ pkg-config
Version: 2.2.10 Version: 2.2.10
Release: 1 Release: 1
Group: System/Libraries Group: System/Libraries
License: LGPLv2.1+ License: LGPL-2.1+
Summary: Typesafe Signal Framework for C++ Summary: Typesafe Signal Framework for C++
Url: http://libsigc.sourceforge.net/ Url: http://libsigc.sourceforge.net/
Source: http://download.gnome.org/sources/libsigc++/2.2/%{_name}-%{version}.tar.bz2 Source: http://download.gnome.org/sources/libsigc++/2.2/%{_name}-%{version}.tar.bz2
@ -40,7 +40,7 @@ adaptor classes for connection of dissimilar callbacks and has an ease
of use unmatched by other C++ callback libraries. of use unmatched by other C++ callback libraries.
%package -n libsigc-2_0-0 %package -n libsigc-2_0-0
License: LGPLv2.1+ License: LGPL-2.1+
Group: System/Libraries Group: System/Libraries
Summary: Typesafe Signal Framework for C++ Summary: Typesafe Signal Framework for C++
Provides: %{name} = %{version} Provides: %{name} = %{version}
@ -55,7 +55,7 @@ adaptor classes for connection of dissimilar callbacks and has an ease
of use unmatched by other C++ callback libraries. of use unmatched by other C++ callback libraries.
%package devel %package devel
License: LGPLv2.1+ License: LGPL-2.1+
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Summary: Typesafe Signal Framework for C++ Summary: Typesafe Signal Framework for C++
Requires: libsigc-2_0-0 = %{version} libstdc++-devel Requires: libsigc-2_0-0 = %{version} libstdc++-devel