Minor fixes

This commit is contained in:
Praveen K Paladugu 2010-06-22 21:52:47 +00:00
parent d9718bfd6a
commit fe0cd7e817

View File

@ -35,7 +35,7 @@ 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.25.0 Version: 2.25.0
Release: 1%{?dist} Release: 2%{?dist}
Group: Development/Libraries Group: Development/Libraries
License: DMTF License: DMTF
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -70,7 +70,8 @@ Common Information Model (CIM) schema documentation.
%prep %prep
%setup -q -T -a 1 -c -n %{name}-%{version}-docs %setup -q -T -a 1 -c -n %{name}-%{version}-docs
%setup -q -T -a 0 -c -n %{name}-%{version} %setup -q -T -a 0 -c -n %{name}-%{version}
cp -a %{SOURCE4} . # BEWARE, Below statement fails in local builds.
cp -a %{SOURCE4} ..
%build %build
%install %install
@ -98,7 +99,7 @@ install -m 755 %{S:3} $RPM_BUILD_ROOT/usr/bin/
%dir %{_datarootdir}/mof %dir %{_datarootdir}/mof
%dir %{_datarootdir}/mof/cimv%{version} %dir %{_datarootdir}/mof/cimv%{version}
%{_datarootdir}/mof/cimv%{version}/* %{_datarootdir}/mof/cimv%{version}/*
/usr/share/mof/cim-current %{_datarootdir}/mof/cim-current
%{_bindir}/loadmof.sh %{_bindir}/loadmof.sh
%{_bindir}/rmmof.sh %{_bindir}/rmmof.sh
%doc ../LICENSE %doc ../LICENSE
@ -108,6 +109,9 @@ install -m 755 %{S:3} $RPM_BUILD_ROOT/usr/bin/
%doc ../%{name}-%{version}-docs/* %doc ../%{name}-%{version}-docs/*
%changelog %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 * 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. - Uploaded the second source file, so bumping up the release.