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
|
# 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
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: dtc
|
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
|
Version: 1.3.0
|
||||||
Release: 1
|
Release: 1
|
||||||
BuildRequires: bison flex
|
BuildRequires: bison flex
|
||||||
@ -27,9 +27,9 @@ 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
|
||||||
Patch1: dtc-check.patch
|
Patch1: dtc-check.patch
|
||||||
Patch2: dtc-flattree.patch
|
Patch2: dtc-flattree.patch
|
||||||
Patch3: dtc-license.patch
|
Patch3: dtc-license.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
PowerPC kernels are moving towards requiring a small Open
|
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
|
available via a git tree: git://ozlabs.org/srv/projects/dtc/dtc.git
|
||||||
|
|
||||||
%package -n libfdt1
|
%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
|
%description -n libfdt1
|
||||||
libfdt is a library to process Open Firmware style device trees on various
|
libfdt is a library to process Open Firmware style device trees on various
|
||||||
architectures.
|
architectures.
|
||||||
|
|
||||||
%package -n libfdt1-devel
|
%package -n libfdt1-devel
|
||||||
Summary: Development headers for device tree library
|
|
||||||
Group: Development/Libraries/C and C++
|
Summary: Development headers for device tree library
|
||||||
Requires: libfdt1 = %{version}
|
Group: Development/Libraries/C and C++
|
||||||
|
Requires: libfdt1 = %{version}
|
||||||
|
|
||||||
%description -n libfdt1-devel
|
%description -n libfdt1-devel
|
||||||
This package provides development files for libfdt
|
This package provides development files for libfdt
|
||||||
|
Loading…
Reference in New Issue
Block a user