This commit is contained in:
parent
c568f11a07
commit
8361e11817
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 3 21:38:06 CEST 2008 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- don't clean buildroot in %%install
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 6 15:48:34 MDT 2008 - bwhiteley@suse.de
|
||||||
|
|
||||||
|
- Upgraded to cimv2.19.0Experimental
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 14 17:26:26 MDT 2008 - bwhiteley@suse.de
|
Wed May 14 17:26:26 MDT 2008 - bwhiteley@suse.de
|
||||||
|
|
||||||
|
@ -1,27 +1,33 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cim-schema (Version 2.18)
|
# spec file for package cim-schema (Version 2.19.0)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
|
||||||
# package are under the same license as the package itself.
|
|
||||||
#
|
#
|
||||||
|
# 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/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define cimver cimv218
|
|
||||||
BuildRequires: unzip
|
BuildRequires: unzip
|
||||||
|
|
||||||
Name: cim-schema
|
Name: cim-schema
|
||||||
Url: http://www.dmtf.org/
|
Url: http://www.dmtf.org/
|
||||||
Summary: Common Information Model (CIM) Schema
|
Summary: Common Information Model (CIM) Schema
|
||||||
Version: 2.18
|
Version: 2.19.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Group: System/Management
|
Group: System/Management
|
||||||
License: Any permissive
|
License: Any permissive
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: http://www.dmtf.org/standards/cim/cim_schema_v218/cimv218Experimental-MOFs.zip
|
Source0: http://www.dmtf.org/standards/cim/cim_schema_v219/cim_schema_2.19.0Experimental-MOFs.zip
|
||||||
Source1: loadmof.sh
|
Source1: loadmof.sh
|
||||||
Source2: rmmof.sh
|
Source2: rmmof.sh
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -50,9 +56,8 @@ CIMDIR=$MOFDIR/cimv%{version}
|
|||||||
for i in `find . -name "*.mof"`; do
|
for i in `find . -name "*.mof"`; do
|
||||||
perl -p -i -e 's/\r//g' $i
|
perl -p -i -e 's/\r//g' $i
|
||||||
done
|
done
|
||||||
%__rm -rf $RPM_BUILD_ROOT
|
|
||||||
install -d $RPM_BUILD_ROOT/$CIMDIR
|
install -d $RPM_BUILD_ROOT/$CIMDIR
|
||||||
perl -p -i -e 's/\\/\//g' %{cimver}.mof
|
perl -p -i -e 's/\\/\//g' cim*.mof
|
||||||
echo "" >> qualifiers.mof
|
echo "" >> qualifiers.mof
|
||||||
echo "// Optional Qualifiers: " >> qualifiers.mof
|
echo "// Optional Qualifiers: " >> qualifiers.mof
|
||||||
echo "" >> qualifiers.mof
|
echo "" >> qualifiers.mof
|
||||||
@ -62,7 +67,9 @@ chmod -R go-wx .
|
|||||||
chmod -R a+rX .
|
chmod -R a+rX .
|
||||||
%__mv * $RPM_BUILD_ROOT/$CIMDIR/
|
%__mv * $RPM_BUILD_ROOT/$CIMDIR/
|
||||||
ln -s cimv%{version} $RPM_BUILD_ROOT/$MOFDIR/cim-current
|
ln -s cimv%{version} $RPM_BUILD_ROOT/$MOFDIR/cim-current
|
||||||
ln -s %{cimver}.mof $RPM_BUILD_ROOT/$MOFDIR/cim-current/CIM_Schema.mof
|
pushd $RPM_BUILD_ROOT/$CIMDIR/
|
||||||
|
ln -s cim*.mof CIM_Schema.mof
|
||||||
|
popd
|
||||||
install -d $RPM_BUILD_ROOT/usr/bin
|
install -d $RPM_BUILD_ROOT/usr/bin
|
||||||
install -m 755 %{S:1} $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/
|
install -m 755 %{S:2} $RPM_BUILD_ROOT/usr/bin/
|
||||||
@ -71,6 +78,9 @@ perl -p -i -e \
|
|||||||
's~^#pragma include \("qualifiers_optional\.mof"\)~\/\/#pragma include ("qualifiers_optional\.mof")~g' \
|
's~^#pragma include \("qualifiers_optional\.mof"\)~\/\/#pragma include ("qualifiers_optional\.mof")~g' \
|
||||||
$RPM_BUILD_ROOT/$MOFDIR/cim-current/CIM_Schema.mof
|
$RPM_BUILD_ROOT/$MOFDIR/cim-current/CIM_Schema.mof
|
||||||
|
|
||||||
|
%clean
|
||||||
|
%__rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%dir /usr/share/mof
|
%dir /usr/share/mof
|
||||||
@ -81,11 +91,15 @@ perl -p -i -e \
|
|||||||
/usr/bin/rmmof.sh
|
/usr/bin/rmmof.sh
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed May 14 2008 bwhiteley@suse.de
|
* Wed Sep 03 2008 mmarek@suse.cz
|
||||||
|
- don't clean buildroot in %%install
|
||||||
|
* Thu Aug 07 2008 bwhiteley@suse.de
|
||||||
|
- Upgraded to cimv2.19.0Experimental
|
||||||
|
* Thu May 15 2008 bwhiteley@suse.de
|
||||||
- Upgraded to cimv2.18Experimental
|
- Upgraded to cimv2.18Experimental
|
||||||
* Thu Jan 17 2008 bwhiteley@suse.de
|
* Thu Jan 17 2008 bwhiteley@suse.de
|
||||||
- Fixed order of includes so that it will import in pegasus.
|
- Fixed order of includes so that it will import in pegasus.
|
||||||
* Tue Jan 08 2008 bwhiteley@suse.de
|
* Wed Jan 09 2008 bwhiteley@suse.de
|
||||||
- Updated to cimv2.17Experimental (#341800)
|
- Updated to cimv2.17Experimental (#341800)
|
||||||
* Wed Nov 28 2007 bwhiteley@suse.de
|
* Wed Nov 28 2007 bwhiteley@suse.de
|
||||||
- Updated to cimv2.16Experimental (#341800)
|
- Updated to cimv2.16Experimental (#341800)
|
||||||
@ -93,7 +107,7 @@ perl -p -i -e \
|
|||||||
Fix broken comment blocks in 2.16 schema.
|
Fix broken comment blocks in 2.16 schema.
|
||||||
* Thu Mar 29 2007 bwhiteley@suse.de
|
* Thu Mar 29 2007 bwhiteley@suse.de
|
||||||
- Added unzip to BuildRequires
|
- Added unzip to BuildRequires
|
||||||
* Tue Mar 27 2007 bwhiteley@suse.de
|
* Wed Mar 28 2007 bwhiteley@suse.de
|
||||||
- Fixed inclusion of missing file (#258187)
|
- Fixed inclusion of missing file (#258187)
|
||||||
* Tue Mar 13 2007 bart@novell.com
|
* Tue Mar 13 2007 bart@novell.com
|
||||||
- Added some classes from 2.15 preliminary needed for Xen
|
- Added some classes from 2.15 preliminary needed for Xen
|
||||||
@ -102,13 +116,13 @@ perl -p -i -e \
|
|||||||
- update to schema version 2.14 (#228365)
|
- update to schema version 2.14 (#228365)
|
||||||
* Mon Jan 08 2007 bwhiteley@suse.de
|
* Mon Jan 08 2007 bwhiteley@suse.de
|
||||||
- Combine all qualifiers back into one file (#232667)
|
- Combine all qualifiers back into one file (#232667)
|
||||||
* Tue Dec 19 2006 bwhiteley@suse.de
|
* Wed Dec 20 2006 bwhiteley@suse.de
|
||||||
- added loadmof.sh script. (#228349)
|
- added loadmof.sh script. (#228349)
|
||||||
* Wed Dec 13 2006 bwhiteley@suse.de
|
* Wed Dec 13 2006 bwhiteley@suse.de
|
||||||
- Updated to schema version cimv2.13.1 (#228365)
|
- Updated to schema version cimv2.13.1 (#228365)
|
||||||
* Fri Oct 06 2006 bwhiteley@suse.de
|
* Sat Oct 07 2006 bwhiteley@suse.de
|
||||||
- Updated to schema version cimv2.13
|
- Updated to schema version cimv2.13
|
||||||
* Mon May 08 2006 bwhiteley@suse.de
|
* Tue May 09 2006 bwhiteley@suse.de
|
||||||
- Updated to schema version cimv2.12, required for SMASH 1.0
|
- Updated to schema version cimv2.12, required for SMASH 1.0
|
||||||
compliance (#173777)
|
compliance (#173777)
|
||||||
* Fri May 05 2006 bwhiteley@suse.de
|
* Fri May 05 2006 bwhiteley@suse.de
|
||||||
@ -128,7 +142,7 @@ perl -p -i -e \
|
|||||||
- Update to v2.9 Final
|
- Update to v2.9 Final
|
||||||
* Tue Oct 12 2004 nashif@suse.de
|
* Tue Oct 12 2004 nashif@suse.de
|
||||||
- Update with cim v2.9
|
- Update with cim v2.9
|
||||||
* Tue Feb 17 2004 nashif@suse.de
|
* Wed Feb 18 2004 nashif@suse.de
|
||||||
- Fixed directory permissions
|
- Fixed directory permissions
|
||||||
- build as normal user
|
- build as normal user
|
||||||
* Mon Feb 16 2004 nashif@suse.de
|
* Mon Feb 16 2004 nashif@suse.de
|
||||||
|
3
cim_schema_2.19.0Experimental-MOFs.zip
Normal file
3
cim_schema_2.19.0Experimental-MOFs.zip
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6e7f3b1d07d73d7187847bbddf1538b25e616327d62fc973dfa9071cd11b673e
|
||||||
|
size 1847861
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:475e1bb5f2ef1b28f74e41ff93d25142ddfa65e901899e1069952a6a68bdd82b
|
|
||||||
size 1815972
|
|
Loading…
Reference in New Issue
Block a user