- Upgrade to 31b

- Use script to get %check happy (thanks to Thorsten Glaser)
This commit is contained in:
Robert Scheck 2007-09-11 18:11:32 +00:00
parent c987a091e0
commit 9254e3307b
3 changed files with 9 additions and 4 deletions

View File

@ -1 +1 @@
mksh-R31.cpio.gz
mksh-R31b.cpio.gz

View File

@ -2,7 +2,7 @@
Summary: MirBSD enhanced version of the Korn Shell
Name: mksh
Version: 31
Version: 31b
Release: 1%{?dist}
License: BSD with advertising
Group: System Environment/Shells
@ -10,6 +10,7 @@ URL: http://www.mirbsd.de/%{name}/
Source: http://www.mirbsd.org/MirOS/dist/mir/%{name}/%{name}-R%{version}.cpio.gz
Requires(post): grep
Requires(postun): coreutils, grep
BuildRequires: util-linux
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%description
@ -35,7 +36,7 @@ install -D -m 755 %{name} $RPM_BUILD_ROOT%{_bindir}/%{name}
install -D -m 644 %{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1/%{name}.1
%check
sh test.sh -v
script -qc "./test.sh -v"
%post
if [ ! -f %{_sysconfdir}/shells ]; then
@ -61,6 +62,10 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/%{name}.1*
%changelog
* Tue Sep 11 2007 Robert Scheck <robert@fedoraproject.org> 31b-1
- Upgrade to 31b
- Use script to get %%check happy (thanks to Thorsten Glaser)
* Sat Sep 08 2007 Robert Scheck <robert@fedoraproject.org> 31-1
- Upgrade to 31

View File

@ -1 +1 @@
383703d3bd612d48f9081773726545e8 mksh-R31.cpio.gz
819feed2336274f939c67547c5a3ddbd mksh-R31b.cpio.gz