]> git.pld-linux.org Git - packages/sblim-sfcc.git/blame - sblim-sfcc.spec
- release 4 (by relup.sh)
[packages/sblim-sfcc.git] / sblim-sfcc.spec
CommitLineData
0eced610
JB
1Summary: Small Footprint CIM Client Library
2Summary(pl.UTF-8): Biblioteka kliencka CIM o małym narzucie
3Name: sblim-sfcc
d6e06eb7 4Version: 2.2.4
f280836b 5Release: 4
0eced610
JB
6License: Eclipse Public License v1.0
7Group: Libraries
8Source0: http://downloads.sourceforge.net/sblim/%{name}-%{version}.tar.bz2
d6e06eb7 9# Source0-md5: 1b901c459fcc7eb93167f1dcde7762d7
0eced610
JB
10URL: http://sblim.sourceforge.net/
11BuildRequires: curl-devel
12BuildRequires: libstdc++-devel
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%description
16The small footprint CIM client library (SFCC) is a C API allowing
17client applications to interface with CIM implementations (e.g. CIM
18servers). Due to its small memory and disk footprint it is well-suited
19for embedded environments.
20
21%description -l pl.UTF-8
22Biblioteka kliencka CIM o małym narzucie (SFCC) to API C pozwalające
23aplikacjom klienckim współpracować z implementacjami CIM (np.
24serwerami CIM). Dzięki małym zużyciu pamięci i dysku biblioteka nadaje
25się do wykorzystania w środowiskach wbudowanych.
26
27%package devel
28Summary: Header files for CIM client libraries
29Summary(pl.UTF-8): Pliki nagłówkowe bibliotek klienckich CIM
30Group: Development/Libraries
31Requires: %{name} = %{version}-%{release}
32Requires: curl-devel
33
34%description devel
35Header files for CIM client libraries.
36
37%description devel -l pl.UTF-8
38Pliki nagłówkowe bibliotek klienckich CIM.
39
40%package static
41Summary: Static CIM client libraries
42Summary(pl.UTF-8): Statyczne biblioteki klienckie CIM
43Group: Development/Libraries
44Requires: %{name}-devel = %{version}-%{release}
45
46%description static
47Static CIM client libraries.
48
49%description static -l pl.UTF-8
50Statyczne biblioteki klienckie CIM.
51
52%prep
53%setup -q
54
55%build
56%configure
57%{__make}
58
59%install
60rm -rf $RPM_BUILD_ROOT
61
62%{__make} install \
63 DESTDIR=$RPM_BUILD_ROOT
64
65%clean
66rm -rf $RPM_BUILD_ROOT
67
68%post -p /sbin/ldconfig
69%postun -p /sbin/ldconfig
70
71%files
72%defattr(644,root,root,755)
73%doc AUTHORS COPYING ChangeLog NEWS README
74%attr(755,root,root) %{_libdir}/libcimcClientXML.so.*.*.*
75%attr(755,root,root) %ghost %{_libdir}/libcimcClientXML.so.0
76%attr(755,root,root) %{_libdir}/libcimcclient.so.*.*.*
77%attr(755,root,root) %ghost %{_libdir}/libcimcclient.so.0
78%attr(755,root,root) %{_libdir}/libcmpisfcc.so.*.*.*
79%attr(755,root,root) %ghost %{_libdir}/libcmpisfcc.so.1
80
81%files devel
82%defattr(644,root,root,755)
83%attr(755,root,root) %{_libdir}/libcimcClientXML.so
84%attr(755,root,root) %{_libdir}/libcimcclient.so
85%attr(755,root,root) %{_libdir}/libcmpisfcc.so
86%{_libdir}/libcimcClientXML.la
87%{_libdir}/libcimcclient.la
88%{_libdir}/libcmpisfcc.la
89%{_includedir}/CimClientLib
90%{_includedir}/cimc
91%{_mandir}/man3/CMCIClient*.3*
92%{_mandir}/man3/CMPI*.3*
93%{_mandir}/man3/cmciConnect.3*
94
95%files static
96%defattr(644,root,root,755)
97%{_libdir}/libcimcClientXML.a
98%{_libdir}/libcimcclient.a
99%{_libdir}/libcmpisfcc.a
This page took 0.056276 seconds and 4 git commands to generate.