From 4460b1e1d1aa06bd24a1f54495d2ca22d28d44ea3db132a16e4ec99d928b4528 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Thu, 11 Feb 2010 20:05:35 +0000 Subject: [PATCH] Accepting request 32143 from Base:System Copy from Base:System/dtc based on submit request 32143 from user prusnak OBS-URL: https://build.opensuse.org/request/show/32143 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dtc?expand=0&rev=8 --- dtc.changes | 5 +++++ dtc.spec | 29 ++++++----------------------- 2 files changed, 11 insertions(+), 23 deletions(-) diff --git a/dtc.changes b/dtc.changes index 8c974e2..fa3a684 100644 --- a/dtc.changes +++ b/dtc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Feb 6 18:28:44 UTC 2010 - jengelh@medozas.de + +- disable failing `make check` on SPARC + ------------------------------------------------------------------- Thu Jan 24 19:01:10 CET 2008 - olh@suse.de diff --git a/dtc.spec b/dtc.spec index 036b1ec..d779bd9 100644 --- a/dtc.spec +++ b/dtc.spec @@ -1,7 +1,7 @@ # # spec file for package dtc (Version 1.1.0) # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,10 +20,10 @@ Name: dtc Url: http://dtc.ozlabs.org/ Version: 1.1.0 -Release: 49 +Release: 50 BuildRequires: bison flex Summary: device-tree compiler -License: GPL v2 or later +License: GPLv2+ Group: Development/Tools/Building BuildRoot: %{_tmppath}/%{name}-%{version}-build Source: dtc-%{version}.tar.bz2 @@ -48,7 +48,10 @@ Authors: %build make CFLAGS="$RPM_OPT_FLAGS" +%ifnarch %sparc +# dtc's assembly code is incompatible with SPARC relocs make CFLAGS="$RPM_OPT_FLAGS" check +%endif %install mkdir -p $RPM_BUILD_ROOT/usr/bin @@ -63,23 +66,3 @@ rm -rf $RPM_BUILD_ROOT /usr/bin/* %changelog -* Thu Jan 24 2008 olh@suse.de -- update to 1.1.0 final - clearify license issues, run testsuite -* Fri Aug 10 2007 olh@suse.de -- update to 1.0.0 final - - first official release -* Mon Jun 18 2007 olh@suse.de -- update to current state - dtc: Fix recognition of whitespace characters - Implement the -R option and add a -S option. - Add -o to the usage message. - Fix reserve map output for asm format. - Assemble the blob in memory before writing it out. - Fix the -S to modify the totalsize properly. - dtc: parse NOP in dtb input -* Thu Mar 29 2007 olh@suse.de -- add flex and bison to buildrequires - fix endian bug in ftdump, add C style includes -* Fri Mar 23 2007 olh@suse.de -- initial package to build PS3 kernel