]> git.pld-linux.org Git - SPECS.git/blob - sblim-sfcb-schema.spec
SPECS updated Tue 30 Apr 15:06:09 CEST 2024
[SPECS.git] / sblim-sfcb-schema.spec
1 Summary:        CIM schema files for Small Footprint CIM Broker
2 Summary(pl.UTF-8):      Pliki schematów CIM dla SFCB (brokera CIM)
3 Name:           sblim-sfcb-schema
4 Version:        2.26.0
5 Release:        1
6 License:        Distributed Management Task Force
7 Group:          Applications/System
8 Source0:        http://dmtf.org/sites/default/files/cim/cim_schema_v2260/cim_schema_2.26.0Final-MOFs.zip
9 # Source0-md5:  c59d0528ea78df22b9d323bf06bda78c
10 URL:            http://dmtf.org/standards/cim/schemas
11 Requires(post): sblim-sfcb
12 Requires:       sblim-sfcb
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 Distributed Management Task Force (DMTF) Common Information Model
17 (CIM) schema files that can be used with the Small Footprint CIM
18 Broker.
19
20 %description -l pl.UTF-8
21 Pliki schematów CIM (Common Information Model) stworzone przez DMTF
22 (Distributed Management Task Force), które można używać z brokerem
23 CIM SFCB.
24
25 %prep
26 %setup -q -c
27
28 %install
29 install -d $RPM_BUILD_ROOT%{_datadir}/sfcb/CIM
30
31 cp -a * $RPM_BUILD_ROOT%{_datadir}/sfcb/CIM
32 ln -sf cim_schema_%{version}.mof $RPM_BUILD_ROOT%{_datadir}/sfcb/CIM/CIM_Schema.mof
33
34 %clean
35 rm -rf $RPM_BUILD_ROOT 
36
37 %post
38 sfcbrepos -f 2>/dev/null || :
39
40 %files
41 %defattr(644,root,root,755)
42 %{_datadir}/sfcb/CIM
This page took 0.293917 seconds and 3 git commands to generate.