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:
parent
966be9a259
commit
67ba6d57c3
16
bash.spec
16
bash.spec
@ -22,7 +22,7 @@ BuildRequires: bison ncurses-devel
|
||||
%if %suse_version > 1020
|
||||
BuildRequires: fdupes
|
||||
%endif
|
||||
License: GPLv2+
|
||||
License: GPL-2.0+
|
||||
Group: System/Shells
|
||||
%define bash_vers 4.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).
|
||||
|
||||
%package -n bash-doc
|
||||
License: GPLv2+
|
||||
License: GPL-2.0+
|
||||
Summary: Documentation how to Use the GNU Bourne-Again Shell
|
||||
Group: Documentation/Man
|
||||
Provides: bash:%{_infodir}/bash.info.gz
|
||||
@ -115,7 +115,7 @@ interpreter Bash.
|
||||
%else
|
||||
|
||||
%package -n bash-lang
|
||||
License: GPLv2+
|
||||
License: GPL-2.0+
|
||||
Summary: Languages for package bash
|
||||
Group: System/Localization
|
||||
Provides: bash-lang = %{version}
|
||||
@ -126,7 +126,7 @@ Provides translations to the package bash
|
||||
%endif
|
||||
|
||||
%package -n bash-devel
|
||||
License: GPLv2+
|
||||
License: GPL-2.0+
|
||||
Summary: Include Files mandatory for Development of bash loadable builtins
|
||||
Group: Development/Languages/C and C++
|
||||
Version: 4.2
|
||||
@ -138,7 +138,7 @@ builtins for the interpreter Bash. Use -I /usr/include/bash/<version>
|
||||
on the compilers command line.
|
||||
|
||||
%package -n bash-loadables
|
||||
License: GPLv2+
|
||||
License: GPL-2.0+
|
||||
Summary: Loadable bash builtins
|
||||
Group: System/Shells
|
||||
Version: 4.2
|
||||
@ -199,7 +199,7 @@ whoami Print out username of current user.
|
||||
|
||||
|
||||
%package -n libreadline6
|
||||
License: GPLv2+
|
||||
License: GPL-2.0+
|
||||
Summary: The Readline Library
|
||||
Group: System/Libraries
|
||||
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.
|
||||
|
||||
%package -n readline-devel
|
||||
License: GPLv2+
|
||||
License: GPL-2.0+
|
||||
Summary: Include Files and Libraries mandatory for Development
|
||||
Group: Development/Libraries/C and C++
|
||||
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.
|
||||
|
||||
%package -n readline-doc
|
||||
License: GPLv2+
|
||||
License: GPL-2.0+
|
||||
Summary: Documentation how to Use and Program with the Readline Library
|
||||
Group: System/Libraries
|
||||
Provides: readline:%{_infodir}/readline.info.gz
|
||||
|
Loading…
Reference in New Issue
Block a user