Author: arekm Date: Mon Jun 23 13:42:41 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 1.3.3
---- Files affected: SPECS: uboot.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/uboot.spec diff -u SPECS/uboot.spec:1.1 SPECS/uboot.spec:1.2 --- SPECS/uboot.spec:1.1 Tue May 6 07:41:55 2008 +++ SPECS/uboot.spec Mon Jun 23 15:42:35 2008 @@ -1,12 +1,12 @@ # $Revision$, $Date$ 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) @@ -32,17 +32,18 @@ %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 @@ -64,5 +65,8 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ -Revision 1.1 2008/05/06 05:41:55 glen +Revision 1.2 2008/06/23 13:42:35 arekm +- up to 1.3.3 + +Revision 1.1 2008-05-06 05:41:55 glen - new from template, mkimage desc from debian ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/uboot.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
