mirror of
https://abf.rosa.ru/djam/dtc.git
synced 2025-02-23 09:32:50 +00:00
Compare commits
No commits in common. "5c9f81748e1800acc7d2de6f9886b1b1dd27684a" and "242f80805632ef80cd066d5fea6cccf4e16439a7" have entirely different histories.
5c9f81748e
...
242f808056
2 changed files with 5 additions and 9 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
|||
sources:
|
||||
dtc-1.7.2.tar.gz: 8a4e9432aec9d81a48a57f6afd685f9cfb5f0bea
|
||||
dtc-1.7.0.tar.xz: 19a95204dd787b4809886db15655082cb28718e9
|
||||
|
|
12
dtc.spec
12
dtc.spec
|
@ -5,12 +5,12 @@
|
|||
|
||||
Summary: Device Tree Compiler
|
||||
Name: dtc
|
||||
Version: 1.7.2
|
||||
Version: 1.7.0
|
||||
Release: 1
|
||||
License: GPLv2+
|
||||
Group: Development/Other
|
||||
URL: https://www.devicetree.org
|
||||
Source0: https://www.kernel.org/pub/software/utils/dtc/%{name}-%{version}.tar.gz
|
||||
URL: http://devicetree.org/Device_Tree_Compiler
|
||||
Source0: https://www.kernel.org/pub/software/utils/dtc/%{name}-%{version}.tar.xz
|
||||
BuildRequires: bison
|
||||
BuildRequires: flex
|
||||
BuildRequires: swig
|
||||
|
@ -20,7 +20,6 @@ BuildRequires: python3-setuptools
|
|||
BuildRequires: python3-setuptools_scm
|
||||
BuildRequires: python3-wheel
|
||||
BuildRequires: python38-devel
|
||||
BuildRequires: python38-setuptools
|
||||
|
||||
%description
|
||||
The Device Tree Compiler generates flattened Open Firmware style device trees
|
||||
|
@ -44,7 +43,7 @@ architectures.
|
|||
|
||||
%files -n %{libname}
|
||||
%{_libdir}/libfdt-%{version}.so
|
||||
%{_libdir}/libfdt.so.%{major}*
|
||||
%{_libdir}/libfdt.so.%{major}
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
|
@ -110,9 +109,6 @@ echo '#define DTC_VERSION "DTC %{version}"' > version_gen.h
|
|||
%endif
|
||||
|
||||
%build
|
||||
/usr/libexec/python3.8 -m venv .
|
||||
. ./bin/activate
|
||||
|
||||
%set_build_flags
|
||||
export SETUPTOOLS_SCM_PRETEND_VERSION=%{version}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue