- Upgrade to 38 and updated arc4random.c file
- Used -combine (-fwhole-program) rather the old -j switch
This commit is contained in:
parent
0d04dc8bc2
commit
8a4f27b542
@ -1,2 +1,2 @@
|
|||||||
mksh-R37b.cpio.gz
|
mksh-R38.cpio.gz
|
||||||
arc4random.c
|
arc4random.c
|
||||||
|
10
mksh.spec
10
mksh.spec
@ -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: 37b
|
Version: 38
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: BSD with advertising
|
License: BSD with advertising
|
||||||
Group: System Environment/Shells
|
Group: System Environment/Shells
|
||||||
@ -30,7 +30,7 @@ mv %{name}/* . && rm -rf %{name}
|
|||||||
cp -f %{SOURCE1} .
|
cp -f %{SOURCE1} .
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="$RPM_OPT_FLAGS" sh Build.sh -r -j
|
CFLAGS="$RPM_OPT_FLAGS" sh Build.sh -r -combine
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -66,11 +66,15 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc copyright dot.mkshrc
|
%doc dot.mkshrc
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_mandir}/man1/%{name}.1*
|
%{_mandir}/man1/%{name}.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun May 31 2009 Robert Scheck <robert@fedoraproject.org> 38-1
|
||||||
|
- Upgrade to 38 and updated arc4random.c file
|
||||||
|
- Used -combine (-fwhole-program) rather the old -j switch
|
||||||
|
|
||||||
* Sun Apr 05 2009 Robert Scheck <robert@fedoraproject.org> 37b-1
|
* Sun Apr 05 2009 Robert Scheck <robert@fedoraproject.org> 37b-1
|
||||||
- Upgrade to 37b
|
- Upgrade to 37b
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user