acrn-hypervisor: Autospec creation for update from version 0.1.rc2 to version 0.1.rc4
This commit is contained in:
parent
53ff8d0490
commit
28ab3541e7
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
|||
PKG_NAME := acrn-hypervisor
|
||||
URL = https://github.com/projectacrn/acrn-hypervisor/archive/v0.1-rc2.tar.gz
|
||||
URL = https://github.com/projectacrn/acrn-hypervisor/archive/v0.1-rc4.tar.gz
|
||||
ARCHIVES =
|
||||
|
||||
include ../common/Makefile.common
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
# Generated by: autospec.py
|
||||
#
|
||||
Name : acrn-hypervisor
|
||||
Version : 0.1.rc2
|
||||
Release : 5
|
||||
URL : https://github.com/projectacrn/acrn-hypervisor/archive/v0.1-rc2.tar.gz
|
||||
Source0 : https://github.com/projectacrn/acrn-hypervisor/archive/v0.1-rc2.tar.gz
|
||||
Version : 0.1.rc4
|
||||
Release : 6
|
||||
URL : https://github.com/projectacrn/acrn-hypervisor/archive/v0.1-rc4.tar.gz
|
||||
Source0 : https://github.com/projectacrn/acrn-hypervisor/archive/v0.1-rc4.tar.gz
|
||||
Summary : No detailed summary available
|
||||
Group : Development/Tools
|
||||
License : BSD-3-Clause
|
||||
|
@ -34,18 +34,18 @@ data components for the acrn-hypervisor package.
|
|||
|
||||
|
||||
%prep
|
||||
%setup -q -n acrn-hypervisor-0.1-rc2
|
||||
%setup -q -n acrn-hypervisor-0.1-rc4
|
||||
|
||||
%build
|
||||
export http_proxy=http://127.0.0.1:9/
|
||||
export https_proxy=http://127.0.0.1:9/
|
||||
export no_proxy=localhost,127.0.0.1,0.0.0.0
|
||||
export LANG=C
|
||||
export SOURCE_DATE_EPOCH=1520602638
|
||||
export SOURCE_DATE_EPOCH=1524072594
|
||||
make %{?_smp_mflags} PLATFORM=uefi
|
||||
|
||||
%install
|
||||
export SOURCE_DATE_EPOCH=1520602638
|
||||
export SOURCE_DATE_EPOCH=1524072594
|
||||
rm -rf %{buildroot}
|
||||
%make_install PLATFORM=uefi
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = acrn-hypervisor
|
||||
url = https://github.com/projectacrn/acrn-hypervisor/archive/v0.1-rc2.tar.gz
|
||||
url = https://github.com/projectacrn/acrn-hypervisor/archive/v0.1-rc4.tar.gz
|
||||
archives =
|
||||
giturl =
|
||||
|
||||
|
@ -17,6 +17,8 @@ autoupdate = false
|
|||
broken_c++ = false
|
||||
# disable parallelization during build
|
||||
broken_parallel_build = false
|
||||
# this package is a library compatability package and only ships versioned library files
|
||||
compat = false
|
||||
# set conservative build flags
|
||||
conservative_flags = false
|
||||
# pass -ffast-math to compiler
|
||||
|
|
Loading…
Reference in New Issue