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
This commit is contained in:
parent
8b4c576718
commit
4460b1e1d1
@ -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
|
Thu Jan 24 19:01:10 CET 2008 - olh@suse.de
|
||||||
|
|
||||||
|
29
dtc.spec
29
dtc.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package dtc (Version 1.1.0)
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -20,10 +20,10 @@
|
|||||||
Name: dtc
|
Name: dtc
|
||||||
Url: http://dtc.ozlabs.org/
|
Url: http://dtc.ozlabs.org/
|
||||||
Version: 1.1.0
|
Version: 1.1.0
|
||||||
Release: 49
|
Release: 50
|
||||||
BuildRequires: bison flex
|
BuildRequires: bison flex
|
||||||
Summary: device-tree compiler
|
Summary: device-tree compiler
|
||||||
License: GPL v2 or later
|
License: GPLv2+
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source: dtc-%{version}.tar.bz2
|
Source: dtc-%{version}.tar.bz2
|
||||||
@ -48,7 +48,10 @@ Authors:
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
make CFLAGS="$RPM_OPT_FLAGS"
|
make CFLAGS="$RPM_OPT_FLAGS"
|
||||||
|
%ifnarch %sparc
|
||||||
|
# dtc's assembly code is incompatible with SPARC relocs
|
||||||
make CFLAGS="$RPM_OPT_FLAGS" check
|
make CFLAGS="$RPM_OPT_FLAGS" check
|
||||||
|
%endif
|
||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p $RPM_BUILD_ROOT/usr/bin
|
mkdir -p $RPM_BUILD_ROOT/usr/bin
|
||||||
@ -63,23 +66,3 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/usr/bin/*
|
/usr/bin/*
|
||||||
|
|
||||||
%changelog
|
%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 <output file> 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
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user