Minor fixes
This commit is contained in:
parent
d9718bfd6a
commit
fe0cd7e817
@ -35,7 +35,7 @@ Name: cim-schema
|
||||
Url: http://www.dmtf.org/
|
||||
Summary: Common Information Model (CIM) Schema
|
||||
Version: 2.25.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Group: Development/Libraries
|
||||
License: DMTF
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -70,7 +70,8 @@ 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} .
|
||||
# BEWARE, Below statement fails in local builds.
|
||||
cp -a %{SOURCE4} ..
|
||||
|
||||
%build
|
||||
%install
|
||||
@ -98,7 +99,7 @@ install -m 755 %{S:3} $RPM_BUILD_ROOT/usr/bin/
|
||||
%dir %{_datarootdir}/mof
|
||||
%dir %{_datarootdir}/mof/cimv%{version}
|
||||
%{_datarootdir}/mof/cimv%{version}/*
|
||||
/usr/share/mof/cim-current
|
||||
%{_datarootdir}/mof/cim-current
|
||||
%{_bindir}/loadmof.sh
|
||||
%{_bindir}/rmmof.sh
|
||||
%doc ../LICENSE
|
||||
@ -108,6 +109,9 @@ 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-2
|
||||
- Minor spec file fixes
|
||||
|
||||
* Tue Jun 22 2010 Praveen K Paladugu <praveen_paladugu@dell.com> - 2.25.0-1
|
||||
- Uploaded the second source file, so bumping up the release.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user