acrn-hypervisor: Autospec creation for update from version 2019w16.5.140000p to version 2019w17.4.160000p
This commit is contained in:
parent
68dd7d1bef
commit
2d41f956fc
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
|||
PKG_NAME := acrn-hypervisor
|
||||
URL = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w16.5-140000p.tar.gz
|
||||
URL = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w17.4-160000p.tar.gz
|
||||
ARCHIVES =
|
||||
|
||||
include ../common/Makefile.common
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
#
|
||||
%define keepstatic 1
|
||||
Name : acrn-hypervisor
|
||||
Version : 2019w16.5.140000p
|
||||
Release : 190
|
||||
URL : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w16.5-140000p.tar.gz
|
||||
Source0 : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w16.5-140000p.tar.gz
|
||||
Version : 2019w17.4.160000p
|
||||
Release : 191
|
||||
URL : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w17.4-160000p.tar.gz
|
||||
Source0 : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w17.4-160000p.tar.gz
|
||||
Summary : No detailed summary available
|
||||
Group : Development/Tools
|
||||
License : BSD-3-Clause CC-BY-4.0 ISC
|
||||
|
@ -87,6 +87,7 @@ Group: Development
|
|||
Requires: acrn-hypervisor-bin = %{version}-%{release}
|
||||
Requires: acrn-hypervisor-data = %{version}-%{release}
|
||||
Provides: acrn-hypervisor-devel = %{version}-%{release}
|
||||
Requires: acrn-hypervisor = %{version}-%{release}
|
||||
|
||||
%description dev
|
||||
dev components for the acrn-hypervisor package.
|
||||
|
@ -116,21 +117,30 @@ Group: Systemd services
|
|||
services components for the acrn-hypervisor package.
|
||||
|
||||
|
||||
%package staticdev
|
||||
Summary: staticdev components for the acrn-hypervisor package.
|
||||
Group: Default
|
||||
Requires: acrn-hypervisor-dev = %{version}-%{release}
|
||||
|
||||
%description staticdev
|
||||
staticdev components for the acrn-hypervisor package.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n acrn-hypervisor-acrn-2019w16.5-140000p
|
||||
%setup -q -n acrn-hypervisor-acrn-2019w17.4-160000p
|
||||
|
||||
%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=1555677106
|
||||
export SOURCE_DATE_EPOCH=1556206394
|
||||
export LDFLAGS="${LDFLAGS} -fno-lto"
|
||||
make %{?_smp_mflags} all sbl-hypervisor BUILD_VERSION=”%{version}_%{release}” BUILD_TAG=”%{version}”
|
||||
|
||||
|
||||
%install
|
||||
export SOURCE_DATE_EPOCH=1555677106
|
||||
export SOURCE_DATE_EPOCH=1556206394
|
||||
rm -rf %{buildroot}
|
||||
mkdir -p %{buildroot}/usr/share/package-licenses/acrn-hypervisor
|
||||
cp LICENSE %{buildroot}/usr/share/package-licenses/acrn-hypervisor/LICENSE
|
||||
|
@ -223,7 +233,6 @@ ln -s ../../samples/apl-mrb/launch_uos.sh %{buildroot}/usr/share/acrn/conf/add/v
|
|||
%files dev
|
||||
%defattr(-,root,root,-)
|
||||
/usr/include/acrn/acrn_mngr.h
|
||||
/usr/lib64/*.a
|
||||
|
||||
%files extras
|
||||
%defattr(-,root,root,-)
|
||||
|
@ -247,3 +256,7 @@ ln -s ../../samples/apl-mrb/launch_uos.sh %{buildroot}/usr/share/acrn/conf/add/v
|
|||
/usr/lib/systemd/system/acrnlog.service
|
||||
/usr/lib/systemd/system/acrnprobe.service
|
||||
/usr/lib/systemd/system/usercrash.service
|
||||
|
||||
%files staticdev
|
||||
%defattr(-,root,root,-)
|
||||
/usr/lib64/libacrn-mngr.a
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = acrn-hypervisor
|
||||
url = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w16.5-140000p.tar.gz
|
||||
url = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2019w17.4-160000p.tar.gz
|
||||
archives =
|
||||
giturl = https://github.com/projectacrn/acrn-hypervisor.git
|
||||
|
||||
|
|
Loading…
Reference in New Issue