mirror of
https://abf.rosa.ru/djam/u-boot-tools.git
synced 2025-02-23 14:12:49 +00:00
Automatic import for version 20120404-1
This commit is contained in:
parent
3ebfc63fc0
commit
396b4fca64
2 changed files with 12 additions and 5 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
||||||
sources:
|
sources:
|
||||||
"u-boot-2011.12.tar.bz2": c7ee40c932cec042909862abdfe7b6855493ab0b
|
"u-boot-2012.04.tar.bz2": f32ecfdee0c7348c2fa9a368475bdd1cd82f9376
|
||||||
|
|
|
@ -1,10 +1,12 @@
|
||||||
|
%define daterel 2012.04
|
||||||
|
|
||||||
Name: u-boot-tools
|
Name: u-boot-tools
|
||||||
Version: 20111112
|
Version: 20120404
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Tools for the u-boot Firmware
|
Summary: Tools for the u-boot Firmware
|
||||||
Group: System/Kernel and hardware
|
Group: System/Kernel and hardware
|
||||||
Url: http://www.denx.de/wiki/U-Boot
|
Url: http://www.denx.de/wiki/U-Boot
|
||||||
Source0: u-boot-2011.12.tar.bz2
|
Source0: ftp://ftp.denx.de/pub/u-boot/u-boot-%{daterel}.tar.bz2
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
@ -18,11 +20,12 @@ Summary: Documentation for the u-boot Firmware
|
||||||
Group: Development/Other
|
Group: Development/Other
|
||||||
|
|
||||||
%description doc
|
%description doc
|
||||||
Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors.
|
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
|
This package contains documentation for u-boot firmware
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n u-boot-2011.12
|
%setup -q -n u-boot-%{daterel}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
sed -i -e "s:-g ::" tools/Makefile || die
|
sed -i -e "s:-g ::" tools/Makefile || die
|
||||||
|
@ -49,6 +52,10 @@ gzip %{buildroot}%{_mandir}/man1/*
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 24 2012 Alexander Khrukin <akhrukin@mandriva.org> 20120404-1
|
||||||
|
+ Revision: 815673
|
||||||
|
- version update 2012.04
|
||||||
|
|
||||||
* Wed Jan 04 2012 Alexander Khrukin <akhrukin@mandriva.org> 20111112-1
|
* Wed Jan 04 2012 Alexander Khrukin <akhrukin@mandriva.org> 20111112-1
|
||||||
+ Revision: 753478
|
+ Revision: 753478
|
||||||
- version update 2011.12
|
- version update 2011.12
|
||||||
|
|
Loading…
Add table
Reference in a new issue