From 1e6ea1461f6e8a26ae7003d1826fb63dab54c14a Mon Sep 17 00:00:00 2001 From: Andrey Bondrov Date: Sun, 14 Apr 2019 02:12:14 +0000 Subject: [PATCH 1/4] MassBuild#1671: Increase release tag --- u-boot-tools.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/u-boot-tools.spec b/u-boot-tools.spec index 4a3e754..c4911ee 100644 --- a/u-boot-tools.spec +++ b/u-boot-tools.spec @@ -3,7 +3,7 @@ Name: u-boot-tools Version: 20121012 -Release: 4 +Release: 5 Summary: Tools for the u-boot Firmware Group: System/Kernel and hardware Url: http://www.denx.de/wiki/U-Boot From c47e1a26adc579a7fa869608cc068becd03900eb Mon Sep 17 00:00:00 2001 From: NixTux Commit Bot Date: Sat, 4 Jan 2020 09:17:20 +0300 Subject: [PATCH 2/4] bot: rpm5 -> rpm4 (1) --- u-boot-tools.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/u-boot-tools.spec b/u-boot-tools.spec index c4911ee..2cebd34 100644 --- a/u-boot-tools.spec +++ b/u-boot-tools.spec @@ -30,7 +30,7 @@ This package contains documentation for u-boot firmware %build sed -i -e "s:-g ::" tools/Makefile || die -%make USE_PRIVATE_LIBGG=yes tools +%make_build USE_PRIVATE_LIBGG=yes tools %install install -D -m 0755 tools/mkimage %{buildroot}%{_bindir}/mkimage From 738ac3e1581b6609e4e406e4d4e54fdc9eb2b234 Mon Sep 17 00:00:00 2001 From: NixTux Commit Bot Date: Mon, 13 Jan 2020 19:24:06 +0300 Subject: [PATCH 3/4] bot: rpm5 -> rpm4 (8) --- u-boot-tools.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/u-boot-tools.spec b/u-boot-tools.spec index 2cebd34..c4911ee 100644 --- a/u-boot-tools.spec +++ b/u-boot-tools.spec @@ -30,7 +30,7 @@ This package contains documentation for u-boot firmware %build sed -i -e "s:-g ::" tools/Makefile || die -%make_build USE_PRIVATE_LIBGG=yes tools +%make USE_PRIVATE_LIBGG=yes tools %install install -D -m 0755 tools/mkimage %{buildroot}%{_bindir}/mkimage From 7c887b8cd89e90107504b14274271948969aabd0 Mon Sep 17 00:00:00 2001 From: Alexander Stefanov Date: Fri, 17 Apr 2020 14:36:43 +0000 Subject: [PATCH 4/4] new ver --- .abf.yml | 3 +-- u-boot-tools.spec | 37 ++++++++++++------------------------- 2 files changed, 13 insertions(+), 27 deletions(-) diff --git a/.abf.yml b/.abf.yml index d258ab6..022e664 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,3 +1,2 @@ sources: - "u-boot-2012.04.tar.bz2": f32ecfdee0c7348c2fa9a368475bdd1cd82f9376 - u-boot-2012.10.tar.bz2: 80bc5f6d3e518803c9320d480e693fe1cb76a494 + u-boot-2020.01.tar.bz2: 370331bee500ca51b2cc094199730e3b30ea2606 diff --git a/u-boot-tools.spec b/u-boot-tools.spec index c4911ee..5ec7ff9 100644 --- a/u-boot-tools.spec +++ b/u-boot-tools.spec @@ -1,14 +1,19 @@ %define debug_package %nil -%define daterel 2012.10 Name: u-boot-tools -Version: 20121012 -Release: 5 +Version: 2020.01 +Release: 1 Summary: Tools for the u-boot Firmware Group: System/Kernel and hardware +Epoch: 1 Url: http://www.denx.de/wiki/U-Boot -Source0: ftp://ftp.denx.de/pub/u-boot/u-boot-%{daterel}.tar.bz2 +Source0: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2 License: GPLv2 +BuildRequires: dtc +BuildRequires: openssl-devel +BuildRequires: bison +BuildRequires: flex +Provides: uboot-mkimage %description Das U-Boot (or just "U-Boot" for short) @@ -16,21 +21,13 @@ is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. This package contains: mkimage a tool that creates kernel bootable images for u-boot. -%package doc -Summary: Documentation for the u-boot Firmware -Group: Development/Other - -%description doc -Das U-Boot (or just "U-Boot" for short) is Open Source Firmware -for Embedded PowerPC, ARM, MIPS and x86 processors. -This package contains documentation for u-boot firmware - %prep -%setup -q -n u-boot-%{daterel} +%setup -q -n u-boot-%{version} %build +make defconfig sed -i -e "s:-g ::" tools/Makefile || die -%make USE_PRIVATE_LIBGG=yes tools +%make HOSTCC=%{__cc} HOSTSTRIP=%{__strip} USE_PRIVATE_LIBGG=yes tools-all %install install -D -m 0755 tools/mkimage %{buildroot}%{_bindir}/mkimage @@ -40,13 +37,3 @@ gzip %{buildroot}%{_mandir}/man1/* %files %{_bindir}/mkimage %{_mandir}/man1/mkimage.1.* -%doc COPYING CREDITS README - -%files doc -%doc doc/README.autoboot doc/README.commands doc/README.console doc/README.dns -%doc doc/README.hwconfig doc/README.nand doc/README.NetConsole doc/README.serial_multi -%doc doc/README.SNTP doc/README.standalone doc/README.update doc/README.usb -%doc doc/README.video doc/README.VLAN doc/README.silent doc/README.POST doc/README.Modem -%doc doc/README.JFFS2 doc/README.JFFS2_NAND doc/README.commands -%doc tools/scripts/dot.kermrc tools/scripts/flash_param tools/scripts/send_cmd tools/scripts/send_image -%doc doc/README.ARM-SoC doc/README.ARM-memory-map