Removed debug package. Removed ldconfig on post/postun.

This commit is contained in:
Mark Hamzy 2006-12-18 14:39:16 +00:00
parent ff2e56afcb
commit c55b6432a0

View File

@ -13,7 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Summary: SBLIM CMPI Provider Development Support
Name: sblim-cmpi-devel
Version: 1.0.4
Release: 4%{?dist}
Release: 5%{?dist}
Group: Systems Management/Base
URL: http://www.sblim.org
License: CPL
@ -22,6 +22,8 @@ Provides: cmpi-devel
Source0: http://prdownloads.sourceforge.net/sblim/%{name}-%{version}.tar.bz2
%define debug_package %{nil}
%Description
This packages provides the C and C++ CMPI header files needed by
provider developers and can be used standalone. If used for
@ -50,11 +52,11 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_datadir}/doc/%{name}-%{version}
%{_includedir}/cmpi
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%changelog
* 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