- remove autoreqprov and author lists
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=81
This commit is contained in:
parent
1ea73e2fa5
commit
a5332cb3b4
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a27a1179ec9c0830c65c6aa5d7dab60f7ce1a2a608618570f96bfa72e95ab3d8
|
|
||||||
size 7009201
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:79a696070a058c233c72dd6ac697021cc64abd5ed51e59db867d66d196a89381
|
|
||||||
size 2277926
|
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 19 14:59:39 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
- remove autoreqprov and author lists
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 21 18:58:56 CEST 2011 - werner@suse.de
|
Tue Jun 21 18:58:56 CEST 2011 - werner@suse.de
|
||||||
|
|
||||||
|
54
bash.spec
54
bash.spec
@ -35,7 +35,6 @@ Recommends: bash-lang = %bash_vers
|
|||||||
Suggests: command-not-found
|
Suggests: command-not-found
|
||||||
Recommends: bash-doc = %bash_vers
|
Recommends: bash-doc = %bash_vers
|
||||||
%endif
|
%endif
|
||||||
AutoReqProv: on
|
|
||||||
Version: 4.2
|
Version: 4.2
|
||||||
Release: 5
|
Release: 5
|
||||||
Summary: The GNU Bourne-Again Shell
|
Summary: The GNU Bourne-Again Shell
|
||||||
@ -92,13 +91,6 @@ features from the Korn and C shells (ksh and csh). Bash is intended to
|
|||||||
be a conformant implementation of the IEEE Posix Shell and Tools
|
be a conformant implementation of the IEEE Posix Shell and Tools
|
||||||
specification (IEEE Working Group 1003.2).
|
specification (IEEE Working Group 1003.2).
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Brian Fox <bfox@gnu.org>
|
|
||||||
Chet Ramey <chet@ins.cwru.edu>
|
|
||||||
|
|
||||||
%package -n bash-doc
|
%package -n bash-doc
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Summary: Documentation how to Use the GNU Bourne-Again Shell
|
Summary: Documentation how to Use the GNU Bourne-Again Shell
|
||||||
@ -107,7 +99,6 @@ Provides: bash:%{_infodir}/bash.info.gz
|
|||||||
PreReq: %install_info_prereq
|
PreReq: %install_info_prereq
|
||||||
Version: 4.2
|
Version: 4.2
|
||||||
Release: 5
|
Release: 5
|
||||||
AutoReqProv: on
|
|
||||||
%if %suse_version > 1120
|
%if %suse_version > 1120
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%endif
|
%endif
|
||||||
@ -116,12 +107,6 @@ BuildArch: noarch
|
|||||||
This package contains the documentation for using the bourne shell
|
This package contains the documentation for using the bourne shell
|
||||||
interpreter Bash.
|
interpreter Bash.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Brian Fox <bfox@gnu.org>
|
|
||||||
Chet Ramey <chet@ins.cwru.edu>
|
|
||||||
%if %{defined lang_package}
|
%if %{defined lang_package}
|
||||||
%lang_package(bash)
|
%lang_package(bash)
|
||||||
%else
|
%else
|
||||||
@ -143,27 +128,18 @@ Summary: Include Files mandatory for Development of bash loadable builtin
|
|||||||
Group: Development/Languages/C and C++
|
Group: Development/Languages/C and C++
|
||||||
Version: 4.2
|
Version: 4.2
|
||||||
Release: 5
|
Release: 5
|
||||||
AutoReqProv: on
|
|
||||||
|
|
||||||
%description -n bash-devel
|
%description -n bash-devel
|
||||||
This package contains the C header files for writing loadable new
|
This package contains the C header files for writing loadable new
|
||||||
builtins for the interpreter Bash. Use -I /usr/include/bash/<version>
|
builtins for the interpreter Bash. Use -I /usr/include/bash/<version>
|
||||||
on the compilers command line.
|
on the compilers command line.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Brian Fox <bfox@gnu.org>
|
|
||||||
Chet Ramey <chet@ins.cwru.edu>
|
|
||||||
|
|
||||||
%package -n bash-loadables
|
%package -n bash-loadables
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Summary: Loadable bash builtins
|
Summary: Loadable bash builtins
|
||||||
Group: System/Shells
|
Group: System/Shells
|
||||||
Version: 4.2
|
Version: 4.2
|
||||||
Release: 5
|
Release: 5
|
||||||
AutoReqProv: on
|
|
||||||
|
|
||||||
%description -n bash-loadables
|
%description -n bash-loadables
|
||||||
This package contains the examples for the ready-to-dynamic-load
|
This package contains the examples for the ready-to-dynamic-load
|
||||||
@ -219,12 +195,6 @@ unlink Remove a directory entry.
|
|||||||
whoami Print out username of current user.
|
whoami Print out username of current user.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Brian Fox <bfox@gnu.org>
|
|
||||||
Chet Ramey <chet@ins.cwru.edu>
|
|
||||||
|
|
||||||
%package -n libreadline6
|
%package -n libreadline6
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Summary: The Readline Library
|
Summary: The Readline Library
|
||||||
@ -242,20 +212,12 @@ Obsoletes: readline-64bit
|
|||||||
#
|
#
|
||||||
Provides: readline = 6.2
|
Provides: readline = 6.2
|
||||||
Obsoletes: readline <= 6.1
|
Obsoletes: readline <= 6.1
|
||||||
AutoReqProv: on
|
|
||||||
|
|
||||||
%description -n libreadline6
|
%description -n libreadline6
|
||||||
The readline library is used by the Bourne Again Shell (bash, the
|
The readline library is used by the Bourne Again Shell (bash, the
|
||||||
standard command interpreter) for easy editing of command lines. This
|
standard command interpreter) for easy editing of command lines. This
|
||||||
includes history and search functionality.
|
includes history and search functionality.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Brian Fox <bfox@gnu.org>
|
|
||||||
Chet Ramey <chet@ins.cwru.edu>
|
|
||||||
|
|
||||||
%package -n readline-devel
|
%package -n readline-devel
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Summary: Include Files and Libraries mandatory for Development
|
Summary: Include Files and Libraries mandatory for Development
|
||||||
@ -268,7 +230,6 @@ Requires: ncurses-devel
|
|||||||
%if %suse_version > 1020
|
%if %suse_version > 1020
|
||||||
Recommends: readline-doc = %{version}
|
Recommends: readline-doc = %{version}
|
||||||
%endif
|
%endif
|
||||||
AutoReqProv: on
|
|
||||||
# bug437293
|
# bug437293
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
Obsoletes: readline-devel-64bit
|
Obsoletes: readline-devel-64bit
|
||||||
@ -279,13 +240,6 @@ Obsoletes: readline-devel-64bit
|
|||||||
This package contains all necessary include files and libraries needed
|
This package contains all necessary include files and libraries needed
|
||||||
to develop applications that require these.
|
to develop applications that require these.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Brian Fox <bfox@gnu.org>
|
|
||||||
Chet Ramey <chet@ins.cwru.edu>
|
|
||||||
|
|
||||||
%package -n readline-doc
|
%package -n readline-doc
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Summary: Documentation how to Use and Program with the Readline Library
|
Summary: Documentation how to Use and Program with the Readline Library
|
||||||
@ -294,7 +248,6 @@ Provides: readline:%{_infodir}/readline.info.gz
|
|||||||
PreReq: %install_info_prereq
|
PreReq: %install_info_prereq
|
||||||
Version: 6.2
|
Version: 6.2
|
||||||
Release: 5
|
Release: 5
|
||||||
AutoReqProv: on
|
|
||||||
%if %suse_version > 1120
|
%if %suse_version > 1120
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%endif
|
%endif
|
||||||
@ -303,13 +256,6 @@ BuildArch: noarch
|
|||||||
This package contains the documentation for using the readline library
|
This package contains the documentation for using the readline library
|
||||||
as well as programming with the interface of the readline library.
|
as well as programming with the interface of the readline library.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Brian Fox <bfox@gnu.org>
|
|
||||||
Chet Ramey <chet@ins.cwru.edu>
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n bash-%{bash_vers}%{extend} -b1 -b2 -b3
|
%setup -q -n bash-%{bash_vers}%{extend} -b1 -b2 -b3
|
||||||
for p in ../bash-%{bash_vers}-patches/*; do
|
for p in ../bash-%{bash_vers}-patches/*; do
|
||||||
|
Loading…
Reference in New Issue
Block a user