trigger service run
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=77
This commit is contained in:
parent
3070a92319
commit
e2464a3d8a
3
_service:download_files:bash-4.2.tar.gz
Normal file
3
_service:download_files:bash-4.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a27a1179ec9c0830c65c6aa5d7dab60f7ce1a2a608618570f96bfa72e95ab3d8
|
||||||
|
size 7009201
|
3
_service:download_files:readline-6.2.tar.gz
Normal file
3
_service:download_files:readline-6.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:79a696070a058c233c72dd6ac697021cc64abd5ed51e59db867d66d196a89381
|
||||||
|
size 2277926
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:2ebc79102e7f4e5eec2efa340c1bf52d0b0302f55c9d748d76da768255343244
|
oid sha256:5f1bf907129dd4d5085472eb618aae814e29cb7906741fda01d0b2c519510ba3
|
||||||
size 8428
|
size 8767
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:413ab72b6b17b5a0909b5462e94e2e81fc186f7766a99fdcbbef942da6a27148
|
|
||||||
size 5126957
|
|
3
bash-4.2.tar.gz
Normal file
3
bash-4.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a27a1179ec9c0830c65c6aa5d7dab60f7ce1a2a608618570f96bfa72e95ab3d8
|
||||||
|
size 7009201
|
11
bash.changes
11
bash.changes
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 17 11:43:00 UTC 2011 - coolo@novell.com
|
||||||
|
|
||||||
|
- use original source URLs
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 16 15:03:04 CEST 2011 - werner@suse.de
|
||||||
|
|
||||||
|
- Fix the fix for bug bnc#681286 to be able to avoid both a not
|
||||||
|
expanding glob as well as the infinit loop in multi byte locale
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 12 12:04:28 CEST 2011 - werner@suse.de
|
Thu May 12 12:04:28 CEST 2011 - werner@suse.de
|
||||||
|
|
||||||
|
33
bash.spec
33
bash.spec
@ -40,8 +40,8 @@ Version: 4.2
|
|||||||
Release: 4
|
Release: 4
|
||||||
Summary: The GNU Bourne-Again Shell
|
Summary: The GNU Bourne-Again Shell
|
||||||
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.bz2
|
Source0: ftp://ftp.gnu.org/gnu/bash/bash-%{bash_vers}.tar.gz
|
||||||
Source1: ftp://ftp.gnu.org/gnu/readline/readline-%{rl_vers}.tar.bz2
|
Source1: ftp://ftp.gnu.org/gnu/readline/readline-%{rl_vers}.tar.gz
|
||||||
Source2: bash-%{bash_vers}-patches.tar.bz2
|
Source2: bash-%{bash_vers}-patches.tar.bz2
|
||||||
Source3: readline-%{rl_vers}-patches.tar.bz2
|
Source3: readline-%{rl_vers}-patches.tar.bz2
|
||||||
Source4: run-tests
|
Source4: run-tests
|
||||||
@ -85,6 +85,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
%global _minsh 0
|
%global _minsh 0
|
||||||
%{expand: %%global rl_major %(echo %{rl_vers} | sed -r 's/.[0-9]+//g')}
|
%{expand: %%global rl_major %(echo %{rl_vers} | sed -r 's/.[0-9]+//g')}
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Bash is an sh-compatible command interpreter that executes commands
|
Bash is an sh-compatible command interpreter that executes commands
|
||||||
read from standard input or from a file. Bash incorporates useful
|
read from standard input or from a file. Bash incorporates useful
|
||||||
@ -112,6 +113,7 @@ AutoReqProv: on
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%description -n bash-doc
|
%description -n bash-doc
|
||||||
This package contains the documentation for using the bourne shell
|
This package contains the documentation for using the bourne shell
|
||||||
interpreter Bash.
|
interpreter Bash.
|
||||||
@ -126,6 +128,7 @@ Authors:
|
|||||||
%lang_package(bash)
|
%lang_package(bash)
|
||||||
%else
|
%else
|
||||||
|
|
||||||
|
|
||||||
%package -n bash-lang
|
%package -n bash-lang
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Summary: Languages for package bash
|
Summary: Languages for package bash
|
||||||
@ -133,10 +136,12 @@ Group: System/Localization
|
|||||||
Provides: bash-lang = %{version}
|
Provides: bash-lang = %{version}
|
||||||
Requires: bash = %{version}
|
Requires: bash = %{version}
|
||||||
|
|
||||||
|
|
||||||
%description -n bash-lang
|
%description -n bash-lang
|
||||||
Provides translations to the package bash
|
Provides translations to the package bash
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%package -n bash-devel
|
%package -n bash-devel
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Summary: Include Files mandatory for Development of bash loadable builtins
|
Summary: Include Files mandatory for Development of bash loadable builtins
|
||||||
@ -145,6 +150,7 @@ Version: 4.2
|
|||||||
Release: 4
|
Release: 4
|
||||||
AutoReqProv: on
|
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>
|
||||||
@ -165,6 +171,7 @@ Version: 4.2
|
|||||||
Release: 4
|
Release: 4
|
||||||
AutoReqProv: on
|
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
|
||||||
builtins found in the source tar ball of the bash:
|
builtins found in the source tar ball of the bash:
|
||||||
@ -244,6 +251,7 @@ Provides: readline = 6.2
|
|||||||
Obsoletes: readline <= 6.1
|
Obsoletes: readline <= 6.1
|
||||||
AutoReqProv: on
|
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
|
||||||
@ -275,6 +283,7 @@ Obsoletes: readline-devel-64bit
|
|||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%description -n readline-devel
|
%description -n readline-devel
|
||||||
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.
|
||||||
@ -299,6 +308,7 @@ AutoReqProv: on
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%description -n readline-doc
|
%description -n readline-doc
|
||||||
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.
|
||||||
@ -353,6 +363,7 @@ done
|
|||||||
%patch30 -p0 -b .destdir
|
%patch30 -p0 -b .destdir
|
||||||
%patch20 -p0 -b .0
|
%patch20 -p0 -b .0
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
LANG=POSIX
|
LANG=POSIX
|
||||||
LC_ALL=$LANG
|
LC_ALL=$LANG
|
||||||
@ -530,6 +541,7 @@ popd
|
|||||||
make -C examples/loadables/
|
make -C examples/loadables/
|
||||||
make documentation
|
make documentation
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
pushd ../readline-%{rl_vers}%{extend}
|
pushd ../readline-%{rl_vers}%{extend}
|
||||||
make install htmldir=%{_defaultdocdir}/readline \
|
make install htmldir=%{_defaultdocdir}/readline \
|
||||||
@ -601,29 +613,37 @@ EOF
|
|||||||
%fdupes -s %{buildroot}%{_datadir}/bash/helpfiles
|
%fdupes -s %{buildroot}%{_datadir}/bash/helpfiles
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%post -n bash-doc
|
%post -n bash-doc
|
||||||
%install_info --info-dir=%{_infodir} %{_infodir}/bash.info.gz
|
%install_info --info-dir=%{_infodir} %{_infodir}/bash.info.gz
|
||||||
|
|
||||||
|
|
||||||
%postun -n bash-doc
|
%postun -n bash-doc
|
||||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/bash.info.gz
|
%install_info_delete --info-dir=%{_infodir} %{_infodir}/bash.info.gz
|
||||||
|
|
||||||
|
|
||||||
%post -n libreadline6 -p /sbin/ldconfig
|
%post -n libreadline6 -p /sbin/ldconfig
|
||||||
|
|
||||||
|
|
||||||
%postun -n libreadline6 -p /sbin/ldconfig
|
%postun -n libreadline6 -p /sbin/ldconfig
|
||||||
|
|
||||||
|
|
||||||
%post -n readline-doc
|
%post -n readline-doc
|
||||||
%install_info --info-dir=%{_infodir} %{_infodir}/history.info.gz
|
%install_info --info-dir=%{_infodir} %{_infodir}/history.info.gz
|
||||||
%install_info --info-dir=%{_infodir} %{_infodir}/readline.info.gz
|
%install_info --info-dir=%{_infodir} %{_infodir}/readline.info.gz
|
||||||
|
|
||||||
|
|
||||||
%postun -n readline-doc
|
%postun -n readline-doc
|
||||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/history.info.gz
|
%install_info_delete --info-dir=%{_infodir} %{_infodir}/history.info.gz
|
||||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/readline.info.gz
|
%install_info_delete --info-dir=%{_infodir} %{_infodir}/readline.info.gz
|
||||||
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
ldd -u -r %{buildroot}/bin/bash || true
|
ldd -u -r %{buildroot}/bin/bash || true
|
||||||
ldd -u -r %{buildroot}%{_libdir}/libreadline.so || true
|
ldd -u -r %{buildroot}%{_libdir}/libreadline.so || true
|
||||||
%{?buildroot: %{__rm} -rf %{buildroot}}
|
%{?buildroot: %{__rm} -rf %{buildroot}}
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%config %attr(600,root,root) %{_sysconfdir}/skel/.bash_history
|
%config %attr(600,root,root) %{_sysconfdir}/skel/.bash_history
|
||||||
@ -639,9 +659,11 @@ ldd -u -r %{buildroot}%{_libdir}/libreadline.so || true
|
|||||||
%dir %{_datadir}/bash/helpfiles
|
%dir %{_datadir}/bash/helpfiles
|
||||||
%{_datadir}/bash/helpfiles/*
|
%{_datadir}/bash/helpfiles/*
|
||||||
|
|
||||||
|
|
||||||
%files -n bash-lang -f bash.lang
|
%files -n bash-lang -f bash.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
|
|
||||||
%files -n bash-doc
|
%files -n bash-doc
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc %{_infodir}/bash.info.gz
|
%doc %{_infodir}/bash.info.gz
|
||||||
@ -651,6 +673,7 @@ ldd -u -r %{buildroot}%{_libdir}/libreadline.so || true
|
|||||||
%doc %{_mandir}/man1/rbash.1.gz
|
%doc %{_mandir}/man1/rbash.1.gz
|
||||||
%doc %{_defaultdocdir}/bash/
|
%doc %{_defaultdocdir}/bash/
|
||||||
|
|
||||||
|
|
||||||
%files -n bash-devel
|
%files -n bash-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir /%{_includedir}/bash/
|
%dir /%{_includedir}/bash/
|
||||||
@ -659,12 +682,14 @@ ldd -u -r %{buildroot}%{_libdir}/libreadline.so || true
|
|||||||
/%{_incdir}/bash/%{bash_vers}/*.h
|
/%{_incdir}/bash/%{bash_vers}/*.h
|
||||||
/%{_incdir}/bash/%{bash_vers}/builtins/*.h
|
/%{_incdir}/bash/%{bash_vers}/builtins/*.h
|
||||||
|
|
||||||
|
|
||||||
%files -n bash-loadables
|
%files -n bash-loadables
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_ldldir}/
|
%dir %{_ldldir}/
|
||||||
%dir %{_ldldir}/%{bash_vers}/
|
%dir %{_ldldir}/%{bash_vers}/
|
||||||
%{_ldldir}/%{bash_vers}/*
|
%{_ldldir}/%{bash_vers}/*
|
||||||
|
|
||||||
|
|
||||||
%files -n libreadline6
|
%files -n libreadline6
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
/%{_lib}/libhistory.so.%{rl_major}
|
/%{_lib}/libhistory.so.%{rl_major}
|
||||||
@ -672,6 +697,7 @@ ldd -u -r %{buildroot}%{_libdir}/libreadline.so || true
|
|||||||
/%{_lib}/libreadline.so.%{rl_major}
|
/%{_lib}/libreadline.so.%{rl_major}
|
||||||
/%{_lib}/libreadline.so.%{rl_vers}
|
/%{_lib}/libreadline.so.%{rl_vers}
|
||||||
|
|
||||||
|
|
||||||
%files -n readline-devel
|
%files -n readline-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_incdir}/readline/
|
%{_incdir}/readline/
|
||||||
@ -679,10 +705,13 @@ ldd -u -r %{buildroot}%{_libdir}/libreadline.so || true
|
|||||||
%{_libdir}/libreadline.so
|
%{_libdir}/libreadline.so
|
||||||
%doc %{_mandir}/man3/readline.3.gz
|
%doc %{_mandir}/man3/readline.3.gz
|
||||||
|
|
||||||
|
|
||||||
%files -n readline-doc
|
%files -n readline-doc
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc %{_infodir}/history.info.gz
|
%doc %{_infodir}/history.info.gz
|
||||||
%doc %{_infodir}/readline.info.gz
|
%doc %{_infodir}/readline.info.gz
|
||||||
%doc %{_defaultdocdir}/readline/
|
%doc %{_defaultdocdir}/readline/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:268b150ec7ed945b56b0b12391c612129effb080bbb1b38be86936630c2a4328
|
|
||||||
size 1884298
|
|
3
readline-6.2.tar.gz
Normal file
3
readline-6.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:79a696070a058c233c72dd6ac697021cc64abd5ed51e59db867d66d196a89381
|
||||||
|
size 2277926
|
Loading…
Reference in New Issue
Block a user