From d5c6c3a2db7d08f6684fbcccf99d220c95585273 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C5=A0afr=C3=A1nek?= Date: Wed, 15 Apr 2009 13:36:54 +0000 Subject: [PATCH] fix compilation flags, debuginfo package is correctly generated now --- OpenIPMI.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/OpenIPMI.spec b/OpenIPMI.spec index b22d8e5..05c443d 100644 --- a/OpenIPMI.spec +++ b/OpenIPMI.spec @@ -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 - 2.0.16-2 +- fix compilation flags, debuginfo package is correctly generated now + * Thu Mar 19 2009 Jan Safranek - 2.0.16-1 - new upstream release