rpms/freeipmi/devel freeipmi.spec,1.15,1.16

Jan Šafránek jsafrane at fedoraproject.org
Thu Apr 16 10:51:23 UTC 2009


Author: jsafrane

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

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


Index: freeipmi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/freeipmi/devel/freeipmi.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- freeipmi.spec	14 Apr 2009 07:52:22 -0000	1.15
+++ freeipmi.spec	16 Apr 2009 10:50:52 -0000	1.16
@@ -3,9 +3,9 @@
 #
 
 %if %{?_with_debug:1}%{!?_with_debug:0}
-Release: 1.debug%{?dist}
+Release: 2.debug%{?dist}
 %else
-Release: 1%{?dist}
+Release: 2%{?dist}
 %endif
 
 Name: freeipmi
@@ -69,9 +69,9 @@
 %patch4 -p1 -b .pathsep
 
 %build
-CFLAGS=-D_GNU_SOURCE %configure --program-prefix=%{?_program_prefix:%{_program_prefix}} \
+export CFLAGS="-D_GNU_SOURCE $RPM_OPT_FLAGS"
+%configure --program-prefix=%{?_program_prefix:%{_program_prefix}} \
            %{?_enable_debug} --disable-static
-CFLAGS="-D_GNU_SOURCE $RPM_OPT_FLAGS" make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -328,6 +328,9 @@
 %{_mandir}/man8/ipmidetectd.8*
 
 %changelog
+* Thu Apr 16 2009 Jan Safranek <jsafrane at redhat.com> - 0.7.8-2
+- Fix compilation flags, debuginfo package is correctly generated now
+
 * Tue Apr 14 2009 Jan Safranek <jsafrane at redhat.com> - 0.7.8-1
 - Update to freeipmi-0.7.8
 




More information about the fedora-extras-commits mailing list