New dtc 1.4.4 release
This commit is contained in:
parent
f6254d6eda
commit
05b2b5605b
14
dtc.spec
14
dtc.spec
@ -1,14 +1,11 @@
|
|||||||
%define gitshort 0931cea
|
|
||||||
|
|
||||||
Name: dtc
|
Name: dtc
|
||||||
Version: 1.4.2
|
Version: 1.4.4
|
||||||
Release: 3.%{gitshort}%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Device Tree Compiler
|
Summary: Device Tree Compiler
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://devicetree.org/Device_Tree_Compiler
|
URL: http://devicetree.org/Device_Tree_Compiler
|
||||||
# Source: https://ftp.kernel.org/pub/software/utils/%{name}/%{name}-%{version}.tar.xz
|
Source: https://ftp.kernel.org/pub/software/utils/%{name}/%{name}-%{version}.tar.xz
|
||||||
Source: dtc-%{gitshort}.tar.bz2
|
|
||||||
Patch1: use-tx-as-the-type-specifier-instead-of-zx.patch
|
Patch1: use-tx-as-the-type-specifier-instead-of-zx.patch
|
||||||
|
|
||||||
BuildRequires: flex, bison
|
BuildRequires: flex, bison
|
||||||
@ -42,7 +39,7 @@ make %{?_smp_mflags} V=1
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT PREFIX=/usr LIBDIR=%{_libdir}
|
make install DESTDIR=$RPM_BUILD_ROOT PREFIX=/usr LIBDIR=%{_libdir}
|
||||||
rm -rf $RPM_BUILD_ROOT/%{_libdir}/*.a
|
find %{buildroot} -type f -name "*.a" -delete
|
||||||
|
|
||||||
# we don't want or need ftdump and it conflicts with freetype-demos, so drop
|
# we don't want or need ftdump and it conflicts with freetype-demos, so drop
|
||||||
# it (rhbz 797805)
|
# it (rhbz 797805)
|
||||||
@ -70,6 +67,9 @@ rm -f $RPM_BUILD_ROOT/%{_bindir}/ftdump
|
|||||||
%postun -n libfdt -p /sbin/ldconfig
|
%postun -n libfdt -p /sbin/ldconfig
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 17 2017 Peter Robinson <pbrobinson@fedoraproject.org> 1.4.4-1
|
||||||
|
- New dtc 1.4.4 release
|
||||||
|
|
||||||
* Tue Feb 28 2017 Peter Robinson <pbrobinson@fedoraproject.org> 1.4.2-3.0931cea
|
* Tue Feb 28 2017 Peter Robinson <pbrobinson@fedoraproject.org> 1.4.2-3.0931cea
|
||||||
- Rebase to same git snapshot that kernel is using for DT Overlays
|
- Rebase to same git snapshot that kernel is using for DT Overlays
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (dtc-0931cea.tar.bz2) = 5294e7edff1844dcb2a90ec7abdcb40541059c9f9d39978f5fdec27cc38a9551d517e57b60eed7e28608ed629f0ddf0214abfb8f5a89df1cd04d6f9e820f4573
|
SHA512 (dtc-1.4.4.tar.xz) = 20689f7b0489fa945c4df4e27084dfd46fd5512a8dff9b28d60e0cd0e9e79bbd9944e4d70a1aba86a026481b35bb5441ed6b63d306a4a8f7581517f7359fa9bf
|
||||||
|
Loading…
Reference in New Issue
Block a user