rpms/OpenIPMI/devel OpenIPMI.spec,1.67,1.68

Jan Šafránek jsafrane at fedoraproject.org
Wed Apr 15 13:37:25 UTC 2009


Author: jsafrane

Update of /cvs/pkgs/rpms/OpenIPMI/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv956

Modified Files:
	OpenIPMI.spec 
Log Message:
fix compilation flags, debuginfo package is correctly generated now


Index: OpenIPMI.spec
===================================================================
RCS file: /cvs/pkgs/rpms/OpenIPMI/devel/OpenIPMI.spec,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- OpenIPMI.spec	19 Mar 2009 12:27:35 -0000	1.67
+++ OpenIPMI.spec	15 Apr 2009 13:36:54 -0000	1.68
@@ -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 @@
 %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 @@
 %{_datadir}/applications/fedora-openipmigui.desktop
 
 %changelog
+* Wed Apr 15 2009 Jan Safranek <jsafrane at redhat.com> - 2.0.16-2
+- fix compilation flags, debuginfo package is correctly generated now
+
 * Thu Mar 19 2009 Jan Safranek <jsafrane at redhat.com> - 2.0.16-1
 - new upstream release
 




More information about the fedora-extras-commits mailing list