SPECS (XEN_3_0_4): xen.spec - subpackage for hypervisor - hvm can be built ...

glen glen at pld-linux.org
Sat May 24 02:38:50 CEST 2008


Author: glen                         Date: Sat May 24 00:38:50 2008 GMT
Module: SPECS                         Tag: XEN_3_0_4
---- Log message:
- subpackage for hypervisor
- hvm can be built on x86_64 if bcc is installed

---- Files affected:
SPECS:
   xen.spec (1.34.2.11.2.4 -> 1.34.2.11.2.5) 

---- Diffs:

================================================================
Index: SPECS/xen.spec
diff -u SPECS/xen.spec:1.34.2.11.2.4 SPECS/xen.spec:1.34.2.11.2.5
--- SPECS/xen.spec:1.34.2.11.2.4	Sat May 24 00:53:50 2008
+++ SPECS/xen.spec	Sat May 24 02:38:45 2008
@@ -14,12 +14,13 @@
 %undefine	with_pae
 %endif
 
-%define		subver	_1
+%define		hv_abi		 3.0
+%define		subver		_1
 %define		extraver	-1
 Summary:	Xen - a virtual machine monitor
 Summary(pl.UTF-8):	Xen - monitor maszyny wirtualnej
 Name:		xen
-Version:	3.0.4
+Version:	%{hv_abi}.4
 Release:	0.1
 License:	GPL
 Group:		Applications/System
@@ -35,9 +36,7 @@
 URL:		http://www.cl.cam.ac.uk/research/srg/netos/xen/index.html
 BuildRequires:	SDL-devel
 #BuildRequires:	XFree86-devel
-%ifarch %{ix86}
 %{?with_hvm:BuildRequires:  bcc}
-%endif
 BuildRequires:	cpp
 BuildRequires:	curl-devel
 BuildRequires:	e2fsprogs-devel
@@ -137,10 +136,18 @@
 %description static -l pl.UTF-8
 Statyczne biblioteki xena.
 
+%package hypervisor
+Summary:	Libraries for Xen tools
+Group:		Base/Kernel
+Provides:	xen-hypervisor-abi = %{hv_abi}
+
+%description hypervisor
+This package contains the Xen hypervisor
+
 %package hotplug
-Summary:    xen hotplug scripts
-Summary(pl.UTF-8):  Skrypty hotplug dla xena
-Group:      Application/System
+Summary:	xen hotplug scripts
+Summary(pl.UTF-8):	Skrypty hotplug dla xena
+Group:		Applications/System
 
 %description hotplug
 xen hotplug scripts.
@@ -149,9 +156,9 @@
 Skrypty hotplug dla xena.
 
 %package udev
-Summary:    xen udev scripts
-Summary(pl.UTF-8):  Skrypty udev dla xena
-Group:      Application/System
+Summary:	xen udev scripts
+Summary(pl.UTF-8):	Skrypty udev dla xena
+Group:		Applications/System
 
 %description udev
 xen udev scripts.
@@ -242,9 +249,6 @@
 %defattr(644,root,root,755)
 %doc COPYING README docs/misc/*
 %doc docs/html/*
-/boot/%{name}-syms-%{version}%{extraver}
-/boot/%{name}-%{version}%{extraver}.gz
-/boot/%{name}.gz
 %attr(754,root,root) /etc/rc.d/init.d/*
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/*
 %dir %{_sysconfdir}/xen
@@ -303,6 +307,12 @@
 %defattr(644,root,root,755)
 %{_libdir}/lib*.a
 
+%files hypervisor
+%defattr(644,root,root,755)
+/boot/%{name}-syms-%{version}%{extraver}
+/boot/%{name}-%{version}%{extraver}.gz
+/boot/%{name}.gz
+
 %files hotplug
 %defattr(644,root,root,755)
 %attr(755,root,root) /etc/hotplug/*
@@ -334,6 +344,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.34.2.11.2.5  2008-05-24 00:38:45  glen
+- subpackage for hypervisor
+- hvm can be built on x86_64 if bcc is installed
+
 Revision 1.34.2.11.2.4  2008-05-23 22:53:50  glen
 - specflags moved to gcc4 patch
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/xen.spec?r1=1.34.2.11.2.4&r2=1.34.2.11.2.5&f=u



More information about the pld-cvs-commit mailing list