OBS User unknown 2008-10-09 16:50:19 +00:00 committed by Git OBS Bridge
parent 753ee18429
commit 3e59bfe184
6 changed files with 25 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7ac9e5dc8efedbd650b764b63f213cd582a8c6c33f9b2b8c6e6d3a9b67c69f4a
size 264567

3
INIT.2008-10-01.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0e976be8e8ba794ece339ea46ca658b25bf86bfd3b4f06b3a371c5184e895de0
size 265025

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d0fe4aac2890bdb32c4e3b8593366a65073c79fbd77f0e878292a40c070b14d2
size 1394334

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3e9ed68602465e2f9b3c42cd4de8b7fad8c7b5711e18139905a6408c79683b57
size 1396266

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Oct 9 15:08:12 CEST 2008 - werner@suse.de
- Switch to 2008-10-01 beta test of ksh93t to fix several crashes
- Do not install locale data as this do not work (bnc#433739)
-------------------------------------------------------------------
Mon Sep 22 11:52:33 CEST 2008 - werner@suse.de

View File

@ -29,11 +29,11 @@ Group: System/Shells
PreReq: /bin/ln /bin/rm /etc/bash.bashrc /bin/true
AutoReqProv: on
Version: 93t
Release: 1
Release: 2
Summary: Korn Shell
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: INIT.2008-09-21.tar.bz2
Source1: ast-ksh.2008-09-21.tar.bz2
Source: INIT.2008-10-01.tar.bz2
Source1: ast-ksh.2008-10-01.tar.bz2
Source2: ast-open-locale.2008-07-25.tar.bz2
Source20: Agreement
Source21: Warning
@ -53,6 +53,7 @@ Patch10: ksh93-suid_exec.dif
Patch11: ksh93-signals.dif
Patch12: ksh93-limits.dif
%global use_suid_exe 0
%global use_locale 0
%description
The original Korn Shell. The ksh is an sh-compatible command
@ -250,7 +251,9 @@ find share/ -type d -a -empty | xargs -r rm -vrf
mkdir -p %{buildroot}%{_mandir}
mkdir %{buildroot}%{_mandir}/man1
mkdir %{buildroot}%{_mandir}/man3
%if %use_locale
mkdir -p %{buildroot}%{_datadir}/locale
%endif
mkdir -p %{buildroot}%{_datadir}/ksh/fun
mkdir -p %{buildroot}%{_sysconfdir}/permissions.d
install bin/ksh %{buildroot}/%{_lib}/ast/bin/
@ -280,6 +283,7 @@ find share/ -type d -a -empty | xargs -r rm -vrf
done
install -m 0644 include/ast/* %{buildroot}%{_includedir}/ast/
popd
%if %use_locale
for msg in share/lib/locale/* ; do
test -d $msg || continue
mkdir -p %{buildroot}%{_datadir}/locale/${msg##*/}/LC_MESSAGES
@ -293,6 +297,9 @@ find share/ -type d -a -empty | xargs -r rm -vrf
s:^([^%%].*)::
s:%%lang\(C\) ::
/^ *$/d' >> ksh.lang
%else
> ksh.lang
%endif
cp lib/package/LICENSES/ast LICENSE
mv src/cmd/ksh93/OBSOLETE src/cmd/ksh93/OBSOLETE.mm
cat src/cmd/ksh93/builtins.mm | sed 's/\\f5/\\fB/g;s/^\.H/\.P\n\.H/g' | troff -Tascii8 -t -mm | grotty -bou > Builtins
@ -364,6 +371,9 @@ fi
%{_includedir}/ast/
%changelog
* Thu Oct 09 2008 werner@suse.de
- Switch to 2008-10-01 beta test of ksh93t to fix several crashes
- Do not install locale data as this do not work (bnc#433739)
* Mon Sep 22 2008 werner@suse.de
- Switch to 2008-09-21 beta test of ksh93t as this fix a crash
- Change manual page: ksh uses socketpair(2) for pipes (bnc#422675)