replace license with spdx.org variant

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bash?expand=0&rev=90
This commit is contained in:
Stephan Kulow 2011-12-06 17:00:24 +00:00 committed by Git OBS Bridge
parent 966be9a259
commit 67ba6d57c3

View File

@ -22,7 +22,7 @@ BuildRequires: bison ncurses-devel
%if %suse_version > 1020 %if %suse_version > 1020
BuildRequires: fdupes BuildRequires: fdupes
%endif %endif
License: GPLv2+ License: GPL-2.0+
Group: System/Shells Group: System/Shells
%define bash_vers 4.2 %define bash_vers 4.2
%define rl_vers 6.2 %define rl_vers 6.2
@ -95,7 +95,7 @@ be a conformant implementation of the IEEE Posix Shell and Tools
specification (IEEE Working Group 1003.2). specification (IEEE Working Group 1003.2).
%package -n bash-doc %package -n bash-doc
License: GPLv2+ License: GPL-2.0+
Summary: Documentation how to Use the GNU Bourne-Again Shell Summary: Documentation how to Use the GNU Bourne-Again Shell
Group: Documentation/Man Group: Documentation/Man
Provides: bash:%{_infodir}/bash.info.gz Provides: bash:%{_infodir}/bash.info.gz
@ -115,7 +115,7 @@ interpreter Bash.
%else %else
%package -n bash-lang %package -n bash-lang
License: GPLv2+ License: GPL-2.0+
Summary: Languages for package bash Summary: Languages for package bash
Group: System/Localization Group: System/Localization
Provides: bash-lang = %{version} Provides: bash-lang = %{version}
@ -126,7 +126,7 @@ Provides translations to the package bash
%endif %endif
%package -n bash-devel %package -n bash-devel
License: GPLv2+ License: GPL-2.0+
Summary: Include Files mandatory for Development of bash loadable builtins Summary: Include Files mandatory for Development of bash loadable builtins
Group: Development/Languages/C and C++ Group: Development/Languages/C and C++
Version: 4.2 Version: 4.2
@ -138,7 +138,7 @@ builtins for the interpreter Bash. Use -I /usr/include/bash/<version>
on the compilers command line. on the compilers command line.
%package -n bash-loadables %package -n bash-loadables
License: GPLv2+ License: GPL-2.0+
Summary: Loadable bash builtins Summary: Loadable bash builtins
Group: System/Shells Group: System/Shells
Version: 4.2 Version: 4.2
@ -199,7 +199,7 @@ whoami Print out username of current user.
%package -n libreadline6 %package -n libreadline6
License: GPLv2+ License: GPL-2.0+
Summary: The Readline Library Summary: The Readline Library
Group: System/Libraries Group: System/Libraries
Provides: bash:/%{_lib}/libreadline.so.%{rl_major} Provides: bash:/%{_lib}/libreadline.so.%{rl_major}
@ -222,7 +222,7 @@ standard command interpreter) for easy editing of command lines. This
includes history and search functionality. includes history and search functionality.
%package -n readline-devel %package -n readline-devel
License: GPLv2+ License: GPL-2.0+
Summary: Include Files and Libraries mandatory for Development Summary: Include Files and Libraries mandatory for Development
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Provides: bash:%{_libdir}/libreadline.a Provides: bash:%{_libdir}/libreadline.a
@ -244,7 +244,7 @@ This package contains all necessary include files and libraries needed
to develop applications that require these. to develop applications that require these.
%package -n readline-doc %package -n readline-doc
License: GPLv2+ License: GPL-2.0+
Summary: Documentation how to Use and Program with the Readline Library Summary: Documentation how to Use and Program with the Readline Library
Group: System/Libraries Group: System/Libraries
Provides: readline:%{_infodir}/readline.info.gz Provides: readline:%{_infodir}/readline.info.gz