2007-01-11 01:44:36 +01:00
|
|
|
#
|
2010-04-13 02:31:59 +02:00
|
|
|
# spec file for package libvirt (Version 0.8.0)
|
2007-01-11 01:44:36 +01:00
|
|
|
#
|
2010-01-08 01:37:05 +01:00
|
|
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-11 01:44:36 +01:00
|
|
|
#
|
2008-08-10 01:31:46 +02:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2007-01-11 01:44:36 +01:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
2010-03-01 01:43:01 +01:00
|
|
|
# hypervisor drivers that run on local host
|
2008-07-08 22:02:35 +02:00
|
|
|
%define with_xen 1
|
2010-01-08 01:37:05 +01:00
|
|
|
%define with_qemu 1
|
|
|
|
%define with_lxc 1
|
|
|
|
%define with_openvz 1
|
|
|
|
%define with_vbox 1
|
|
|
|
%define with_uml 0
|
|
|
|
%define with_one 0
|
|
|
|
# hypervisor drivers that use a native remote protocol
|
2009-10-13 17:16:43 +02:00
|
|
|
%define with_phyp 0
|
2010-01-08 01:37:05 +01:00
|
|
|
%define with_esx 0
|
|
|
|
# host drivers
|
|
|
|
%define with_network 1
|
|
|
|
%define with_storage_fs 1
|
|
|
|
%define with_storage_lvm 1
|
|
|
|
%define with_storage_iscsi 1
|
|
|
|
%define with_storage_disk 1
|
|
|
|
%define with_storage_mpath 1
|
|
|
|
%define with_numactl 1
|
|
|
|
%define with_selinux 1
|
|
|
|
%define with_apparmor 0
|
|
|
|
# options
|
|
|
|
%define with_capng 0
|
|
|
|
%define with_netcf 0
|
|
|
|
%define with_udev 0
|
|
|
|
%define with_hal 0
|
|
|
|
%define with_yajl 0
|
2010-03-01 01:43:01 +01:00
|
|
|
|
2008-10-22 18:17:33 +02:00
|
|
|
# Xen is available only on i386 x86_64
|
2008-10-26 00:53:14 +02:00
|
|
|
%ifnarch %ix86 x86_64
|
2008-07-08 22:02:35 +02:00
|
|
|
%define with_xen 0
|
|
|
|
%endif
|
2010-01-08 01:37:05 +01:00
|
|
|
# LXC and selinux are not available on anything < openSUSE 11.1
|
|
|
|
%if 0%{?suse_version} < 1110
|
|
|
|
%define with_lxc 0
|
|
|
|
%define with_selinux 0
|
2008-08-10 01:31:46 +02:00
|
|
|
%endif
|
2010-01-08 01:37:05 +01:00
|
|
|
# Enable phyp driver for IBM Power systems
|
2009-10-13 17:16:43 +02:00
|
|
|
%ifarch ppc64
|
|
|
|
%define with_phyp 1
|
|
|
|
%endif
|
2010-01-08 01:37:05 +01:00
|
|
|
# numactl only on x86_64 and ia64
|
|
|
|
%ifnarch x86_64 ia64
|
|
|
|
%define with_numactl 0
|
|
|
|
%endif
|
|
|
|
# SLES doesn't contain OpenVZ, VBox, UML, OpenNebula, or ESX
|
|
|
|
%if 0%{?sles_version}
|
|
|
|
%define with_openvz 0
|
|
|
|
%define with_vbox 0
|
|
|
|
%define with_uml 0
|
|
|
|
%define with_one 0
|
|
|
|
%define with_esx 0
|
|
|
|
%endif
|
|
|
|
%if 0%{?suse_version} > 1110
|
|
|
|
%define with_udev 1
|
|
|
|
%else
|
|
|
|
%define with_hal 1
|
|
|
|
%endif
|
2008-04-10 22:28:26 +02:00
|
|
|
|
2007-01-11 01:44:36 +01:00
|
|
|
Name: libvirt
|
2010-01-08 01:37:05 +01:00
|
|
|
BuildRequires: bridge-utils cyrus-sasl-devel device-mapper-devel fdupes gettext gnutls-devel iptables-devel libxml2-devel lvm2 ncurses-devel parted-devel pkg-config python-devel python-xml readline-devel util-linux xhtml-dtd
|
|
|
|
%if %{with_hal}
|
|
|
|
BuildRequires: hal-devel
|
|
|
|
%endif
|
|
|
|
%if %{with_udev}
|
|
|
|
BuildRequires: libudev-devel >= 145
|
|
|
|
BuildRequires: libpciaccess0-devel >= 0.10.9
|
|
|
|
%endif
|
2008-07-08 22:02:35 +02:00
|
|
|
%if %{with_xen}
|
|
|
|
BuildRequires: xen-devel
|
|
|
|
%endif
|
|
|
|
%if 0%{?suse_version} > 1030
|
2008-08-10 01:31:46 +02:00
|
|
|
BuildRequires: libavahi-devel
|
2008-07-08 22:02:35 +02:00
|
|
|
%else
|
|
|
|
BuildRequires: avahi-devel
|
|
|
|
%endif
|
2008-09-01 17:06:07 +02:00
|
|
|
%if %{with_selinux}
|
|
|
|
BuildRequires: libselinux-devel
|
|
|
|
%endif
|
2010-01-08 01:37:05 +01:00
|
|
|
%if %{with_numactl}
|
2009-02-03 22:58:24 +01:00
|
|
|
BuildRequires: libnuma-devel
|
|
|
|
%endif
|
2009-09-27 00:09:58 +02:00
|
|
|
%if 0%{?suse_version} > 1110
|
|
|
|
BuildRequires: polkit >= 0.9
|
|
|
|
%else
|
|
|
|
BuildRequires: PolicyKit-devel >= 0.6
|
|
|
|
%endif
|
2009-10-13 17:16:43 +02:00
|
|
|
%if %{with_phyp}
|
|
|
|
BuildRequires: libssh2-devel
|
|
|
|
%endif
|
2007-03-07 22:48:39 +01:00
|
|
|
# Only for directory ownership:
|
|
|
|
BuildRequires: gtk-doc
|
2007-10-10 00:17:47 +02:00
|
|
|
Url: http://libvirt.org/
|
2009-12-11 16:19:30 +01:00
|
|
|
License: LGPLv2.1+
|
2007-01-11 01:44:36 +01:00
|
|
|
Group: Development/Libraries/C and C++
|
2007-10-10 00:17:47 +02:00
|
|
|
AutoReqProv: yes
|
2010-04-13 02:31:59 +02:00
|
|
|
Version: 0.8.0
|
2010-03-22 17:06:05 +01:00
|
|
|
Release: 1
|
2007-01-11 01:44:36 +01:00
|
|
|
Summary: A C toolkit to interract with the virtualization capabilities of Linux
|
2010-01-08 01:37:05 +01:00
|
|
|
# The client side, i.e. shared libs and virsh are in a subpackage
|
|
|
|
Requires: libvirt-client = %{version}-%{release}
|
2008-01-07 16:31:17 +01:00
|
|
|
Requires: bridge-utils
|
|
|
|
Requires: iptables
|
2008-07-08 22:02:35 +02:00
|
|
|
Requires: lvm2
|
|
|
|
Requires: parted
|
2010-01-08 01:37:05 +01:00
|
|
|
Requires: virt-utils
|
2009-04-24 23:15:55 +02:00
|
|
|
Recommends: logrotate
|
2008-07-08 22:02:35 +02:00
|
|
|
Requires: dnsmasq
|
2008-10-08 18:23:52 +02:00
|
|
|
Requires: open-iscsi
|
2009-01-29 01:42:42 +01:00
|
|
|
Requires: nfs-client
|
2010-01-08 01:37:05 +01:00
|
|
|
%if %{with_hal}
|
2009-01-29 01:42:42 +01:00
|
|
|
Requires: hal
|
2010-01-08 01:37:05 +01:00
|
|
|
%endif
|
2009-12-11 16:19:30 +01:00
|
|
|
%if 0%{?suse_version} > 1110
|
2009-09-27 00:09:58 +02:00
|
|
|
Requires: polkit >= 0.9
|
|
|
|
%else
|
|
|
|
Requires: PolicyKit >= 0.6
|
|
|
|
%endif
|
2007-08-21 02:37:22 +02:00
|
|
|
Source0: %{name}-%{version}.tar.bz2
|
|
|
|
Source1: libvirtd.init
|
2009-09-27 00:09:58 +02:00
|
|
|
# Upstream patches
|
|
|
|
# Need to go upstream
|
2010-04-13 02:31:59 +02:00
|
|
|
Patch100: xen-name-for-devid.patch
|
|
|
|
Patch101: socat.patch
|
|
|
|
Patch102: clone.patch
|
|
|
|
Patch103: xen-pv-cdrom.patch
|
|
|
|
Patch104: xen-domctl-ver7.patch
|
|
|
|
Patch105: xen-tap2-support.patch
|
|
|
|
Patch106: xend-disk-order.patch
|
2009-09-27 00:09:58 +02:00
|
|
|
# Our patches
|
|
|
|
Patch200: libvirtd-defaults.patch
|
2007-01-11 01:44:36 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%description
|
2010-01-08 01:37:05 +01:00
|
|
|
Libvirt is a C toolkit to interact with the virtualization
|
|
|
|
capabilities of Linux. Virtualization of the Linux Operating System means
|
|
|
|
the ability to run multiple instances of Operating Systems concurrently
|
2007-01-11 01:44:36 +01:00
|
|
|
on a single hardware system where the basic resources are driven by a
|
|
|
|
Linux instance. The library aims to provide long term stable C API
|
2010-01-08 01:37:05 +01:00
|
|
|
to interact with Linux virtualization technologies.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Daniel Veillard <veillard@redhat.com>
|
|
|
|
Karel Zak <kzak@redhat.com>
|
|
|
|
|
|
|
|
%package client
|
|
|
|
License: LGPLv2.1+
|
|
|
|
Summary: Client side library and utilities of the libvirt library
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Requires: readline
|
|
|
|
Requires: ncurses
|
|
|
|
# So remote clients can access libvirt over SSH tunnel
|
|
|
|
# (client invokes 'socat' against the UNIX socket on the server)
|
|
|
|
Requires: socat
|
|
|
|
Requires: cyrus-sasl
|
|
|
|
Recommends: cyrus-sasl-digestmd5
|
|
|
|
|
|
|
|
%description client
|
|
|
|
Libvirt is a C toolkit to interract with the virtualization
|
|
|
|
capabilities of Linux. The libvirt-client package contains shared
|
|
|
|
libraries and client binaries needed to access the virtualization
|
|
|
|
capabilities of recent versions of Linux (and other OSes).
|
2009-12-29 18:35:03 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
2007-01-11 01:44:36 +01:00
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Daniel Veillard <veillard@redhat.com>
|
|
|
|
Karel Zak <kzak@redhat.com>
|
|
|
|
|
|
|
|
%package devel
|
2009-12-11 16:19:30 +01:00
|
|
|
License: LGPLv2.1+
|
2007-01-11 01:44:36 +01:00
|
|
|
Summary: A C toolkit to interract with the virtualization capabilities of Linux
|
|
|
|
Group: Development/Libraries/C and C++
|
2008-07-08 22:02:35 +02:00
|
|
|
Requires: %{name} = %{version} libxml2-devel
|
|
|
|
%if %{with_xen}
|
|
|
|
Requires: xen-devel
|
2010-01-08 01:37:04 +01:00
|
|
|
%endif
|
2010-01-08 01:37:05 +01:00
|
|
|
Requires: pkg-config
|
2007-01-11 01:44:36 +01:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
Libvirt is a C toolkit to interract with the virtualization
|
2010-01-08 01:37:05 +01:00
|
|
|
capabilities of Linux. The libvirt-devel package contains headers
|
|
|
|
and libraries needed for developing libvirt applications.
|
2007-01-11 01:44:36 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
2007-03-07 22:48:39 +01:00
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Daniel Veillard <veillard@redhat.com>
|
|
|
|
Karel Zak <kzak@redhat.com>
|
|
|
|
|
|
|
|
%package doc
|
2009-12-11 16:19:30 +01:00
|
|
|
License: LGPLv2.1+
|
2007-03-07 22:48:39 +01:00
|
|
|
Summary: A C toolkit to interract with the virtualization capabilities of Linux
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Requires: %{name} = %{version}
|
|
|
|
|
|
|
|
%description doc
|
|
|
|
Libvirt is a C toolkit to interract with the virtualization
|
2010-01-08 01:37:05 +01:00
|
|
|
capabilities of Linux. The libvirt-doc packages contains documentation
|
|
|
|
for the libvirt API and tools.
|
2007-03-07 22:48:39 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
2007-01-11 01:44:36 +01:00
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Daniel Veillard <veillard@redhat.com>
|
|
|
|
Karel Zak <kzak@redhat.com>
|
|
|
|
|
|
|
|
%package python
|
2009-12-11 16:19:30 +01:00
|
|
|
License: LGPLv2.1+
|
2007-01-11 01:44:36 +01:00
|
|
|
Summary: A C toolkit to interract with the virtualization capabilities of Linux
|
|
|
|
Group: Development/Libraries/C and C++
|
2007-03-07 22:48:39 +01:00
|
|
|
Requires: %{name} = %{version}
|
|
|
|
%py_requires
|
2007-01-11 01:44:36 +01:00
|
|
|
|
|
|
|
%description python
|
|
|
|
Libvirt is a C toolkit to interract with the virtualization
|
2010-01-08 01:37:05 +01:00
|
|
|
capabilities of Linux. The libvirt-python package provides python
|
|
|
|
bindings for the libvirt C API.
|
2007-01-11 01:44:36 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Daniel Veillard <veillard@redhat.com>
|
|
|
|
Karel Zak <kzak@redhat.com>
|
|
|
|
|
|
|
|
%prep
|
2007-03-07 22:48:39 +01:00
|
|
|
%setup -q
|
2009-09-27 00:09:58 +02:00
|
|
|
%patch100 -p1
|
2010-04-13 02:31:59 +02:00
|
|
|
%patch101 -p1
|
|
|
|
%patch102
|
2010-03-01 01:43:01 +01:00
|
|
|
%patch103 -p1
|
2010-03-22 17:06:05 +01:00
|
|
|
%patch104 -p1
|
|
|
|
%patch105 -p1
|
2010-04-13 02:31:59 +02:00
|
|
|
%patch106 -p1
|
2009-09-27 00:09:58 +02:00
|
|
|
%patch200 -p1
|
2007-01-11 01:44:36 +01:00
|
|
|
|
|
|
|
%build
|
2008-07-08 22:02:35 +02:00
|
|
|
%if ! %{with_xen}
|
|
|
|
%define _without_xen --without-xen
|
|
|
|
%endif
|
2010-01-08 01:37:05 +01:00
|
|
|
%if ! %{with_qemu}
|
|
|
|
%define _without_qemu --without-qemu
|
|
|
|
%endif
|
2008-10-08 18:23:52 +02:00
|
|
|
%if ! %{with_lxc}
|
|
|
|
%define _without_lxc --without-lxc
|
2008-08-10 01:31:46 +02:00
|
|
|
%endif
|
2010-01-08 01:37:05 +01:00
|
|
|
%if ! %{with_openvz}
|
|
|
|
%define _without_openvz --without-openvz
|
|
|
|
%endif
|
|
|
|
%if ! %{with_vbox}
|
|
|
|
%define _without_vbox --without-vbox
|
|
|
|
%endif
|
|
|
|
%if ! %{with_uml}
|
|
|
|
%define _without_uml --without-uml
|
|
|
|
%endif
|
|
|
|
%if ! %{with_one}
|
|
|
|
%define _without_one --without-one
|
|
|
|
%endif
|
|
|
|
%if ! %{with_phyp}
|
|
|
|
%define _without_phyp --without-phyp
|
|
|
|
%endif
|
|
|
|
%if ! %{with_esx}
|
|
|
|
%define _without_esx --without-esx
|
|
|
|
%endif
|
|
|
|
%if ! %{with_numactl}
|
|
|
|
%define _without_numactl --without-numactl
|
|
|
|
%endif
|
|
|
|
%if ! %{with_selinux}
|
|
|
|
%define _without_selinux --without-selinux
|
|
|
|
%endif
|
|
|
|
%if ! %{with_apparmor}
|
|
|
|
%define _without_apparmor --without-apparmor
|
|
|
|
%endif
|
|
|
|
%if ! %{with_capng}
|
|
|
|
%define _without_capng --without-capng
|
|
|
|
%endif
|
|
|
|
%if ! %{with_netcf}
|
|
|
|
%define _without_netcf --without-netcf
|
|
|
|
%endif
|
|
|
|
%if ! %{with_hal}
|
|
|
|
%define _without_hal --without-hal
|
|
|
|
%endif
|
|
|
|
%if ! %{with_udev}
|
|
|
|
%define _without_udev --without-udev
|
|
|
|
%endif
|
|
|
|
%if ! %{with_yajl}
|
|
|
|
%define _without_yajl --without-yajl
|
2008-09-01 17:06:07 +02:00
|
|
|
%endif
|
2007-03-07 22:48:39 +01:00
|
|
|
autoreconf -f -i
|
2008-10-26 00:53:14 +02:00
|
|
|
export CFLAGS="$RPM_OPT_FLAGS"
|
2009-04-24 23:15:55 +02:00
|
|
|
%configure --disable-static --with-pic \
|
|
|
|
%{?_without_xen} \
|
2010-01-08 01:37:05 +01:00
|
|
|
%{?_without_qemu} \
|
2008-10-08 18:23:52 +02:00
|
|
|
%{?_without_lxc} \
|
2010-01-08 01:37:05 +01:00
|
|
|
%{?_without_openvz} \
|
|
|
|
%{?_without_vbox} \
|
|
|
|
%{?_without_uml} \
|
|
|
|
%{?_without_one} \
|
|
|
|
%{?_without_phyp} \
|
|
|
|
%{?_without_esx} \
|
|
|
|
%{?_without_numactl} \
|
2008-09-01 17:06:07 +02:00
|
|
|
%{?_with_selinux} \
|
2010-01-08 01:37:05 +01:00
|
|
|
%{?_without_capng} \
|
|
|
|
%{?_without_netcf} \
|
|
|
|
%{?_without_selinux} \
|
|
|
|
%{?_without_apparmor} \
|
|
|
|
%{?_without_hal} \
|
|
|
|
%{?_without_udev} \
|
|
|
|
%{?_without_yajl} \
|
|
|
|
--without-xen-proxy \
|
2008-07-08 22:02:35 +02:00
|
|
|
--libexecdir=%{_libdir}/%{name} \
|
|
|
|
--with-init-script=none \
|
2008-08-10 01:31:46 +02:00
|
|
|
--with-remote-pid-file=%{_localstatedir}/run/libvirtd.pid \
|
2008-08-14 00:03:43 +02:00
|
|
|
ac_cv_path_DNSMASQ=/usr/sbin/dnsmasq \
|
2009-01-29 01:42:42 +01:00
|
|
|
ac_cv_path_ISCSIADM=/sbin/iscsiadm \
|
2009-04-24 23:15:55 +02:00
|
|
|
ac_cv_path_MODPROBE=/sbin/modprobe \
|
|
|
|
ac_cv_path_UDEVADM=/sbin/udevadm \
|
2009-01-29 01:42:42 +01:00
|
|
|
ac_cv_path_SHOWMOUNT=/usr/sbin/showmount
|
2009-04-24 23:15:55 +02:00
|
|
|
make %{?jobs:-j%jobs} DOCS_DIR=%{_docdir}/%{name}-python EXAMPLE_DIR=%{_docdir}/%{name}-python/examples HTML_DIR=%{_docdir}/%{name}
|
2007-01-11 01:44:36 +01:00
|
|
|
|
|
|
|
%install
|
2007-03-07 22:48:39 +01:00
|
|
|
%makeinstall DOCS_DIR=%{_docdir}/%{name}-python EXAMPLE_DIR=%{_docdir}/%{name}-python/examples HTML_DIR=%{_docdir}/%{name}
|
2007-06-14 15:38:05 +02:00
|
|
|
cp -a AUTHORS ChangeLog COPYING NEWS README TODO $RPM_BUILD_ROOT%{_docdir}/%{name}/
|
2009-01-12 02:05:34 +01:00
|
|
|
cd docs ; cp -a *.html $RPM_BUILD_ROOT%{_docdir}/%{name} ; cp -a *.png $RPM_BUILD_ROOT%{_docdir}/%{name} ; cd ..
|
2008-08-10 01:31:46 +02:00
|
|
|
# remove currently unsupported locale(s)
|
2008-01-07 16:31:17 +01:00
|
|
|
rm -rf $RPM_BUILD_ROOT/usr/share/locale/sr@latin
|
2009-04-24 23:15:55 +02:00
|
|
|
# don't autostart the default network
|
2007-08-21 02:37:22 +02:00
|
|
|
rm -f $RPM_BUILD_ROOT%{_sysconfdir}/libvirt/qemu/networks/autostart/default.xml
|
2008-08-10 01:31:46 +02:00
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{_localstatedir}/run/libvirt
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{_localstatedir}/lib/libvirt
|
2007-03-07 22:48:39 +01:00
|
|
|
rm $RPM_BUILD_ROOT%{_libdir}/*.*a $RPM_BUILD_ROOT%{py_sitedir}/*.*a
|
2010-01-08 01:37:05 +01:00
|
|
|
%if ! %{with_lxc}
|
|
|
|
rm -rf $RPM_BUILD_ROOT%{_sysconfdir}/libvirt/lxc.conf
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_datadir}/augeas/lenses/libvirtd_lxc.aug
|
2010-04-13 02:31:59 +02:00
|
|
|
rm -rf $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/libvirtd.lxc
|
2010-01-08 01:37:05 +01:00
|
|
|
%endif
|
|
|
|
%if ! %{with_qemu}
|
|
|
|
rm -rf $RPM_BUILD_ROOT%{_sysconfdir}/libvirt/qemu.conf
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_datadir}/augeas/lenses/libvirtd_qemu.aug
|
2010-04-13 02:31:59 +02:00
|
|
|
rm -rf $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/libvirtd.qemu
|
|
|
|
%endif
|
|
|
|
%if ! %{with_uml}
|
|
|
|
rm -rf $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/libvirtd.uml
|
2010-01-08 01:37:05 +01:00
|
|
|
%endif
|
2007-06-14 15:38:05 +02:00
|
|
|
ln_dupes()
|
|
|
|
{
|
|
|
|
target=""
|
|
|
|
fdupes -r "$1" | while read file; do
|
|
|
|
if [ -z "$file" ] || [ -z "$target" ]; then
|
|
|
|
target="$file"
|
|
|
|
continue
|
|
|
|
fi
|
|
|
|
ln -sf "${target#.}" "$file"
|
|
|
|
done
|
|
|
|
}
|
|
|
|
(
|
|
|
|
cd $RPM_BUILD_ROOT
|
|
|
|
ln_dupes .%{_docdir}/%{name}
|
|
|
|
ln_dupes ./usr/share/locale
|
|
|
|
)
|
2007-08-21 02:37:22 +02:00
|
|
|
# init script
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/etc/init.d
|
|
|
|
install %SOURCE1 $RPM_BUILD_ROOT/etc/init.d/libvirtd
|
|
|
|
ln -s /etc/init.d/libvirtd $RPM_BUILD_ROOT/usr/sbin/rclibvirtd
|
2007-03-07 22:48:39 +01:00
|
|
|
%find_lang %{name}
|
2007-01-11 01:44:36 +01:00
|
|
|
|
|
|
|
%clean
|
2007-03-07 22:48:39 +01:00
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2007-01-11 01:44:36 +01:00
|
|
|
|
2010-01-08 01:37:05 +01:00
|
|
|
%post
|
|
|
|
/sbin/ldconfig
|
|
|
|
%if 0%{?sles_version}
|
|
|
|
%{fillup_and_insserv -f -y libvirtd}
|
|
|
|
%endif
|
2007-01-11 01:44:36 +01:00
|
|
|
|
2007-08-21 02:37:22 +02:00
|
|
|
%preun
|
|
|
|
%stop_on_removal libvirtd
|
|
|
|
|
|
|
|
%postun
|
|
|
|
/sbin/ldconfig
|
|
|
|
%restart_on_update libvirtd
|
|
|
|
%insserv_cleanup
|
2007-01-11 01:44:36 +01:00
|
|
|
|
2010-01-08 01:37:05 +01:00
|
|
|
%post client -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun client -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
2007-01-11 01:44:36 +01:00
|
|
|
%defattr(-, root, root)
|
2007-07-24 01:32:16 +02:00
|
|
|
%{_sbindir}/libvirtd
|
2008-07-08 22:02:35 +02:00
|
|
|
%dir %{_libdir}/%{name}
|
2007-08-21 02:37:22 +02:00
|
|
|
%dir %attr(0700, root, root) %{_sysconfdir}/libvirt/
|
|
|
|
%dir %attr(0700, root, root) %{_sysconfdir}/libvirt/qemu/
|
|
|
|
%dir %attr(0700, root, root) %{_sysconfdir}/libvirt/qemu/networks/
|
|
|
|
%dir %attr(0700, root, root) %{_sysconfdir}/libvirt/qemu/networks/autostart
|
2010-04-13 02:31:59 +02:00
|
|
|
%dir %attr(0700, root, root) %{_sysconfdir}/libvirt/nwfilter/
|
|
|
|
%{_sysconfdir}/libvirt/nwfilter/*.xml
|
2007-08-21 02:37:22 +02:00
|
|
|
%config /etc/init.d/libvirtd
|
|
|
|
%{_sbindir}/rclibvirtd
|
2008-01-07 16:31:17 +01:00
|
|
|
%config %{_sysconfdir}/libvirt/libvirtd.conf
|
2010-01-08 01:37:05 +01:00
|
|
|
%config %{_sysconfdir}/libvirt/qemu/networks/default.xml
|
|
|
|
%dir %attr(0700, root, root) %{_localstatedir}/lib/libvirt/network/
|
|
|
|
%dir %{_localstatedir}/run/libvirt/
|
|
|
|
%dir %{_localstatedir}/lib/libvirt/
|
|
|
|
%dir %attr(0700, root, root) %{_localstatedir}/lib/libvirt/images/
|
|
|
|
%dir %attr(0700, root, root) %{_localstatedir}/lib/libvirt/boot/
|
|
|
|
%dir %attr(0700, root, root) %{_localstatedir}/cache/libvirt/
|
|
|
|
%dir %attr(0700, root, root) %{_localstatedir}/log/libvirt/
|
2009-09-27 00:09:58 +02:00
|
|
|
%if 0%{?suse_version} > 1110
|
|
|
|
%{_datadir}/polkit-1/actions/org.libvirt.unix.policy
|
|
|
|
%else
|
2008-10-08 18:23:52 +02:00
|
|
|
%{_datadir}/PolicyKit/policy/org.libvirt.unix.policy
|
2008-07-08 22:02:35 +02:00
|
|
|
%endif
|
2009-04-24 23:15:55 +02:00
|
|
|
%{_datadir}/augeas
|
2010-01-08 01:37:05 +01:00
|
|
|
%if %{with_qemu}
|
2010-04-13 02:31:59 +02:00
|
|
|
%config (noreplace)%{_sysconfdir}/libvirt/qemu.conf
|
|
|
|
%config(noreplace) %{_sysconfdir}/logrotate.d/libvirtd.qemu
|
2010-01-08 01:37:05 +01:00
|
|
|
%dir %attr(0700, root, root) %{_localstatedir}/run/libvirt/qemu/
|
|
|
|
%dir %attr(0700, root, root) %{_localstatedir}/lib/libvirt/qemu/
|
|
|
|
%dir %attr(0700, root, root) %{_localstatedir}/cache/libvirt/qemu/
|
2010-04-13 02:31:59 +02:00
|
|
|
%dir %attr(0700, root, root) %{_localstatedir}/log/libvirt/qemu/
|
2010-01-08 01:37:05 +01:00
|
|
|
%endif
|
|
|
|
%if %{with_lxc}
|
2010-04-13 02:31:59 +02:00
|
|
|
%config(noreplace) %{_sysconfdir}/libvirt/lxc.conf
|
|
|
|
%config(noreplace) %{_sysconfdir}/logrotate.d/libvirtd.lxc
|
2010-01-08 01:37:05 +01:00
|
|
|
%dir %attr(0700, root, root) %{_localstatedir}/run/libvirt/lxc/
|
|
|
|
%dir %attr(0700, root, root) %{_localstatedir}/lib/libvirt/lxc/
|
2010-04-13 02:31:59 +02:00
|
|
|
%dir %attr(0700, root, root) %{_localstatedir}/log/libvirt/lxc/
|
2010-01-08 01:37:05 +01:00
|
|
|
%attr(0755, root, root) %{_libdir}/%{name}/libvirt_lxc
|
|
|
|
%endif
|
|
|
|
%if %{with_uml}
|
2010-04-13 02:31:59 +02:00
|
|
|
%config(noreplace) %{_sysconfdir}/logrotate.d/libvirtd.uml
|
2010-01-08 01:37:05 +01:00
|
|
|
%dir %attr(0700, root, root) %{_localstatedir}/run/libvirt/uml/
|
|
|
|
%dir %attr(0700, root, root) %{_localstatedir}/lib/libvirt/uml/
|
2010-03-01 01:43:01 +01:00
|
|
|
%dir %attr(0700, root, root) %{_localstatedir}/log/libvirt/uml/
|
2010-04-13 02:31:59 +02:00
|
|
|
%endif
|
2010-01-08 01:37:05 +01:00
|
|
|
%if 0%{with_storage_disk}
|
|
|
|
%{_libdir}/%{name}/libvirt_parthelper
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%files client -f %{name}.lang
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%doc %dir %{_docdir}/%{name}
|
|
|
|
%doc %{_docdir}/%{name}/[CNRT]*
|
|
|
|
%doc %{_docdir}/%{name}/AUTHORS
|
|
|
|
%doc %{_mandir}/man1/virsh.1*
|
|
|
|
%doc %{_mandir}/man1/virt-xml-validate.1*
|
|
|
|
%doc %{_mandir}/man1/virt-pki-validate.1*
|
|
|
|
%{_bindir}/virsh
|
|
|
|
%{_bindir}/virt-xml-validate
|
|
|
|
%{_bindir}/virt-pki-validate
|
|
|
|
%{_libdir}/lib*.so.*
|
2010-03-01 01:43:01 +01:00
|
|
|
|
2010-01-08 01:37:05 +01:00
|
|
|
%dir %{_datadir}/libvirt/
|
|
|
|
%dir %{_datadir}/libvirt/schemas/
|
2010-03-01 01:43:01 +01:00
|
|
|
|
2010-01-08 01:37:05 +01:00
|
|
|
%{_datadir}/libvirt/schemas/domain.rng
|
|
|
|
%{_datadir}/libvirt/schemas/network.rng
|
|
|
|
%{_datadir}/libvirt/schemas/storagepool.rng
|
|
|
|
%{_datadir}/libvirt/schemas/storagevol.rng
|
|
|
|
%{_datadir}/libvirt/schemas/nodedev.rng
|
|
|
|
%{_datadir}/libvirt/schemas/capability.rng
|
|
|
|
%{_datadir}/libvirt/schemas/interface.rng
|
|
|
|
%{_datadir}/libvirt/schemas/secret.rng
|
|
|
|
%{_datadir}/libvirt/schemas/storageencryption.rng
|
|
|
|
%{_datadir}/libvirt/cpu_map.xml
|
2010-04-13 02:31:59 +02:00
|
|
|
%{_datadir}/libvirt/schemas/nwfilter.rng
|
2010-01-08 01:37:05 +01:00
|
|
|
%config %{_sysconfdir}/sasl2/libvirt.conf
|
2007-01-11 01:44:36 +01:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-, root, root)
|
2007-03-07 22:48:39 +01:00
|
|
|
%{_includedir}/libvirt
|
|
|
|
%{_libdir}/*.so
|
2007-01-11 01:44:36 +01:00
|
|
|
%{_libdir}/pkgconfig/libvirt.pc
|
2007-03-07 22:48:39 +01:00
|
|
|
|
|
|
|
%files doc
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%{_datadir}/gtk-doc/html/libvirt
|
2009-01-12 02:05:34 +01:00
|
|
|
%doc %{_docdir}/%{name}/*.png
|
2007-03-07 22:48:39 +01:00
|
|
|
%doc %{_docdir}/%{name}/*.html
|
|
|
|
%doc %{_docdir}/%{name}/html
|
2007-01-11 01:44:36 +01:00
|
|
|
|
|
|
|
%files python
|
|
|
|
%defattr(-, root, root)
|
2007-03-07 22:48:39 +01:00
|
|
|
%doc %{_docdir}/%{name}-python
|
|
|
|
%{py_sitedir}/libvirt.py*
|
|
|
|
%{py_sitedir}/libvirtmod*
|
2008-01-07 16:31:17 +01:00
|
|
|
|
2007-02-25 23:29:40 +01:00
|
|
|
%changelog
|