acrn-hypervisor: Autospec creation for update from version 0.1 to version 1.0
This commit is contained in:
parent
537b0f7655
commit
cf313a3f34
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
||||||
PKG_NAME := acrn-hypervisor
|
PKG_NAME := acrn-hypervisor
|
||||||
URL = https://github.com/projectacrn/acrn-hypervisor/archive/v0.1.tar.gz
|
URL = https://github.com/projectacrn/acrn-hypervisor/archive/v1.0.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 : 0.1
|
Version : 1.0
|
||||||
Release : 3
|
Release : 4
|
||||||
URL : https://github.com/projectacrn/acrn-hypervisor/archive/v0.1.tar.gz
|
URL : https://github.com/projectacrn/acrn-hypervisor/archive/v1.0.tar.gz
|
||||||
Source0 : https://github.com/projectacrn/acrn-hypervisor/archive/v0.1.tar.gz
|
Source0 : https://github.com/projectacrn/acrn-hypervisor/archive/v1.0.tar.gz
|
||||||
Summary : No detailed summary available
|
Summary : No detailed summary available
|
||||||
Group : Development/Tools
|
Group : Development/Tools
|
||||||
License : BSD-3-Clause
|
License : BSD-3-Clause
|
||||||
|
@ -34,18 +34,18 @@ data components for the acrn-hypervisor package.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n acrn-hypervisor-0.1
|
%setup -q -n acrn-hypervisor-1.0
|
||||||
|
|
||||||
%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=1520445326
|
export SOURCE_DATE_EPOCH=1520523227
|
||||||
make %{?_smp_mflags} PLATFORM=uefi
|
make %{?_smp_mflags} PLATFORM=uefi
|
||||||
|
|
||||||
%install
|
%install
|
||||||
export SOURCE_DATE_EPOCH=1520445326
|
export SOURCE_DATE_EPOCH=1520523227
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
%make_install PLATFORM=uefi
|
%make_install PLATFORM=uefi
|
||||||
|
|
||||||
|
@ -54,4 +54,5 @@ rm -rf %{buildroot}
|
||||||
|
|
||||||
%files data
|
%files data
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
/usr/share/acrn.efi
|
/usr/share/acrn/acrn.efi
|
||||||
|
/usr/share/acrn/demo/acrn.conf
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = acrn-hypervisor
|
name = acrn-hypervisor
|
||||||
url = https://github.com/projectacrn/acrn-hypervisor/archive/v0.1.tar.gz
|
url = https://github.com/projectacrn/acrn-hypervisor/archive/v1.0.tar.gz
|
||||||
archives =
|
archives =
|
||||||
giturl =
|
giturl =
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue