Name: sblim-cmpi-devel Version: 2.0.3 Release: 19 Summary: SBLIM CMPI Provider Development Support License: EPL URL: https://sourceforge.net/projects/sblim/ Source0: http://downloads.sourceforge.net/sblim/%{name}-%{version}.tar.bz2 Patch0: sblim-cmpi-devel-2.0.3-docdir.patch BuildRequires: gcc %description This packages provides the C and C++ CMPI header files needed by provider developers and can be used standalone. If used for C++ provider development it is also necessary to have tog-pegasus-devel installed. %package -n libcmpiCppImpl0 License: EPL Summary: CMPI C++ wrapper library Conflicts: tog-pegasus-libs BuildRequires: gcc-c++ %description -n libcmpiCppImpl0 CMPI C++ wrapper library %prep %autosetup -p1 %build %configure %make_build %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} mkdir -p %{buildroot}%{_rpmconfigdir}/macros.d %ldconfig_scriptlets -n libcmpiCppImpl0 %files %doc AUTHORS COPYING README %{_includedir}/cmpi %files -n libcmpiCppImpl0 %exclude %{_libdir}/*a %{_libdir}/libcmpiCppImpl.so* %changelog * Wed Feb 19 2020 Senlin Xia - 2.0.3-19 - Package init