]> git.pld-linux.org Git - packages/LabPlot.git/commitdiff
- disable cdf on sparc/ppc/amd64. stupid, but works... maybe in next auto/ac/LabPlot-1_3_1-2
authorundefine <undefine@pld-linux.org>
Sat, 4 Sep 2004 22:17:06 +0000 (22:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  version it will work ok.
- release 2

Changed files:
    LabPlot.spec -> 1.5

LabPlot.spec

index 755ae567ac5636d121eb75d0bc7bb45680c866ae..9cfc2bc15fe8fd56026e65b00a943f073ac488c5 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Function and Data Plotter
 Summary(pl):   Wykre¶lacz funkcji i danych
 Name:          LabPlot
 Version:       1.3.1
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications/Math
 Source0:       http://dl.sourceforge.net/labplot/%{name}-%{version}.tar.bz2
@@ -29,6 +29,9 @@ export kde_htmldir=%{_kdedocdir}
 export kde_libs_htmldir=%{_kdedocdir}
 cp -f /usr/share/automake/config.sub admin
 %configure \
+%ifarch sparc sparc64 ppc ppc64 amd64
+       --disable-cdf \
+%endif
        --with-qt-libraries=%{_libdir}
 %{__make}
 
This page took 0.077289 seconds and 4 git commands to generate.