acrn-hypervisor: Autospec creation for version 2018w22.3.170000p
This commit is contained in:
parent
6de2a7c5b8
commit
7647358132
|
@ -2,11 +2,9 @@
|
||||||
*~
|
*~
|
||||||
*.swp
|
*.swp
|
||||||
.repo-index
|
.repo-index
|
||||||
*.log
|
*.log*
|
||||||
build.log.round*
|
*.tar*
|
||||||
*.tar.*
|
|
||||||
*.tgz
|
*.tgz
|
||||||
!*.tar.*.*
|
|
||||||
*.zip
|
*.zip
|
||||||
commitmsg
|
commitmsg
|
||||||
results/
|
results/
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
||||||
PKG_NAME := acrn-hypervisor
|
PKG_NAME := acrn-hypervisor
|
||||||
URL = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w22.2-170000p.tar.gz
|
URL = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w22.3-170000p.tar.gz
|
||||||
ARCHIVES =
|
ARCHIVES =
|
||||||
|
|
||||||
include ../common/Makefile.common
|
include ../common/Makefile.common
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
# Generated by: autospec.py
|
# Generated by: autospec.py
|
||||||
#
|
#
|
||||||
Name : acrn-hypervisor
|
Name : acrn-hypervisor
|
||||||
Version : 2018w22.2.170000p
|
Version : 2018w22.3.170000p
|
||||||
Release : 14
|
Release : 15
|
||||||
URL : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w22.2-170000p.tar.gz
|
URL : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w22.3-170000p.tar.gz
|
||||||
Source0 : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w22.2-170000p.tar.gz
|
Source0 : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w22.3-170000p.tar.gz
|
||||||
Summary : No detailed summary available
|
Summary : No detailed summary available
|
||||||
Group : Development/Tools
|
Group : Development/Tools
|
||||||
License : BSD-3-Clause CC-BY-4.0
|
License : BSD-3-Clause CC-BY-4.0
|
||||||
|
@ -61,18 +61,18 @@ data components for the acrn-hypervisor package.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n acrn-hypervisor-acrn-2018w22.2-170000p
|
%setup -q -n acrn-hypervisor-acrn-2018w22.3-170000p
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export http_proxy=http://127.0.0.1:9/
|
export http_proxy=http://127.0.0.1:9/
|
||||||
export https_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 no_proxy=localhost,127.0.0.1,0.0.0.0
|
||||||
export LANG=C
|
export LANG=C
|
||||||
export SOURCE_DATE_EPOCH=1527594534
|
export SOURCE_DATE_EPOCH=1527692039
|
||||||
make %{?_smp_mflags} all sbl-hypervisor
|
make %{?_smp_mflags} all sbl-hypervisor
|
||||||
|
|
||||||
%install
|
%install
|
||||||
export SOURCE_DATE_EPOCH=1527594534
|
export SOURCE_DATE_EPOCH=1527692039
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
%make_install install sbl-hypervisor-install
|
%make_install install sbl-hypervisor-install
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = acrn-hypervisor
|
name = acrn-hypervisor
|
||||||
url = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w22.2-170000p.tar.gz
|
url = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w22.3-170000p.tar.gz
|
||||||
archives =
|
archives =
|
||||||
giturl =
|
giturl =
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue