Removed debug package. Removed ldconfig on post/postun.
This commit is contained in:
parent
ff2e56afcb
commit
c55b6432a0
@ -13,7 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||||||
Summary: SBLIM CMPI Provider Development Support
|
Summary: SBLIM CMPI Provider Development Support
|
||||||
Name: sblim-cmpi-devel
|
Name: sblim-cmpi-devel
|
||||||
Version: 1.0.4
|
Version: 1.0.4
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Group: Systems Management/Base
|
Group: Systems Management/Base
|
||||||
URL: http://www.sblim.org
|
URL: http://www.sblim.org
|
||||||
License: CPL
|
License: CPL
|
||||||
@ -22,6 +22,8 @@ Provides: cmpi-devel
|
|||||||
|
|
||||||
Source0: http://prdownloads.sourceforge.net/sblim/%{name}-%{version}.tar.bz2
|
Source0: http://prdownloads.sourceforge.net/sblim/%{name}-%{version}.tar.bz2
|
||||||
|
|
||||||
|
%define debug_package %{nil}
|
||||||
|
|
||||||
%Description
|
%Description
|
||||||
This packages provides the C and C++ CMPI header files needed by
|
This packages provides the C and C++ CMPI header files needed by
|
||||||
provider developers and can be used standalone. If used for
|
provider developers and can be used standalone. If used for
|
||||||
@ -50,11 +52,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc %{_datadir}/doc/%{name}-%{version}
|
%doc %{_datadir}/doc/%{name}-%{version}
|
||||||
%{_includedir}/cmpi
|
%{_includedir}/cmpi
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user