rpms/cim-schema/devel cim-schema.spec,1.5,1.6

Praveen K Paladugu praveenp at fedoraproject.org
Tue Jun 22 21:52:47 UTC 2010


Author: praveenp

Update of /cvs/pkgs/rpms/cim-schema/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv3854

Modified Files:
	cim-schema.spec 
Log Message:
Minor fixes



Index: cim-schema.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cim-schema/devel/cim-schema.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- cim-schema.spec	22 Jun 2010 21:43:23 -0000	1.5
+++ cim-schema.spec	22 Jun 2010 21:52:47 -0000	1.6
@@ -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 do
 %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/us
 %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/us
 %doc ../%{name}-%{version}-docs/*
 
 %changelog
+* Tue Jun 22 2010 Praveen K Paladugu <praveen_paladugu at dell.com> - 2.25.0-2
+- Minor spec file fixes
+
 * Tue Jun 22 2010 Praveen K Paladugu <praveen_paladugu at dell.com> - 2.25.0-1
 - Uploaded the second source file, so bumping up the release.
 



More information about the scm-commits mailing list