- Upgrade to 31c
- Added a buildrequirement to ed, added arc4random.c file
This commit is contained in:
parent
9254e3307b
commit
b07ea31358
@ -1 +1,2 @@
|
|||||||
mksh-R31b.cpio.gz
|
mksh-R31c.cpio.gz
|
||||||
|
arc4random.c
|
||||||
|
12
mksh.spec
12
mksh.spec
@ -2,15 +2,16 @@
|
|||||||
|
|
||||||
Summary: MirBSD enhanced version of the Korn Shell
|
Summary: MirBSD enhanced version of the Korn Shell
|
||||||
Name: mksh
|
Name: mksh
|
||||||
Version: 31b
|
Version: 31c
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: BSD with advertising
|
License: BSD with advertising
|
||||||
Group: System Environment/Shells
|
Group: System Environment/Shells
|
||||||
URL: http://www.mirbsd.de/%{name}/
|
URL: http://www.mirbsd.de/%{name}/
|
||||||
Source: http://www.mirbsd.org/MirOS/dist/mir/%{name}/%{name}-R%{version}.cpio.gz
|
Source0: http://www.mirbsd.org/MirOS/dist/mir/%{name}/%{name}-R%{version}.cpio.gz
|
||||||
|
Source1: http://www.mirbsd.org/MirOS/dist/hosted/other/arc4random.c
|
||||||
Requires(post): grep
|
Requires(post): grep
|
||||||
Requires(postun): coreutils, grep
|
Requires(postun): coreutils, grep
|
||||||
BuildRequires: util-linux
|
BuildRequires: util-linux, ed
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -26,6 +27,7 @@ bourne shell replacement, pdksh successor and an alternative to the C shell.
|
|||||||
# RPM 4.4.2 has no support for *.cpio.gz
|
# RPM 4.4.2 has no support for *.cpio.gz
|
||||||
gzip -dc %{SOURCE0} | cpio -imd
|
gzip -dc %{SOURCE0} | cpio -imd
|
||||||
mv %{name}/* . && rm -rf %{name}
|
mv %{name}/* . && rm -rf %{name}
|
||||||
|
cp -f %{SOURCE1} .
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="$RPM_OPT_FLAGS" sh Build.sh -r -Q
|
CFLAGS="$RPM_OPT_FLAGS" sh Build.sh -r -Q
|
||||||
@ -62,6 +64,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man1/%{name}.1*
|
%{_mandir}/man1/%{name}.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 12 2007 Robert Scheck <robert@fedoraproject.org> 31c-1
|
||||||
|
- Upgrade to 31c
|
||||||
|
- Added a buildrequirement to ed, added arc4random.c file
|
||||||
|
|
||||||
* Tue Sep 11 2007 Robert Scheck <robert@fedoraproject.org> 31b-1
|
* Tue Sep 11 2007 Robert Scheck <robert@fedoraproject.org> 31b-1
|
||||||
- Upgrade to 31b
|
- Upgrade to 31b
|
||||||
- Use script to get %%check happy (thanks to Thorsten Glaser)
|
- Use script to get %%check happy (thanks to Thorsten Glaser)
|
||||||
|
Loading…
Reference in New Issue
Block a user