|
|
|
@ -1,12 +1,12 @@
|
|
|
|
|
%global svnrel 1063
|
|
|
|
|
%global tarver 1.0
|
|
|
|
|
%global svnrel 1136
|
|
|
|
|
%global tarver 1.1
|
|
|
|
|
|
|
|
|
|
# Disable unhelpful RPM test.
|
|
|
|
|
%global _binaries_in_noarch_packages_terminate_build 0
|
|
|
|
|
|
|
|
|
|
Name: openbios
|
|
|
|
|
Version: %{tarver}.svn%{svnrel}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: OpenBIOS implementation of IEEE 1275-1994
|
|
|
|
|
|
|
|
|
|
License: GPLv2
|
|
|
|
@ -16,7 +16,7 @@ BuildArch: noarch
|
|
|
|
|
# There are no upstream tarballs. This tarball is prepared as follows:
|
|
|
|
|
#
|
|
|
|
|
# svn export -r %{svnrel} \
|
|
|
|
|
# svn://username@openbios.org/openbios/trunk/openbios-devel \
|
|
|
|
|
# svn://openbios.org/openbios/trunk/openbios-devel \
|
|
|
|
|
# %{name}-%{tarver}
|
|
|
|
|
# tar czf %{name}-%{tarver}-svn%{svnrel}.tar.gz %{name}-%{tarver}
|
|
|
|
|
# rm -r %{name}-%{tarver}
|
|
|
|
@ -69,7 +69,9 @@ such as coreboot or U-Boot.
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
/bin/sh config/scripts/switch-arch ppc
|
|
|
|
|
make build-verbose V=1 %{?_smp_mflags}
|
|
|
|
|
/bin/sh config/scripts/switch-arch sparc32
|
|
|
|
|
make build-verbose V=1 %{?_smp_mflags}
|
|
|
|
|
/bin/sh config/scripts/switch-arch sparc64
|
|
|
|
|
make build-verbose V=1 %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
@ -93,6 +95,9 @@ cp -a obj-sparc64/openbios-builtin.elf $qemudir/openbios-sparc64
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue May 21 2013 Cole Robinson <crobinso@redhat.com> - 1.1.svn1136-1
|
|
|
|
|
- Update to openbios 1.1 for qemu 1.5
|
|
|
|
|
|
|
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.svn1063-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|