Use tar file from kernel.org

This commit is contained in:
Peter Robinson 2015-01-05 10:57:19 +00:00
parent 8aa347f0b7
commit be2af48af6
3 changed files with 7 additions and 8 deletions

2
.gitignore vendored
View File

@ -1,3 +1,3 @@
/dtc-*.tgz
/dtc-*.tar.bz2
/dtc-*.tar.xz
/dtc-*.tar.gz

View File

@ -1,15 +1,11 @@
# Tarfile created using git
# git clone git://git.kernel.org/pub/scm/utils/dtc/dtc.git
# git archive --format=tar --prefix=%{name}-%{version}/ v%{version} | bzip2 > ~/%{name}-%{version}.tar.bz2
Name: dtc
Version: 1.4.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Device Tree Compiler
Group: Development/Tools
License: GPLv2+
URL: http://devicetree.org/Device_Tree_Compiler
Source: %{name}-%{version}.tar.bz2
Source: https://ftp.kernel.org/pub/software/utils/%{name}/%{name}-%{version}.tar.xz
Patch1: use-tx-as-the-type-specifier-instead-of-zx.patch
BuildRequires: flex, bison
@ -68,6 +64,9 @@ rm -f $RPM_BUILD_ROOT/%{_bindir}/ftdump
%postun -n libfdt -p /sbin/ldconfig
%changelog
* Mon Jan 5 2015 Peter Robinson <pbrobinson@fedoraproject.org> 1.4.1-2
- Use tar file from kernel.org
* Mon Jan 5 2015 Peter Robinson <pbrobinson@fedoraproject.org> 1.4.1-1
- New dtc 1.4.1 release
- Update URL and Sources

View File

@ -1 +1 @@
adde6d73776064db90717ef4e5dd9dd7 dtc-1.4.1.tar.bz2
2c977ced2e900a397b2db846ae68ef89 dtc-1.4.1.tar.xz