]> git.pld-linux.org Git - packages/nightfall.git/commitdiff
- add --with-gnuplot configure option
authorlisu <lisu@pld-linux.org>
Fri, 22 Jun 2007 09:26:30 +0000 (09:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- mv gnuplot to requires

Changed files:
    nightfall.spec -> 1.2

nightfall.spec

index 840038db6f073d740ed9d38aef94ffe38bc181db..fb7fdd690236ea1172416c7cc309222c88220293 100644 (file)
@@ -9,8 +9,9 @@ Source0:        http://www.la-samhna.de/nightfall/%{name}-%{version}.tar.gz
 # Source0-md5: 318314e97b83fdb74860aba6adef219b
 Patch0:                %{name}-desktop.patch
 URL:           http://www.hs.uni-hamburg.de/DE/Ins/Per/Wichmann/Nightfall.html
-BuildRequires: gnuplot
+#BuildRequires:        gnuplot
 BuildRequires: gtk+-devel
+Requires:      gnuplot
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -31,7 +32,8 @@ zestawu danych obserwacyjnych.
 %patch0 -p1
 
 %build
-%configure
+%configure \
+       --with-gnuplot
 %{__make}
 
 %install
This page took 0.276669 seconds and 4 git commands to generate.