]> git.pld-linux.org Git - packages/xen.git/commitdiff
- subpackage for hypervisor XEN_3_0_4
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 24 May 2008 00:38:45 +0000 (00:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- hvm can be built on x86_64 if bcc is installed

Changed files:
    xen.spec -> 1.34.2.11.2.5

xen.spec

index e830155c45045981c544355229f61f7de3d9dac6..81cbd8dc3eeb3962a6219640056bba6d57c53d8d 100644 (file)
--- a/xen.spec
+++ b/xen.spec
 %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
@@ -34,9 +35,7 @@ Patch4:               %{name}-gcc4.patch
 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
@@ -136,10 +135,18 @@ Static xen libraries.
 %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.
@@ -148,9 +155,9 @@ xen hotplug scripts.
 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.
@@ -241,9 +248,6 @@ fi
 %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
@@ -302,6 +306,12 @@ fi
 %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/*
This page took 0.16446 seconds and 4 git commands to generate.