- remove suse_update_config calls - obsolete
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=110
This commit is contained in:
parent
fedcab5e82
commit
94ef2b278a
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 19 14:34:41 UTC 2011 - coolo@suse.de
|
||||||
|
|
||||||
|
- remove suse_update_config calls - obsolete
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 25 17:08:30 UTC 2011 - werner@suse.de
|
Fri Nov 25 17:08:30 UTC 2011 - werner@suse.de
|
||||||
|
|
||||||
|
32
bash.spec
32
bash.spec
@ -15,15 +15,12 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: bash
|
Name: bash
|
||||||
BuildRequires: bison ncurses-devel
|
BuildRequires: bison
|
||||||
|
BuildRequires: ncurses-devel
|
||||||
%if %suse_version > 1020
|
%if %suse_version > 1020
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
%endif
|
%endif
|
||||||
License: GPL-2.0+
|
|
||||||
Group: System/Shells
|
|
||||||
%define bash_vers 4.2
|
%define bash_vers 4.2
|
||||||
%define rl_vers 6.2
|
%define rl_vers 6.2
|
||||||
%define extend ""
|
%define extend ""
|
||||||
@ -36,8 +33,10 @@ Suggests: command-not-found
|
|||||||
Recommends: bash-doc = %bash_vers
|
Recommends: bash-doc = %bash_vers
|
||||||
%endif
|
%endif
|
||||||
Version: 4.2
|
Version: 4.2
|
||||||
Release: 5
|
Release: 0
|
||||||
Summary: The GNU Bourne-Again Shell
|
Summary: The GNU Bourne-Again Shell
|
||||||
|
License: GPL-2.0+
|
||||||
|
Group: System/Shells
|
||||||
Url: http://www.gnu.org/software/bash/bash.html
|
Url: http://www.gnu.org/software/bash/bash.html
|
||||||
Source0: ftp://ftp.gnu.org/gnu/bash/bash-%{bash_vers}.tar.gz
|
Source0: ftp://ftp.gnu.org/gnu/bash/bash-%{bash_vers}.tar.gz
|
||||||
Source1: ftp://ftp.gnu.org/gnu/readline/readline-%{rl_vers}.tar.gz
|
Source1: ftp://ftp.gnu.org/gnu/readline/readline-%{rl_vers}.tar.gz
|
||||||
@ -95,13 +94,12 @@ 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: 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
|
||||||
PreReq: %install_info_prereq
|
PreReq: %install_info_prereq
|
||||||
Version: 4.2
|
Version: 4.2
|
||||||
Release: 5
|
Release: 0
|
||||||
%if %suse_version > 1120
|
%if %suse_version > 1120
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%endif
|
%endif
|
||||||
@ -115,7 +113,6 @@ interpreter Bash.
|
|||||||
%else
|
%else
|
||||||
|
|
||||||
%package -n bash-lang
|
%package -n bash-lang
|
||||||
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,11 +123,10 @@ Provides translations to the package bash
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%package -n bash-devel
|
%package -n bash-devel
|
||||||
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
|
||||||
Release: 5
|
Release: 0
|
||||||
|
|
||||||
%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
|
||||||
@ -138,11 +134,10 @@ 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: GPL-2.0+
|
|
||||||
Summary: Loadable bash builtins
|
Summary: Loadable bash builtins
|
||||||
Group: System/Shells
|
Group: System/Shells
|
||||||
Version: 4.2
|
Version: 4.2
|
||||||
Release: 5
|
Release: 0
|
||||||
|
|
||||||
%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
|
||||||
@ -199,12 +194,11 @@ whoami Print out username of current user.
|
|||||||
|
|
||||||
|
|
||||||
%package -n libreadline6
|
%package -n libreadline6
|
||||||
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}
|
||||||
Version: 6.2
|
Version: 6.2
|
||||||
Release: 5
|
Release: 0
|
||||||
%if %suse_version > 1020
|
%if %suse_version > 1020
|
||||||
Recommends: readline-doc = %{version}
|
Recommends: readline-doc = %{version}
|
||||||
%endif
|
%endif
|
||||||
@ -222,12 +216,11 @@ 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: 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
|
||||||
Version: 6.2
|
Version: 6.2
|
||||||
Release: 5
|
Release: 0
|
||||||
Requires: libreadline6 = %{version}
|
Requires: libreadline6 = %{version}
|
||||||
Requires: ncurses-devel
|
Requires: ncurses-devel
|
||||||
%if %suse_version > 1020
|
%if %suse_version > 1020
|
||||||
@ -244,13 +237,12 @@ 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: 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
|
||||||
PreReq: %install_info_prereq
|
PreReq: %install_info_prereq
|
||||||
Version: 6.2
|
Version: 6.2
|
||||||
Release: 5
|
Release: 0
|
||||||
%if %suse_version > 1120
|
%if %suse_version > 1120
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%endif
|
%endif
|
||||||
@ -316,7 +308,6 @@ done
|
|||||||
MACHTYPE=${CPU}-suse-linux
|
MACHTYPE=${CPU}-suse-linux
|
||||||
export LANG LC_ALL HOSTTYPE MACHTYPE
|
export LANG LC_ALL HOSTTYPE MACHTYPE
|
||||||
pushd ../readline-%{rl_vers}%{extend}
|
pushd ../readline-%{rl_vers}%{extend}
|
||||||
%{?suse_update_config:%{suse_update_config -f support}}
|
|
||||||
autoconf
|
autoconf
|
||||||
cflags ()
|
cflags ()
|
||||||
{
|
{
|
||||||
@ -407,7 +398,6 @@ popd
|
|||||||
CC_FOR_BUILD="$CC"
|
CC_FOR_BUILD="$CC"
|
||||||
CFLAGS_FOR_BUILD="$CFLAGS"
|
CFLAGS_FOR_BUILD="$CFLAGS"
|
||||||
export CC_FOR_BUILD CFLAGS_FOR_BUILD CFLAGS LDFLAGS CC
|
export CC_FOR_BUILD CFLAGS_FOR_BUILD CFLAGS LDFLAGS CC
|
||||||
%{?suse_update_config:%{suse_update_config -f support}}
|
|
||||||
autoconf
|
autoconf
|
||||||
#
|
#
|
||||||
# We have a malloc with our glibc
|
# We have a malloc with our glibc
|
||||||
|
Loading…
Reference in New Issue
Block a user