fix compilation flags, debuginfo package is correctly generated now

This commit is contained in:
Jan Šafránek 2009-04-15 13:36:54 +00:00
parent 088e4adc32
commit d5c6c3a2db

View File

@ -4,7 +4,7 @@
Summary: IPMI (Intelligent Platform Management Interface) library and tools
Name: OpenIPMI
Version: 2.0.16
Release: 1%{?dist}
Release: 2%{?dist}
License: BSD and BSD with advertising and LGPLv2+ and GPLv2+
Group: System Environment/Base
URL: http://sourceforge.net/projects/openipmi/
@ -71,7 +71,7 @@ and control IPMI-enabled devices.
%setup -q
%build
export CFLAGS=-fPIC
export CFLAGS="-fPIC $RPM_OPT_FLAGS"
%configure --with-pythoninstall=%{python_sitearch} --disable-dependency-tracking --with-tcl=no --disable-static
# get rid of rpath
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
@ -165,6 +165,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/applications/fedora-openipmigui.desktop
%changelog
* Wed Apr 15 2009 Jan Safranek <jsafrane@redhat.com> - 2.0.16-2
- fix compilation flags, debuginfo package is correctly generated now
* Thu Mar 19 2009 Jan Safranek <jsafrane@redhat.com> - 2.0.16-1
- new upstream release