From: Arkadiusz Miƛkiewicz Date: Mon, 23 Jun 2008 13:42:35 +0000 (+0000) Subject: - up to 1.3.3 X-Git-Tag: auto/th/uboot-1_3_3-1~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fuboot.git;a=commitdiff_plain;h=c7c7eeb - up to 1.3.3 Changed files: uboot.spec -> 1.2 --- diff --git a/uboot.spec b/uboot.spec index b0649f3..c085f8c 100644 --- a/uboot.spec +++ b/uboot.spec @@ -1,11 +1,11 @@ Summary: Das U-Boot -- the Universal Boot Loader Name: uboot -Version: 1.3.2 +Version: 1.3.3 Release: 0.1 License: GPL Group: Applications/System Source0: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2 -# Source0-md5: 78b1c2722d3907b5fae2cd219dbaf927 +# Source0-md5: 6ee26954bb548ad90392cd329ab5cc4c URL: http://www.denx.de/wiki/UBoot BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -31,17 +31,18 @@ compression method, entry points, time stamp, CRC32 checksums, etc. %prep %setup -q -n u-boot-%{version} -ln -s ../lib_generic/crc32.c tools %build -cd tools -%{__cc} %{rpmcflags} -DUSE_HOSTCC -c crc32.c -o crc32.o -%{__cc} %{rpmcflags} -I../include -c mkimage.c -o mkimage.o -%{__cc} %{rpmldflags} -o mkimage crc32.o mkimage.o +touch include/config.mk include/config.h + +%{__make} tools \ + HOSTSTRIP=echo \ + BIN_FILES="bmp_logo gen_eth_addr img2srec mkimage" %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_bindir} + install tools/mkimage $RPM_BUILD_ROOT%{_bindir} %clean