Excluded sparc64

This commit is contained in:
Peter Lemenkov 2008-06-06 12:06:10 +00:00
parent fd3c0c2771
commit 6463c267b1

View File

@ -1,7 +1,7 @@
Summary: Simple program for reading/writing BIOS chips content Summary: Simple program for reading/writing BIOS chips content
Name: flashrom Name: flashrom
Version: 0 Version: 0
Release: 0.9.20080517svn3332%{?dist} Release: 0.10.20080517svn3332%{?dist}
License: GPLv2+ License: GPLv2+
Group: Applications/System Group: Applications/System
# svn -r 3332 export svn://linuxbios.org/repos/trunk/util/flashrom flashrom # svn -r 3332 export svn://linuxbios.org/repos/trunk/util/flashrom flashrom
@ -13,8 +13,8 @@ BuildRequires: pciutils-devel
BuildRequires: zlib-devel BuildRequires: zlib-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# Lacks of <sys/io.h>, see BZ# 283491 # Lacks of <sys/io.h>, see BZ# 283491, 450273
ExcludeArch: ppc ppc64 ExcludeArch: ppc ppc64 sparc64
%description %description
Utility which can be used to detect BIOS chips (DIP, PLCC), read their contents Utility which can be used to detect BIOS chips (DIP, PLCC), read their contents
@ -44,6 +44,9 @@ install -D -p -m644 %{name}.8 $RPM_BUILD_ROOT%{_mandir}/man8/%{name}.8
%{_mandir}/man8/%{name}.* %{_mandir}/man8/%{name}.*
%changelog %changelog
* Fri Jun 6 2008 Peter Lemenkov <lemenkov@gmail.com> 0-0.10.20080517svn3332
- Exclude sparc64
* Sat May 17 2008 Peter Lemenkov <lemenkov@gmail.com> 0-0.9.20080517svn3332 * Sat May 17 2008 Peter Lemenkov <lemenkov@gmail.com> 0-0.9.20080517svn3332
- Fixed %patch0 - Fixed %patch0