Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
DISCONTINUED:openSUSE:11.2:Update
cim-schema
cim-schema.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File cim-schema.spec of Package cim-schema
# # spec file for package cim-schema (Version 2.21.0) # # 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 BuildRequires: unzip Name: cim-schema Url: http://www.dmtf.org/ Summary: Common Information Model (CIM) Schema Version: 2.21.0 Release: 2 Group: System/Management License: Reproducable (c) 1998-2008 DMTF BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: http://www.dmtf.org/standards/cim/cim_schema_v2210/cim_schema_%{version}Experimental-MOFs.zip Source1: loadmof.sh Source2: rmmof.sh BuildArch: noarch %description Common Information Model (CIM) is a model for describing overall management information in a network or enterprise environment. CIM consists of a specification and a schema. The specification defines the details for integration with other management models. The schema provides the actual model descriptions. Authors: -------- DTMF <http://www.dmtf.org/about/contact> %prep %setup -c -n %{name}-%{version} %build %install MOFDIR=/usr/share/mof CIMDIR=$MOFDIR/cimv%{version} for i in `find . -name "*.mof"`; do perl -p -i -e 's/\r//g' $i done install -d $RPM_BUILD_ROOT/$CIMDIR perl -p -i -e 's/\\/\//g' cim*.mof echo "" >> qualifiers.mof echo "// Optional Qualifiers: " >> qualifiers.mof echo "" >> qualifiers.mof cat qualifiers_optional.mof >> qualifiers.mof %__rm qualifiers_optional.mof chmod -R go-wx . chmod -R a+rX . %__mv * $RPM_BUILD_ROOT/$CIMDIR/ ln -s cimv%{version} $RPM_BUILD_ROOT/$MOFDIR/cim-current pushd $RPM_BUILD_ROOT/$CIMDIR/ ln -s cim*.mof CIM_Schema.mof popd install -d $RPM_BUILD_ROOT/usr/bin install -m 755 %{S:1} $RPM_BUILD_ROOT/usr/bin/ install -m 755 %{S:2} $RPM_BUILD_ROOT/usr/bin/ perl -p -i -e 's~^#pragma include ("qualifiers_optional\.mof")~\/\/#pragma include ("qualifiers_optional\.mof")~g' $RPM_BUILD_ROOT/$MOFDIR/cim-current/CIM_Schema.mof perl -p -i -e \ 's~^#pragma include \("qualifiers_optional\.mof"\)~\/\/#pragma include ("qualifiers_optional\.mof")~g' \ $RPM_BUILD_ROOT/$MOFDIR/cim-current/CIM_Schema.mof %clean %__rm -rf $RPM_BUILD_ROOT %files %defattr(-, root, root) %dir /usr/share/mof %dir /usr/share/mof/cimv%{version} /usr/share/mof/cimv%{version}/* /usr/share/mof/cim-current /usr/bin/loadmof.sh /usr/bin/rmmof.sh %changelog * Tue May 26 2009 mhrusecky@suse.cz - Upgraded to version 2.2.21.0 * 2.21.0 release notes can be found at http://www.dmtf.org/standards/cim/cim_schema_v2210/releasenotes.html * 2.20.1 release notes can be found at http://www.dmtf.org/standards/cim/cim_schema_v2201/releasenotes.html * Fri Oct 24 2008 bwhiteley@suse.de - Upgraded to cimv2.19.1Experimental (bnc#438509) * Wed Sep 03 2008 mmarek@suse.cz - don't clean buildroot in %%install * Wed Aug 06 2008 bwhiteley@suse.de - Upgraded to cimv2.19.0Experimental * Thu May 15 2008 bwhiteley@suse.de - Upgraded to cimv2.18Experimental * Thu Jan 17 2008 bwhiteley@suse.de - Fixed order of includes so that it will import in pegasus. * Tue Jan 08 2008 bwhiteley@suse.de - Updated to cimv2.17Experimental (#341800) * Wed Nov 28 2007 bwhiteley@suse.de - Updated to cimv2.16Experimental (#341800) Remove carriage returns from MOF files. Fix broken comment blocks in 2.16 schema. * Thu Mar 29 2007 bwhiteley@suse.de - Added unzip to BuildRequires * Wed Mar 28 2007 bwhiteley@suse.de - Fixed inclusion of missing file (#258187) * Tue Mar 13 2007 bart@novell.com - Added some classes from 2.15 preliminary needed for Xen providers (#228365) * Fri Jan 19 2007 bwhiteley@suse.de - update to schema version 2.14 (#228365) * Mon Jan 08 2007 bwhiteley@suse.de - Combine all qualifiers back into one file (#232667) * Wed Dec 20 2006 bwhiteley@suse.de - added loadmof.sh script. (#228349) * Wed Dec 13 2006 bwhiteley@suse.de - Updated to schema version cimv2.13.1 (#228365) * Sat Oct 07 2006 bwhiteley@suse.de - Updated to schema version cimv2.13 * Tue May 09 2006 bwhiteley@suse.de - Updated to schema version cimv2.12, required for SMASH 1.0 compliance (#173777) * Fri May 05 2006 bwhiteley@suse.de - removed non-ascii char from CIM_DNSSettingData.mof (was breaking some XML parsers) (#172939) * Fri Feb 10 2006 bwhiteley@suse.de - fixed execute bit on directories (#149992) * Wed Jan 25 2006 mls@suse.de - converted neededforbuild to BuildRequires * Tue Jan 17 2006 bwhiteley@suse.de - Added a symlink cim-current so other packages don't have to hard- code cim schema versions. * Tue Jan 10 2006 bwhiteley@suse.de - Update to v2.11 Experimental. - Moved MOFs under /usr/share/mof * Thu Jan 13 2005 nashif@suse.de - Update to v2.9 Final * Tue Oct 12 2004 nashif@suse.de - Update with cim v2.9 * Wed Feb 18 2004 nashif@suse.de - Fixed directory permissions - build as normal user * Mon Feb 16 2004 nashif@suse.de - Updated to 2.8 final * Thu Nov 27 2003 nashif@suse.de - Initial Release
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