Author: qboosh Date: Tue May 3 15:45:02 2011 GMT Module: packages Tag: HEAD ---- Log message: - up to 2011.03 - pl
---- Files affected: packages/uboot: uboot.spec (1.6 -> 1.7) ---- Diffs: ================================================================ Index: packages/uboot/uboot.spec diff -u packages/uboot/uboot.spec:1.6 packages/uboot/uboot.spec:1.7 --- packages/uboot/uboot.spec:1.6 Tue Nov 3 08:05:22 2009 +++ packages/uboot/uboot.spec Tue May 3 17:44:57 2011 @@ -1,12 +1,13 @@ # $Revision$, $Date$ Summary: Das U-Boot -- the Universal Boot Loader +Summary(pl.UTF-8): Das U-Boot - uniwersalny bootloader Name: uboot -Version: 2009.01 -Release: 2 -License: GPL +Version: 2011.03 +Release: 1 +License: GPL v2 Group: Applications/System Source0: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2 -# Source0-md5: cb11d3d74eee4d31124523d90d8c31fa +# Source0-md5: 91d02124c94368557d0e9ac05fb8c33f URL: http://www.denx.de/wiki/U-Boot BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -15,14 +16,20 @@ boot loader for a number of different computer architectures, including PPC, ARM, AVR32, MIPS, x86, 68k, Nios, and MicroBlaze. +%description -l pl.UTF-8 +Das U-Boot (Universal Bootloader lub "łódź podwodna" po niemiecku) to +bootloader dla wielu różnych architektur komputerów, w tym PPC, ARM, +AVR32, MIPS, x86, 68k, Nios i MicroBlaze + %package mkimage Summary: Generate kernel image for U-Boot +Summary(pl.UTF-8): Generowanie obrazu jądra dla U-Boota Group: Applications/System %description mkimage This package contains the mkimage utility, which encapsulates a -compressed "uImage" Linux kerel image with header information, CRC32 -checksum, etc, for use with the U-Boot bootloader. +compressed "uImage" Linux kernel image with header information, CRC32 +checksum, etc., for use with the U-Boot bootloader. mkimage can also be used to create ramdisk images for use with U-Boot, either separated from the Linux kernel image, or combined into one @@ -30,14 +37,28 @@ information about target architecture, operating system, image type, compression method, entry points, time stamp, CRC32 checksums, etc. +%description mkimage -l pl.UTF-8 +Ten pakiet zawiera narzędzie mkimage, łączące skompresowany obraz +jądra Linuksa "uImage" w nagłówkiem, sumą kontrolną CRC32 itp. do +wykorzystania przez bootloader U-Boot. + +mkimage może być używane także do tworzenia obrazów ramdysków do +wykorzystania przez U-Boota - osobnych w stosunku do obrazu jądra +lub połączonych w jeden plik. mkimage obudowuje obrazy w 64-bajtowy +nagłówek zawierający informacje o architekturze docelowej, systemie +operacyjnym, rodzaju obrazu, metodzie kompresji, punktach wejściowych, +czasie utworzenia, sumach kontrolnych CRC32 itp. + %prep %setup -q -n u-boot-%{version} %build -touch include/config.mk include/config.h +# workaround: use some valid i386 machine config +%{__make} eNET_config %{__make} tools \ - HOSTSTRIP=echo \ + HOSTCC="%{__cc}" \ + HOSTSTRIP=: \ HOST_CFLAGS="%{rpmcflags}" \ HOST_LDFLAGS="%{rpmldflags}" \ BIN_FILES="bmp_logo gen_eth_addr img2srec mkimage" @@ -46,16 +67,15 @@ rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_bindir} -install tools/mkimage $RPM_BUILD_ROOT%{_bindir} +install tools/mkimage $RPM_BUILD_ROOT%{_bindir} %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc CHANGELOG CHANGELOG-before-U-Boot-1.1.5 CREDITS MAINTAINERS README # COPYING contains some extra note -%doc COPYING +%doc COPYING CREDITS MAINTAINERS README %files mkimage %defattr(644,root,root,755) @@ -67,6 +87,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.7 2011/05/03 15:44:57 qboosh +- up to 2011.03 +- pl + Revision 1.6 2009/11/03 07:05:22 glen - release 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/uboot/uboot.spec?r1=1.6&r2=1.7&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
