automate handling of release candidates
This commit is contained in:
parent
1258af9ad3
commit
cd59145b30
@ -1,12 +1,14 @@
|
|||||||
|
#global candidate rc1
|
||||||
|
|
||||||
Name: uboot-tools
|
Name: uboot-tools
|
||||||
Version: 2012.07
|
Version: 2012.07
|
||||||
Release: 1%{?dist}
|
Release: 1%{?candidate:.%{candidate}}%{?dist}
|
||||||
Summary: U-Boot utilities
|
Summary: U-Boot utilities
|
||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://www.denx.de/wiki/U-Boot
|
URL: http://www.denx.de/wiki/U-Boot
|
||||||
Source0: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}-rc1.tar.bz2
|
Source0: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}%{?candidate:-%{candidate}}.tar.bz2
|
||||||
Patch0: 0001-panda-convert-to-uEnv.txt-bootscript.patch
|
Patch0: 0001-panda-convert-to-uEnv.txt-bootscript.patch
|
||||||
Patch1: u-boot-fat.patch
|
Patch1: u-boot-fat.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@ -53,7 +55,7 @@ u-boot bootloader binaries for origenboard
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n u-boot-%{version}-rc1
|
%setup -q -n u-boot-%{version}%{?candidate:-%{candidate}}
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
mkdir builds
|
mkdir builds
|
||||||
|
Loading…
Reference in New Issue
Block a user