sblim-cmpi-devel/sblim-cmpi-devel.spec

97 lines
2.8 KiB
RPMSpec
Raw Normal View History

%define debug_package %{nil}
Name: sblim-cmpi-devel
Version: 2.0.1
Release: 1%{?dist}
Summary: SBLIM CMPI Provider Development Support
Group: Development/Libraries
License: EPL
URL: http://sblim.wiki.sourceforge.net/
Source0: http://downloads.sourceforge.net/sblim/%{name}-%{version}.tar.bz2
Patch0: sblim-cmpi-devel-2.0.0-cmpidata_constructor_4_cmpistring.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%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
Group: Development/Libraries
Conflicts: tog-pegasus
%description -n libcmpiCppImpl0
This packages provides the C++ wrapper library for CMPI development
%prep
%setup -q
%patch0 -p1 -b cmpidata_constructor_4_cmpistring
%build
%configure
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
# remove unused libtool files
rm -f $RPM_BUILD_ROOT/%{_libdir}/*a
%clean
rm -rf $RPM_BUILD_ROOT
%post -n libcmpiCppImpl0 -p /sbin/ldconfig
%postun -n libcmpiCppImpl0 -p /sbin/ldconfig
%files
%defattr(-,root,root,-)
%doc %{_datadir}/doc/%{name}-%{version}
%{_includedir}/cmpi
%files -n libcmpiCppImpl0
%defattr(-,root,root,-)
%{_libdir}/libcmpiCppImpl.so*
%changelog
* Thu May 20 2010 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.0.1-1
- Update to sblim-cmpi-devel-2.0.1
- Ship libcmpiCppImpl library in libcmpiCppImpl0 package
* Wed Nov 4 2009 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.0.0-2
- Fix conversion between CMPIData and String
2009-08-27 13:14:17 +00:00
* Thu Aug 27 2009 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.0.0-1
- Update to 2.0.0
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.5-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.5-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Tue Nov 4 2008 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.0.5-2
- Fix License
- Spec file cleanup, rpmlint check
2008-10-24 12:40:29 +00:00
* Fri Oct 24 2008 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.0.5-1
- Update to 1.0.5
Resolves: #468326
2008-02-19 04:32:48 +00:00
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.0.4-6
- Autorebuild for GCC 4.3
* Mon Dec 18 2006 Mark Hamzy <hamzy@us.ibm.com> - 1.0.4-5
- Removed -debuginfo package.
- Removed ldconfig from post/postun
* Thu Oct 05 2006 Christian Iseli <Christian.Iseli@licr.org> - 1.0.4-4
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
2006-10-04 23:09:50 +00:00
* Thu Feb 09 2006 Viktor Mihajlovski <mihajlov@de.ibm.com> - 1.0.4-1
- Initial RH/Fedora version