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