Updated the sources to 2.25.0
This commit is contained in:
parent
4ccdbf9a4e
commit
2240d37456
@ -1,2 +1 @@
|
||||
cim_schema_2.22.0Experimental-Doc.zip
|
||||
cim_schema_2.22.0Experimental-MOFs.zip
|
||||
cim_schema_2.25.0Final-MOFs.zip
|
||||
|
@ -34,13 +34,13 @@
|
||||
Name: cim-schema
|
||||
Url: http://www.dmtf.org/
|
||||
Summary: Common Information Model (CIM) Schema
|
||||
Version: 2.22.0
|
||||
Release: 2%{?dist}
|
||||
Version: 2.25.0
|
||||
Release: 0%{?dist}
|
||||
Group: Development/Libraries
|
||||
License: DMTF
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: http://www.dmtf.org/standards/cim/cim_schema_v2220/cim_schema_%{version}Experimental-MOFs.zip
|
||||
Source1: http://www.dmtf.org/standards/cim/cim_schema_v2220/cim_schema_%{version}Experimental-Doc.zip
|
||||
Source0: http://www.dmtf.org/standards/cim/cim_schema_v2250/cim_schema_%{version}Final-MOFs.zip
|
||||
Source1: http://www.dmtf.org/standards/cim/cim_schema_v2250/cim_schema_%{version}Final-Doc.zip
|
||||
Source2: loadmof.sh
|
||||
Source3: rmmof.sh
|
||||
Source4: LICENSE
|
||||
@ -70,7 +70,7 @@ Common Information Model (CIM) schema documentation.
|
||||
%prep
|
||||
%setup -q -T -a 1 -c -n %{name}-%{version}-docs
|
||||
%setup -q -T -a 0 -c -n %{name}-%{version}
|
||||
cp -a %{SOURCE4} ..
|
||||
cp -a %{SOURCE4} .
|
||||
|
||||
%build
|
||||
%install
|
||||
@ -95,12 +95,12 @@ install -m 755 %{S:3} $RPM_BUILD_ROOT/usr/bin/
|
||||
|
||||
%files
|
||||
%defattr(-, root, root)
|
||||
%dir /usr/share/mof
|
||||
%dir /usr/share/mof/cimv%{version}
|
||||
/usr/share/mof/cimv%{version}/*
|
||||
%dir %{_datarootdir}/mof
|
||||
%dir %{_datarootdir}/mof/cimv%{version}
|
||||
%{_datarootdir}/mof/cimv%{version}/*
|
||||
/usr/share/mof/cim-current
|
||||
/usr/bin/loadmof.sh
|
||||
/usr/bin/rmmof.sh
|
||||
%{_bindir}/loadmof.sh
|
||||
%{_bindir}/rmmof.sh
|
||||
%doc ../LICENSE
|
||||
|
||||
%files docs
|
||||
@ -108,6 +108,10 @@ install -m 755 %{S:3} $RPM_BUILD_ROOT/usr/bin/
|
||||
%doc ../%{name}-%{version}-docs/*
|
||||
|
||||
%changelog
|
||||
* Tue Jun 22 2010 Praveen K Paladugu <praveen_paladugu@dell.com> - 2.25.0-0
|
||||
- Updating the sources to 2.25.0. Had to update sblim-sfcb to 1.3.8
|
||||
- which uses 2.25.0.
|
||||
|
||||
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.22.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user