[LabPlot] RH#715933

Chitlesh GOORAH chitlesh at fedoraproject.org
Sun Dec 4 15:53:51 UTC 2011


commit fec5973998b7c96d7dbaa8d77349a9456cd2e97f
Author: Chitlesh GOORAH <chitlesh at fedoraproject.org>
Date:   Sun Dec 4 16:53:42 2011 +0100

    RH#715933

 LabPlot.spec |   19 +++++++++++++------
 1 files changed, 13 insertions(+), 6 deletions(-)
---
diff --git a/LabPlot.spec b/LabPlot.spec
index 14ade45..4b00166 100644
--- a/LabPlot.spec
+++ b/LabPlot.spec
@@ -1,3 +1,8 @@
+# Features in Fedora/Free Electronic Lab
+
+# Known Bugs fixed:
+# S#2759043 Segfault in TableModel::handleAspectRemoved() - can't reproduce
+
 Name:              LabPlot
 Version:           1.6.0.2
 Release:           9%{?dist}
@@ -17,6 +22,7 @@ BuildRequires:     kdelibs3-devel libselinux-devel desktop-file-utils libexif-de
 BuildRequires:     gsl-devel ImageMagick-c++-devel fftw-devel jasper-devel qwtplot3d-devel
 BuildRequires:     pstoedit libtool qt-qsa-devel gettext htmldoc audiofile-devel ocaml
 BuildRequires:     liborigin-devel qhull-devel
+BuildRequires:     R-devel
 
 ExcludeArch:       sparc64 s390 s390x
 
@@ -136,15 +142,16 @@ done
 set -x
 
 %build
-# for netcdf
-export CPPFLAGS="$CPPFLAGS -fno-strict-aliasing -I%{_includedir}/netcdf-3"
-export LDFLAGS="$LDFLAGS -L%{_libdir}/netcdf-3"
+# for netcdf,R and RH#715933
+export CPPFLAGS="$CPPFLAGS -DH5_USE_16_API -fno-strict-aliasing -I%{_includedir} -I%{_includedir}/R"
+export LDFLAGS="$LDFLAGS -L%{_libdir} -L%{_libdir}/R"
 
 # for qwtplot3d
 export QWT3D_PATH="$QTDIR"
 
 # Use of --enable-final: The gsl version 1.7 has a bug which may cause problems.
 %configure             \
+  --enable-R           \
   --disable-final      \
   --disable-static     \
   --disable-texvc      \
@@ -300,9 +307,6 @@ update-desktop-database &> /dev/null ||:
 %{_datadir}/mimelnk/application/x-l?l.desktop
 %{_libdir}/lib%{name}.so.1*
 %{_libdir}/lib%{name}cephes.so.1*
-%if 0%{?fedora} > 9
-%{_libdir}/lib%{name}netCDF.so.*
-%endif
 # needed on Help -> LabPlot Handbook
 %{_docdir}/HTML/en/%{name}/
 
@@ -355,6 +359,9 @@ update-desktop-database &> /dev/null ||:
 
 
 %Changelog
+* Sun Dec 4 2011 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> - 1.6.0.2-9
+- Fixes Bug RH#715933 - FTBFS LabPlot-1.6.0.2-8.fc12
+
 * Wed Oct 28 2009 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1.6.0.2-8
 - fix FTBFS with current GSL (GSL_CONST_CGSM_GAUSS undefined, patch from Debian)
 


More information about the scm-commits mailing list