From fe0cd7e81795ae24dec6605ac463016871448959 Mon Sep 17 00:00:00 2001 From: Praveen K Paladugu Date: Tue, 22 Jun 2010 21:52:47 +0000 Subject: [PATCH] Minor fixes --- cim-schema.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/cim-schema.spec b/cim-schema.spec index bb17b79..a66e2e6 100644 --- a/cim-schema.spec +++ b/cim-schema.spec @@ -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 - 2.25.0-2 +- Minor spec file fixes + * Tue Jun 22 2010 Praveen K Paladugu - 2.25.0-1 - Uploaded the second source file, so bumping up the release.