Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
DISCONTINUED:openSUSE:11.2
libvirt-cim
libvirt-cim.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libvirt-cim.spec of Package libvirt-cim
# # spec file for package libvirt-cim (Version 0.5.6) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # # 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. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild Name: libvirt-cim BuildRequires: e2fsprogs-devel libcmpiutil-devel libxml2-devel sblim-cmpi-devel sblim-sfcb BuildRequires: libvirt-devel >= 0.3.2 Url: http://libvirt.org/CIM/ License: LGPL v2.1 or later Group: System/Management AutoReqProv: yes Version: 0.5.6 Release: 3 Summary: CMPI-based CIM provider implementing DMTF SVPC model Source: %{name}-%{version}.tar.bz2 Source1: libvirt-cim-rpmlintrc Patch0: provider-reg.patch Patch1: 948-versions.patch Patch2: automake.patch Patch3: 9xx-get-rasd-cleanup.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: cim-server Requires: libxml2 >= 2.6.0 Requires: libvirt >= 0.3.2 Requires: cim-schema >= 2.17 Requires: unzip Provides: xen-cim-cmpi = 0.2.0 Obsoletes: xen-cim-cmpi < 0.2.0 %description Libvirt-cim is a CMPI CIM provider that implements the DMTF SVPC virtualization model. The goal is to support most of the features exported by libvirt itself, enabling management of multiple platforms with a single provider. Authors: -------- Dan Smith <danms@us.ibm.com> %define REGISTRATION %{_datadir}/%{name}/*.registration %define SCHEMA %{_datadir}/%{name}/*.mof %define INTEROP_REG %{_datadir}/%{name}/{RegisteredProfile,ElementConformsToProfile,ReferencedProfil e}.registration %define INTEROP_MOF %{_datadir}/%{name}/{ComputerSystem,HostSystem,RegisteredProfile,DiskPool,Memory Pool,NetPool,ProcessorPool,VSMigrationService,ElementConformsToProfile,ReferencedProfile,AllocationC apabilities}.mof %define CIMV2_REG %{_datadir}/%{name}/{HostedResourcePool,ElementCapabilities,HostedService,HostedDe pendency,ElementConformsToProfile,HostedAccessPoint}.registration %define CIMV2_MOF %{_datadir}/%{name}/{HostedResourcePool,ElementCapabilities,HostedService,HostedDe pendency,RegisteredProfile,ComputerSystem,ElementConformsToProfile,HostedAccessPoint}.mof %prep %setup -q %patch0 -p1 %patch1 -p1 %patch2 -p1 %patch3 -p1 chmod -x src/* libxkutil/* schema/* README doc/* base_schema/README* chmod +X src/* libxkutil/* schema/* %build autoreconf -i -f export CFLAGS="$RPM_OPT_FLAGS" %configure --disable-werror make DOCS_DIR=%{_docdir}/%{name} HTML_DIR=%{_docdir}/%{name} %install %makeinstall DOCS_DIR=%{_docdir}/%{name} HTML_DIR=%{_docdir}/%{name} %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/*.{a,la} %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/cmpi/*.{a,la} %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/libxkutil.so %{__rm} -rf $RPM_BUILD_ROOT%{_docdir}/%{name} #%{__rm} -f $RPM_BUILD_ROOT%{_datadir}/%{name}/install_base_schema.sh #%{__rm} -f $RPM_BUILD_ROOT%{_datadir}/%{name}/cimv216-interop_mof #%{__rm} -f $RPM_BUILD_ROOT%{_datadir}/%{name}/cimv216Experimental-MOFs.zip #%{__rm} -f $RPM_BUILD_ROOT%{_datadir}/%{name}/fix_schema.patch mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/libvirt/cim %clean %{__rm} -rf $RPM_BUILD_ROOT # do nothing if not an upgrade, otherwise deregister current providers %pre [ $1 -eq 1 ] && exit 0 %{_datadir}/%{name}/provider-register.sh -d -t sfcb \ -n root/virt \ -r %{REGISTRATION} -m %{SCHEMA} >/dev/null 2>&1 || true %post /sbin/ldconfig %{_datadir}/%{name}/install_base_schema.sh %{_datadir}/%{name} /etc/init.d/sfcb restart %{_datadir}/%{name}/provider-register.sh -t sfcb \ -n root/virt \ -r %{REGISTRATION} -m %{SCHEMA} >/dev/null 2>&1 || true %{_datadir}/%{name}/provider-register.sh -t sfcb \ -n root/virt \ -r %{REGISTRATION} -m %{SCHEMA} >/dev/null 2>&1 || true %{_datadir}/%{name}/provider-register.sh -t sfcb \ -n root/interop \ -r %{INTEROP_REG} -m %{INTEROP_MOF} -v >/dev/null 2>&1 || true %{_datadir}/%{name}/provider-register.sh -t sfcb \ -n root/cimv2\ -r %{CIMV2_REG} -m %{CIMV2_MOF} -v >/dev/null 2>&1 || true %preun %{_datadir}/%{name}/provider-register.sh -d -t sfcb \ -n root/virt \ -r %{REGISTRATION} -m %{SCHEMA} >/dev/null 2>&1 || true %postun -p /sbin/ldconfig %files %defattr(-, root, root) %dir %{_datadir}/%{name} %{_libdir}/lib*.so* %{_libdir}/cmpi/lib*.so* %{_datadir}/%{name}/*.sh %{_datadir}/%{name}/*.mof %{_datadir}/%{name}/*.registration %{_datadir}/%{name}/cim_schema_*-MOFs.zip %{_datadir}/%{name}/cimv*-cimv2_mof %{_datadir}/%{name}/cimv*-interop_mof %dir %attr(0700, root, root) %{_sysconfdir}/libvirt/cim %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor