Fix issues found by fedora-review utility in the spec file
This commit is contained in:
parent
1e5e3e78de
commit
016a100782
@ -39,10 +39,9 @@ Name: cim-schema
|
||||
Url: http://www.dmtf.org/
|
||||
Summary: Common Information Model (CIM) Schema
|
||||
Version: %{major}.%{minor}.%{update}
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Group: Development/Libraries
|
||||
License: DMTF
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: http://www.dmtf.org/standards/cim/cim_schema_v%{major}%{minor}%{update}/cim_schema_%{version}Experimental-MOFs.zip
|
||||
Source1: http://www.dmtf.org/standards/cim/cim_schema_v%{major}%{minor}%{update}/cim_schema_%{version}Experimental-Doc.zip
|
||||
Source2: loadmof.sh
|
||||
@ -99,7 +98,6 @@ install -m 755 %{S:3} $RPM_BUILD_ROOT/usr/bin/
|
||||
%__rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-, root, root)
|
||||
%dir %{_datarootdir}/mof
|
||||
%dir %{_datarootdir}/mof/cimv%{version}
|
||||
%{_datarootdir}/mof/cimv%{version}/*
|
||||
@ -109,10 +107,12 @@ install -m 755 %{S:3} $RPM_BUILD_ROOT/usr/bin/
|
||||
%doc ../LICENSE
|
||||
|
||||
%files docs
|
||||
%defattr(-, root, root)
|
||||
%doc ../%{name}-%{version}-docs/*
|
||||
|
||||
%changelog
|
||||
* Thu Aug 23 2012 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.33.0-2
|
||||
- Fix issues found by fedora-review utility in the spec file
|
||||
|
||||
* Mon Jul 30 2012 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.33.0-1
|
||||
- Update to CIM Schema 2.33.0, including experimental classes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user