rpms/pspp/devel pspp.spec,1.3,1.4

Matej Cepl mcepl at fedoraproject.org
Thu Sep 25 21:29:39 UTC 2008


Author: mcepl

Update of /cvs/extras/rpms/pspp/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5885

Modified Files:
	pspp.spec 
Log Message:
Fix CFLAGS for the current gcc


Index: pspp.spec
===================================================================
RCS file: /cvs/extras/rpms/pspp/devel/pspp.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pspp.spec	7 Jul 2008 08:34:09 -0000	1.3
+++ pspp.spec	25 Sep 2008 21:29:08 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           pspp
 Version:        0.6.0
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        A program for statistical analysis of sampled data
 
 Group:          Applications/Engineering
@@ -36,7 +36,8 @@
 mv $TMPTHANKS THANKS
 
 %build
-%configure --disable-static --disable-rpath
+%configure CFLAGS="${CFLAGS:-%optflags} -fgnu89-inline" \
+    --disable-static --disable-rpath
 make %{?_smp_mflags}
 cp -p %{SOURCE1} psppire.desktop
 
@@ -86,6 +87,9 @@
 %{_datadir}/applications/fedora-psppire.desktop
 
 %changelog
+* Thu Sep 25 2008 Matěj Cepl <mcepl at redhat.com> - 0.6.0-8
+- Fix wrong CFLAGS -- add -fgnu89-inline
+
 * Mon Jul 07 2008 Matej Cepl <mcepl at redhat.com> 0.6.0-7
 - Fix BuildRequires.
 




More information about the fedora-extras-commits mailing list