Autobuild autoformatter for 75258
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dtc?expand=0&rev=14
This commit is contained in:
parent
6749f8c30d
commit
5473a86ba0
24
dtc.spec
24
dtc.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package dtc (Version 1.1.0)
|
||||
# spec file for package dtc
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2011 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
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: dtc
|
||||
Url: http://git.jdl.com/gitweb/?p=dtc.git;a=summary
|
||||
Url: http://git.jdl.com/gitweb/?p=dtc.git;a=summary
|
||||
Version: 1.3.0
|
||||
Release: 1
|
||||
BuildRequires: bison flex
|
||||
@ -27,9 +27,9 @@ License: GPLv2+
|
||||
Group: Development/Tools/Building
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source: dtc-%{version}.tar.bz2
|
||||
Patch1: dtc-check.patch
|
||||
Patch2: dtc-flattree.patch
|
||||
Patch3: dtc-license.patch
|
||||
Patch1: dtc-check.patch
|
||||
Patch2: dtc-flattree.patch
|
||||
Patch3: dtc-license.patch
|
||||
|
||||
%description
|
||||
PowerPC kernels are moving towards requiring a small Open
|
||||
@ -41,17 +41,19 @@ systems (since their topology will not vary across reboots). DTC is
|
||||
available via a git tree: git://ozlabs.org/srv/projects/dtc/dtc.git
|
||||
|
||||
%package -n libfdt1
|
||||
Summary: Device tree library
|
||||
Group: Development/Libraries/C and C++
|
||||
|
||||
Summary: Device tree library
|
||||
Group: Development/Libraries/C and C++
|
||||
|
||||
%description -n libfdt1
|
||||
libfdt is a library to process Open Firmware style device trees on various
|
||||
architectures.
|
||||
|
||||
%package -n libfdt1-devel
|
||||
Summary: Development headers for device tree library
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libfdt1 = %{version}
|
||||
|
||||
Summary: Development headers for device tree library
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libfdt1 = %{version}
|
||||
|
||||
%description -n libfdt1-devel
|
||||
This package provides development files for libfdt
|
||||
|
Loading…
Reference in New Issue
Block a user