fix package compilation to remove rpmlint errors
This commit is contained in:
parent
5871ea2ed1
commit
dfb4bb201f
@ -4,7 +4,7 @@
|
||||
Summary: IPMI (Intelligent Platform Management Interface) library and tools
|
||||
Name: OpenIPMI
|
||||
Version: 2.0.16
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
License: BSD and BSD with advertising and LGPLv2+ and GPLv2+
|
||||
Group: System Environment/Base
|
||||
URL: http://sourceforge.net/projects/openipmi/
|
||||
@ -84,11 +84,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
rm -rf $RPM_BUILD_ROOT/%{_libdir}/*.la
|
||||
|
||||
# Remove python cruft in 32bit libdir on 64bit archs...
|
||||
%ifarch ppc64 s390x x86_64
|
||||
rm -rf $RPM_BUILD_ROOT/usr/lib
|
||||
%endif
|
||||
|
||||
install -d ${RPM_BUILD_ROOT}%{_sysconfdir}/sysconfig
|
||||
install -m 644 %SOURCE1 ${RPM_BUILD_ROOT}%{_sysconfdir}/sysconfig/ipmi
|
||||
install -d ${RPM_BUILD_ROOT}%{_initrddir}
|
||||
@ -165,6 +160,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/applications/fedora-openipmigui.desktop
|
||||
|
||||
%changelog
|
||||
* Tue Dec 1 2009 Jan Safranek <jsafrane@redhat.com> - 2.0.16-6
|
||||
- fix package compilation to remove rpmlint errors
|
||||
|
||||
* Wed Sep 30 2009 Jan Safranek <jsafrane@redhat.com> - 2.0.16-5
|
||||
- rebuilt with new net-snmp
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user