[nbc/f14] fpc not available on s390(x)

Dan Horák sharkcz at fedoraproject.org
Thu Aug 4 06:33:25 UTC 2011


commit 92eb60a8a15e277eba7b67118ef94ab3747c8b5f
Author: Dan Horák <dan at danny.cz>
Date:   Thu Aug 4 08:30:07 2011 +0200

    fpc not available on s390(x)

 nbc.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/nbc.spec b/nbc.spec
index de22359..29542db 100644
--- a/nbc.spec
+++ b/nbc.spec
@@ -1,6 +1,6 @@
 Name:           nbc
 Version:        1.2.1.r3
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Simple language and compiler to program the LEGO NXT brick
 URL:            http://bricxcc.sourceforge.net/nbc/
 Group:          Development/Languages
@@ -17,6 +17,8 @@ BuildRequires:  fpc
 BuildRequires:  libusb-devel
 BuildRequires:  dos2unix
 
+ExcludeArch: s390 s390x
+
 %description
 Next Byte Codes (NBC) is a simple language with an assembly language
 syntax that can be used to program LEGO's NXT programmable brick
@@ -54,6 +56,9 @@ rm -rf %{buildroot}
 %{_mandir}/man1/nbc.1*
 
 %changelog
+* Thu Aug 04 2011 Dan Horák <dan[at]danny.cz> - 1.2.1.r3-4
+- fpc not available on s390(x)
+
 * Tue Mar 01 2011 Rich Mattes <richmattes at gmail.com> - 1.2.1.r3-3
 - Patch build system so it doesn't gzip manpage
 - Preserve manpage timestamp


More information about the scm-commits mailing list