!3 Update software to v1.6.0
Merge pull request !3 from chengquan/master
This commit is contained in:
commit
835b09b0e3
BIN
dtc-1.4.7.tar.xz
BIN
dtc-1.4.7.tar.xz
Binary file not shown.
33
dtc.spec
33
dtc.spec
@ -1,13 +1,15 @@
|
|||||||
|
%define _wrong_version_format_terminate_build 0
|
||||||
|
|
||||||
Name: dtc
|
Name: dtc
|
||||||
Version: 1.4.7
|
Version: 1.6.0
|
||||||
Release: 3
|
Release: 1
|
||||||
Summary: Device tree compiler
|
Summary: Device tree compiler
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://devicetree.org/
|
URL: https://devicetree.org/
|
||||||
Source0: https://ftp.kernel.org/pub/software/utils/%{name}/%{name}-%{version}.tar.xz
|
Source0: https://ftp.kernel.org/pub/software/utils/%{name}/v%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: gcc make git flex bison swig
|
BuildRequires: gcc make git flex bison swig
|
||||||
BuildRequires: python2-devel python2-setuptools
|
BuildRequires: python3-devel python3-setuptools
|
||||||
Provides: libfdt
|
Provides: libfdt
|
||||||
Obsoletes: libfdt
|
Obsoletes: libfdt
|
||||||
|
|
||||||
@ -29,13 +31,13 @@ Obsoletes: libfdt-static libfdt-devel
|
|||||||
%description devel
|
%description devel
|
||||||
This package provides development files for dtc.
|
This package provides development files for dtc.
|
||||||
|
|
||||||
%package -n python2-libfdt
|
%package -n python3-libfdt
|
||||||
Summary: Python 2 bindings for device tree library
|
Summary: Python 3 bindings for device tree library
|
||||||
%{?python_provide:%python_provide python2-libfdt}
|
%{?python_provide:%python_provide python3-libfdt}
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
|
||||||
%description -n python2-libfdt
|
%description -n python3-libfdt
|
||||||
This package provides python2 bindings for libfdt
|
This package provides python3 bindings for libfdt
|
||||||
|
|
||||||
%package_help
|
%package_help
|
||||||
|
|
||||||
@ -46,7 +48,8 @@ This package provides python2 bindings for libfdt
|
|||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install SETUP_PREFIX=$RPM_BUILD_ROOT/usr LIBDIR=%{_libdir} PREFIX=/usr
|
make install DESTDIR=$RPM_BUILD_ROOT PREFIX=$RPM_BUILD_ROOT/usr \
|
||||||
|
LIBDIR=%{_libdir} BINDIR=%{_bindir} INCLUDEDIR=%{_includedir} V=1
|
||||||
|
|
||||||
%pre
|
%pre
|
||||||
|
|
||||||
@ -68,13 +71,19 @@ This package provides python2 bindings for libfdt
|
|||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
%{_libdir}/libfdt.a
|
%{_libdir}/libfdt.a
|
||||||
|
|
||||||
%files -n python2-libfdt
|
%files -n python3-libfdt
|
||||||
%{python2_sitearch}/*
|
%{python3_sitearch}/*
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
%doc Documentation/manual.txt
|
%doc Documentation/manual.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 23 2020 chengquan3<chengquan3@huawei.com> - 1.4.7-3.h1
|
||||||
|
- Type:enhancement
|
||||||
|
- ID:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:Update software to v1.6.0
|
||||||
|
|
||||||
* Tue Jan 7 2020 JeanLeo<liujianliu.liu@huawei.com> - 1.4.7-3
|
* Tue Jan 7 2020 JeanLeo<liujianliu.liu@huawei.com> - 1.4.7-3
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
BIN
v1.6.0.tar.xz
Normal file
BIN
v1.6.0.tar.xz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user