- Upgrade to 31b
- Use script to get %check happy (thanks to Thorsten Glaser)
This commit is contained in:
parent
c987a091e0
commit
9254e3307b
@ -1 +1 @@
|
|||||||
mksh-R31.cpio.gz
|
mksh-R31b.cpio.gz
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Summary: MirBSD enhanced version of the Korn Shell
|
Summary: MirBSD enhanced version of the Korn Shell
|
||||||
Name: mksh
|
Name: mksh
|
||||||
Version: 31
|
Version: 31b
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: BSD with advertising
|
License: BSD with advertising
|
||||||
Group: System Environment/Shells
|
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
|
Source: http://www.mirbsd.org/MirOS/dist/mir/%{name}/%{name}-R%{version}.cpio.gz
|
||||||
Requires(post): grep
|
Requires(post): grep
|
||||||
Requires(postun): coreutils, grep
|
Requires(postun): coreutils, grep
|
||||||
|
BuildRequires: util-linux
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
%description
|
%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
|
install -D -m 644 %{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1/%{name}.1
|
||||||
|
|
||||||
%check
|
%check
|
||||||
sh test.sh -v
|
script -qc "./test.sh -v"
|
||||||
|
|
||||||
%post
|
%post
|
||||||
if [ ! -f %{_sysconfdir}/shells ]; then
|
if [ ! -f %{_sysconfdir}/shells ]; then
|
||||||
@ -61,6 +62,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man1/%{name}.1*
|
%{_mandir}/man1/%{name}.1*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Sep 08 2007 Robert Scheck <robert@fedoraproject.org> 31-1
|
||||||
- Upgrade to 31
|
- Upgrade to 31
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user