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