acrn-hypervisor: Autospec creation for update from version 1.0 to version 0.1.rc2
This commit is contained in:
parent
cf313a3f34
commit
0d2130ad5d
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
|||
PKG_NAME := acrn-hypervisor
|
||||
URL = https://github.com/projectacrn/acrn-hypervisor/archive/v1.0.tar.gz
|
||||
URL = https://github.com/projectacrn/acrn-hypervisor/archive/v0.1-rc2.tar.gz
|
||||
ARCHIVES =
|
||||
|
||||
include ../common/Makefile.common
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
# Generated by: autospec.py
|
||||
#
|
||||
Name : acrn-hypervisor
|
||||
Version : 1.0
|
||||
Release : 4
|
||||
URL : https://github.com/projectacrn/acrn-hypervisor/archive/v1.0.tar.gz
|
||||
Source0 : https://github.com/projectacrn/acrn-hypervisor/archive/v1.0.tar.gz
|
||||
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
|
||||
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-1.0
|
||||
%setup -q -n acrn-hypervisor-0.1-rc2
|
||||
|
||||
%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=1520523227
|
||||
export SOURCE_DATE_EPOCH=1520602638
|
||||
make %{?_smp_mflags} PLATFORM=uefi
|
||||
|
||||
%install
|
||||
export SOURCE_DATE_EPOCH=1520523227
|
||||
export SOURCE_DATE_EPOCH=1520602638
|
||||
rm -rf %{buildroot}
|
||||
%make_install PLATFORM=uefi
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = acrn-hypervisor
|
||||
url = https://github.com/projectacrn/acrn-hypervisor/archive/v1.0.tar.gz
|
||||
url = https://github.com/projectacrn/acrn-hypervisor/archive/v0.1-rc2.tar.gz
|
||||
archives =
|
||||
giturl =
|
||||
|
||||
|
|
Loading…
Reference in New Issue